summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-08 22:27:23 +0000
committerKarl Berry <karl@freefriends.org>2016-01-08 22:27:23 +0000
commit2f3de18d944f4a6f73a5163f6b1a9a9a5145f2bf (patch)
treef0c351f1a6346bf805ffa7cd50d144b9e7404a1d /Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex
parenta7a847f5792774fddca6c5574207cc1b57df18f9 (diff)
lshort-estonian (8jan16)
git-svn-id: svn://tug.org/texlive/trunk@39323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex62
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex b/Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex
new file mode 100644
index 00000000000..0328e2fa55f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-estonian/src/lshort-base.tex
@@ -0,0 +1,62 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Contents: Main Input File of the LaTeX2e Introduction
+% $Id: lshort-base.tex 447 2010-12-14 14:32:00Z oetiker $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% lshort.tex - The not so short introduction to LaTeX
+% by Tobias Oetiker
+% oetiker@ee.ethz.ch
+%
+% based on LKURTZ.TEX Uni Graz & TU Wien, 1987
+%-----------------------------------------------------------------------
+%
+% To compile lshort, you need TeX 3.x, LaTeX and makeindex
+%
+% The sources files of the Intro are:
+% lshort.tex (this file),
+% titel.tex, contrib.tex, biblio.tex
+% things.tex, typeset.tex, math.tex, lssym.tex, spec.tex,
+% lshort.sty, fancyheadings.sty
+%
+% Further the verbatim.sty and the layout.sty
+% from the LaTeX Tools distribution is
+% required.
+%
+%
+% To print the AMS symbols you need the AMS fonts and the packages
+% amsfonts, eufrak and eucal from (AMS LaTeX 1.2)
+%
+% ---------------------------------------------------------------------
+
+\include{contrib}
+\include{overview}
+\tableofcontents
+\listoffigures
+\listoftables
+\enlargethispage{\baselineskip}
+\mainmatter
+\include{things}
+\include{typeset}
+\include{math}
+\include{lssym}
+\include{spec}
+\include{graphic}
+\include{custom}
+\include{appendix}
+\backmatter
+\include{biblio}
+\refstepcounter{chapter}
+\addcontentsline{toc}{chapter}{Aineregister}
+\printindex
+\end{document}
+
+
+
+
+
+%
+
+% Local Variables:
+% TeX-master: "lshort2e"
+% mode: latex
+% mode: flyspell
+% End: