<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 25, 2010, at 11:12 AM, Jens Bakker wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear Philipp Reichmuth, Ulrike Fischer, Vafa Khalighi, Martin Schröder and Wilfred van Rooijen,<br><br>Thank you very much for your valuable Information. By the way, is there anybody who knows where to read more about the use of the package marginnote, for example how to put marginnotes only on the left side. I have to admit that I did not understand much of the manual of the package that is available on CTAN.<br><br><br></div></blockquote>This is done with the same commands as for \marginpar: the commands \reversemarginpar and \normalmarginpar</div><div><br></div><div>The default is on the right so to get them all on the left, put \reversemarginpar at the beginning of the document.</div><div><br></div><div>Here's a sample:</div><div><br></div><div><div>\documentclass[11pt]{article}</div><div>\usepackage{marginnote}</div><div>\usepackage{lipsum}</div><div>\begin{document}</div><div>\reversemarginpar</div><div>\lipsum[2]</div><div>\marginnote{This is a marginnote}</div><div>\normalmarginpar</div><div>\lipsum[2]</div><div>\marginnote{Bar}</div><div>\lipsum[3]</div><div>\end{document}</div><div><br></div><div><br></div><div>What I don't understand is how the optional argument is supposed to work, but it doesn't seem to be necessary anyway.</div><div><br></div><div>Alan</div><div><br></div></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--&nbsp;</div><div>Alan Munn</div><div><a href="mailto:amunn@gmx.com">amunn@gmx.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"> </div><br></body></html>