File: sec171.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 (36 lines) | stat: -rw-r--r-- 812 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
30
31
32
33
34
35
36
<html>
<head><title>Starting &#38; Ending</title></head>
<body>
<h1>Starting &#38; Ending</h1>
<P>

</P>
<P>
Your input file must contain the following commands as a minimum:

</P>

<PRE>
 &#92;documentclass{class}
 &#92;begin{document}
   ... your text goes here ...
 &#92;end{document}
</PRE>

<P>
where the <CODE>class</CODE> selected is one of the valid classes for LaTeX.
See section <A href="sec24.html">Document Classes</A> (and see section <A href="sec1.html">Overview of LaTeX and Local Guide</A>), for details of the
various document classes available locally.

</P>
<P>
You may include other LaTeX commands between the <CODE>&#92;documentclass</CODE>
and the <CODE>&#92;begin{document}</CODE> commands (i.e., in the `preamble'). 

</P>



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