vote up 1 vote down star

I would like to force a \marginpar to appear on the "wrong" side of the page (that is, in the left margin on a single-sided document).

My problem is not the slipping of \marginpars across pages addressed by marginparhack, but rather a desired to override the usual behavior at need. Nor does marginnote seem to cover my needs.

What package or cantrip can I use to easily force \marginpars to the side of my choosing?

flag

67% accept rate

2 Answers

vote up 0 vote down

From LaTeX Wiki Book:

To force margin notes onto the left side of a page use:

\marginpar[left text]{}.

There is more info on that web page :D

link|flag
Unfortunately that sets the text for when LaTeX decides to use the left margin (as in a twosided document), but does not force the marginpar to the left in a single sided document. But your link does give \reversemarginpar, which I shall now try... – dmckee Aug 31 at 19:09
BTW-- I edited the wiki, seemed like the right thing to do. – dmckee Aug 31 at 20:30
...it is a wiki :P so it probably is the right thing to do. – Mica Aug 31 at 21:47
vote up 1 vote down

Mica's link leads to \reversemarginpar which does the trick.

Grrr...it is not as if I didn't try to google this!

link|flag
:D my googling skills are percise... google for "latex force margin notes to left side of page" and it's the first link. – Mica Aug 31 at 19:14
2  
... and i can't spell today... when are comments going to editable? – Mica Aug 31 at 19:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.