File: sec33.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 (29 lines) | stat: -rw-r--r-- 871 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
<html>
<head><title>&#92;centering</title></head>
<body>
<h1>&#92;centering</h1>
<P>

</P>
<P>
This declaration corresponds to the <CODE>center</CODE> environment.  This
declaration can be used inside an environment such as <CODE>quote</CODE> or in
a <CODE>parbox</CODE>.  The text of a figure or table can be centred on the
page by putting a <CODE>&#92;centering</CODE> command at the beginning of the
figure or table environment.

</P>
<P>
Unlike the <CODE>center</CODE> environment, the <CODE>&#92;centering</CODE> command does
not start a new paragraph; it simply changes how LaTeX formats paragraph
units.  To affect a paragraph unit's format, the scope of the
declaration must contain the blank line or <CODE>&#92;end</CODE> command (of an
environment like quote) that ends the paragraph unit.

</P>



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