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
|
<html>
<head><title>Commands</title></head>
<body>
<h1>Commands</h1>
<P>
A LaTeX command begins with the command name, which consists of a
<CODE>\</CODE> followed by either (a) a string of letters or (b) a single
non-letter. Arguments contained in square brackets, <CODE>[]</CODE>, are
optional while arguments contained in braces, <CODE>{}</CODE>, are required.
</P>
<P>
NOTE: LaTeX is case sensitive. Enter all commands in lower case
unless explicitly directed to do otherwise.
</P>
<UL>
<LI><A href="sec3.html">Counters</A>: Internal counters used by LaTeX.
<LI><A href="sec15.html">Cross References</A>: Automatic referencing.
<LI><A href="sec19.html">Definitions</A>: Define your own commands etc.
<LI><A href="sec24.html">Document Classes</A>: Some of the various classes available.
<LI><A href="sec30.html">Environments</A>: Such as enumerate & itemize.
<LI><A href="sec79.html">Footnotes</A>: How to produce footnotes.
<LI><A href="sec25.html">Layout</A>: Controlling the page layout.
<LI><A href="sec83.html">Lengths</A>: The length commands.
<LI><A href="sec91.html">Letters</A>: The letter class.
<LI><A href="sec105.html">Line & Page Breaking</A>: How to insert pagebreaks etc.
<LI><A href="sec120.html">Making Paragraphs</A>: Paragraph commands.
<LI><A href="sec124.html">Margin Notes</A>: Putting remarks in the margin.
<LI><A href="sec125.html">Math Formulae</A>: How to create mathematical formulae.
<LI><A href="sec130.html">Modes</A>: Paragraph, Math or LR modes.
<LI><A href="sec131.html">Page Styles</A>: Various styles of page layout.
<LI><A href="sec142.html">Sectioning</A>: How to section properly.
<LI><A href="sec143.html">Spaces & Boxes</A>: All the associated commands.
<LI><A href="sec166.html">Special Characters</A>: Special reserved characters.
<LI><A href="sec167.html">Splitting the Input</A>: Dealing with big files by splitting.
<LI><A href="sec171.html">Starting & Ending</A>: The formal start & end layouts.
<LI><A href="sec172.html">Table of Contents</A>: How to create a table of contents.
<LI><A href="sec175.html">Terminal Input/Output</A>: User interaction.
<LI><A href="sec178.html">Typefaces</A>: Such as bold, italics etc.
</UL>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|