Copyright (C) 2005 by Steve Litt, All rights reserved. Material provided as-is, use at your own risk.
\documentclass{book} |
rm hello.dviNow compile the document with the following command:
latex hello.texThe output should look something like this:
[slitt@mydesk slitt]$ latex hello.tex |
\documentclass[12pt]{book} |
rm hello.dviThe result is the same document, except with a slightly bigger font. The book document class recognizes only three main fonts, 10pt, 11pt and 12pt. There are other document classes with wider font varieties, but in fact the vast majority of books look best in one of these three fonts.
latex hello.tex
xdvi hello.dvi
\documentclass[12pt,oneside,twocolumn,english]{book}In the preceding, we've declared the main font to be 12 point, we've declared that this is a one sided document and that the print uses two columns, and that the language is English. As you can see, commas separate the optional arguments.
#!/bin/sh |
\documentclass[12pt]{book} |
CAUTION
The "Paragraph" and "Subparagraph" headings are NOT paragraphs or parts thereof -- they are headings. In my opinion the naming is unfortunately confusing. However, calling "Paragraphs" "Subsubsubsection" or calling "Subparagraphs" "Subsubsubsubsection", while logically consistent, would be hard to read. Just remember that the "Paragraph" heading is a heading, while the generic word "paragraph" refers to a block of text with a unified theme. |
|
|
|
|
|
|
|
|
|
|
|
|
|