File: sec124.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (53 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (3)
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>&#92;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>&#92;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>&#92;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>&#92;hspace{0pt}</CODE>
command.

</P>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>