Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I've been trying to put margin notes in both the left and the right margins at the same time. My attempts have gone something like:

Lorem{\reversemarginpar\marginpar{Left}} ipsum {\normalmarginpar\marginpar{Right}} dolor sit amet, consectetuer adipiscing elit.

But here both notes appear in the right margin. I would be very grateful for ideas on how to solve this.

share|improve this question
Welcome to TeX.sx! – Peter Jansson Mar 8 at 22:08
Which class are you using? The memoir class has a \sidepar command that allows side notes, i.e. notes on the other side of the page than where the margin notes are. See this example. – Jubobs Mar 8 at 23:11
Thanks very much for the hint. I'll have a look at the memoir class, but basically I am looking for a solution for the article class. I am using the article class with some (simple) modifications of my own and I am reluctant to give this up. – user27080 Mar 9 at 9:14
Thanks again. I've looked at memoir and \sidebar and the result seems to be exactly what I am looking for. However, I'm not keen on all the overhead that comes with memoir, nor on redoing my adjustments to the article class. The manual talks about a lot of work going into implementing \sidebar - this isn't available as a package that can be loaded into article? – user27080 Mar 9 at 9:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.