diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-22.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-22.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-22.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-22.html deleted file mode 100644 index cba6bef116a..00000000000 --- a/Master/texmf-doc/doc/english/latex2e-html/ltx-22.html +++ /dev/null @@ -1,46 +0,0 @@ -<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> |