File: sec38.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 (63 lines) | stat: -rw-r--r-- 1,214 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
54
55
56
57
58
59
60
61
62
63
<html>
<head><title>figure</title></head>
<body>
<h1>figure</h1>
<P>

</P>

<PRE>
 &#92;begin{figure}[placement]

  body of the figure

 &#92;caption{figure title}
 &#92;end{figure}
</PRE>

<P>
Figures are objects that are not part of the normal text, and are
usually "floated" to a convenient place, like the top of a page.
Figures will not be split between two pages.

</P>
<P>
The optional argument <CODE>[placement]</CODE> determines where LaTeX will try
to place your figure.  There are four places where LaTeX can possibly
put a float:

</P>

<OL>
<LI>

<CODE>h</CODE> (Here) - at the position in the text where the figure
environment appears.
<LI>

<CODE>t</CODE> (Top) - at the top of a text page.
<LI>

<CODE>b</CODE> (Bottom) - at the bottom of a text page.
<LI>

<CODE>p</CODE> (Page of floats) - on a separate float page, which is a page
containing no text, only floats.
</OL>

<P>
The standard report and article classes use the default placement
<CODE>tbp</CODE>.

</P>
<P>
The body of the figure is made up of whatever text, LaTeX commands, etc.
you wish.  The <CODE>&#92;caption</CODE> command allows you to title your figure.

</P>



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