1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<html>
<head><title>Margin Notes</title></head>
<body>
<h1>Margin Notes</h1>
<P>
</P>
<P>
The command <CODE>\marginpar[left]{right}</CODE> creates a note in the margin.
The first line will be at the same height as the line in the text where
the <CODE>\marginpar</CODE> occurs.
</P>
<P>
When you only specify the mandatory argument <CODE>right</CODE>, the text will
be placed
</P>
<UL>
<LI>
in the right margin for one-sided layout
<LI>
in the outside margin for two-sided layout
<LI>
in the nearest margin for two-column layout.
</UL>
<P>
By issuing the command <CODE>\reversemarginpar</CODE>, you can force the marginal
notes to go into the opposite (inside) margin.
</P>
<P>
When you specify both arguments, <CODE>left</CODE> is used for the left
margin, and <CODE>right</CODE> is used for the right margin.
</P>
<P>
The first word will normally not be hyphenated; you can enable
hyphenation by prefixing the first word with a <CODE>\hspace{0pt}</CODE>
command.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|