diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/tcdmanual/lalong.tex |
Initial commit
Diffstat (limited to 'info/tcdmanual/lalong.tex')
-rw-r--r-- | info/tcdmanual/lalong.tex | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/info/tcdmanual/lalong.tex b/info/tcdmanual/lalong.tex new file mode 100644 index 0000000000..92895ae023 --- /dev/null +++ b/info/tcdmanual/lalong.tex @@ -0,0 +1,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} |