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
|
<html>
<head><title>Help On LaTeX Document Styles</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">Document Styles</font></h1>
<p>
Valid LaTeX document styles include:
<ul>
<li><I>article</I>
<li><I>report</I>
<li><I>letter</I>
<li><I>book</I>
</ul>
They are selected with the following command:
<p>
<tt>\documentstyle[options]{style}</tt>
<p>
The options for the different styles are:
<ol>
<li>article: 11pt, 12pt, twoside, twocolumn, draft, fleqn, leqno,
acm
<li>report: 11pt, 12pt, twoside, twocolumn, draft, fleqn, leqno, acm
<li>letter: 11pt, 12pt, fleqn, leqno, acm
<li>book: 11pt, 12pt, twoside,twocolumn, draft, fleqn, leqno
</ol>
If you specify more than one option, they must be separated by a
comma.
<hr>
Related topics:
<ul>
<li><A href="ltx-227.html">\flushbottom</A>
<li><A href="ltx-284.html">\onecolumn</A>
<li><A href="ltx-299.html">\raggedbottom</A>
<li><A href="ltx-332.html">\twocolumn</A>
</ul>
See also <a href="ltx-169.html">starting and ending</a><br>
The <tt>\documentstyle</tt>
command has been changed in <a href="versions.html">LaTeX2e</a><br>
<p>
Go to <A href="ltx-177.html">Typeface Styles</A><br>
Back to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 7 Jul 1995.
</address>
</body>
</html>
|