summaryrefslogtreecommitdiff
path: root/info/tcdmanual/lalong.tex
blob: 92895ae023d1d78b4f11fe294a0106df51586f85 (plain)
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
\ifx\selectfont\undefined
%\documentstyle[a4,12pt]{article}
\documentstyle[12pt]{article}
\else
%\documentstyle[a4,12pt,amsbsy]{article}
\documentstyle[12pt,amsbsy]{article}
\fi
%\let\io=\includeonly
\let\include=\input
\newcommand{\AmSTeX}{$\cal A\kern-.1667em\lower.5ex
\hbox{$\cal M$}\kern-.125em S$-\TeX}
\newcommand{\italappenditem}[1]{\vskip 14.4pt\relax
      {\parskip = 0pt\relax\hbox{\it #1}}\vskip 4.8pt\relax
      \nopagebreak}
\let\sectiontitle=\section
\let\subsectiontitle=\subsection
\let\appenditem=\italappenditem
\newif\iftwopage\twopagefalse
\begin{document}
\title{Getting Started with \LaTeX}
\author{D. R. Wilkins}
\maketitle

\include{la_intro}
\include{la_text}
\include{la_math}
\include{la_furth}

% APPENDICES BEGIN HERE
\appendix

\include{la_txtcs}
\include{la_mthcs}

\thispagestyle{empty}
\tableofcontents

\end{document}