Drop a duplicated line
[latex2e.git] / trunk / base / small2e.tex
blob9032c46d030e03d6eddce9b4c4bf976a7434dc0e
1 % This is a small sample LaTeX input file (Version of 10 April 1994)
3 % Use this file as a model for making your own LaTeX input file.
4 % Everything to the right of a % is a remark to you and is ignored by LaTeX.
6 % The Local Guide tells how to run LaTeX.
8 % WARNING! Do not type any of the following 10 characters except as directed:
9 % & $ # % _ { } ^ ~ \
11 \documentclass{article} % Your input file must contain these two lines
12 \begin{document} % plus the \end{document} command at the end.
15 \section{Simple Text} % This command makes a section title.
17 Words are separated by one or more spaces. Paragraphs are separated by
18 one or more blank lines. The output is not affected by adding extra
19 spaces or extra blank lines to the input file.
21 Double quotes are typed like this: ``quoted text''.
22 Single quotes are typed like this: `single-quoted text'.
24 Long dashes are typed as three dash characters---like this.
26 Emphasized text is typed like this: \emph{this is emphasized}.
27 Bold text is typed like this: \textbf{this is bold}.
29 \subsection{A Warning or Two} % This command makes a subsection title.
31 If you get too much space after a mid-sentence period---abbreviations
32 like etc.\ are the common culprits)---then type a backslash followed by
33 a space after the period, as in this sentence.
35 Remember, don't type the 10 special characters (such as dollar sign and
36 backslash) except as directed! The following seven are printed by
37 typing a backslash in front of them: \$ \& \# \% \_ \{ and \}.
38 The manual tells how to make other symbols.
40 \end{document} % The input file ends with this command.