summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-19 00:45:45 +0000
committerKarl Berry <karl@freefriends.org>2009-05-19 00:45:45 +0000
commitc2cdbdd285ee5c7a88c8a9459685b2f0a291d1be (patch)
treecea42e479abd90a4369eae9c9fce693ded3d0fce /Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex
parent136f54b7dc95964f3db31da84ba3f1961967babe (diff)
move lshort-finnish out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex97
1 files changed, 97 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex b/Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex
new file mode 100644
index 00000000000..ac5498d6fea
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex
@@ -0,0 +1,97 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Contents: Main Input File of the LaTeX2e Introduction
+% $Id: lshort.tex,v 1.2 2003/03/19 15:36:54 oetiker Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% lshort.tex - The not so short introduction to LaTeX2e
+% by Tobias Oetiker
+% tobias@ife.ee.ethz.ch
+% oetiker@dmu.ac.uk
+%
+% based on LKURTZ.TEX Uni Graz & TU Wien, 1987
+%-----------------------------------------------------------------------
+%
+% To compile lyhyt2e, you need TeX 3.x, LaTeX2e and makeindex
+%
+% The sources files of the Intro are:
+% lyhyt2e.tex (this file),
+% otsikko.tex, kiitokset.tex, biblio.tex
+% asiat.tex, ladonta.tex, matikka.tex, symbolit.tex, erikois.tex,
+% lshort2e.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)
+%
+% ---------------------------------------------------------------------
+
+\documentclass[11pt,a4paper,twoside]{book}
+\usepackage{ifpdf}
+\ifpdf
+\usepackage{thumbpdf}
+\pdfcompresslevel=9
+\fi
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+\usepackage{llyhyt2e}
+\usepackage{makeidx,shortvrb,latexsym}
+\usepackage{mylayout}
+% are we in pdftex ????
+\ifx\pdfoutput\undefined % We're not running pdftex
+\else
+\RequirePackage[colorlinks,hyperindex,plainpages=false]{hyperref}
+\def\pdfBorderAttrs{/Border [0 0 0] } % No border arround Links
+\fi
+%
+% This document is ``public domain''. It may be printed and
+% distributed free of charge in its original form (including the
+% list of authors). If it is changed or if parts of it are used
+% within another document, then the author list must include
+% all the original authors AND that author (those authors) who
+% has (have) made the changes.
+%
+% Original Copyright H.Partl, E.Schlegl, and I.Hyna (1987).
+% English Version Copyright by Tobias Oetiker (1994,1995),
+% Finnish Version Copyright by Timo Hellgren (1998-2003)
+%
+% ---------------------------------------------------------------------
+%
+%
+% Formats also with\textt{letterpaper} option, but the pagebreaks might not
+% fall as nicely.
+%
+% To produce a A5 booklet, use a tool like pstops or dvitodvi
+% to past them together in the right order. Most dvi printer drivers
+% can shrink the resulting output to fit on a A4 sheet.
+%
+\hyphenation{Post-Script}
+\makeindex
+\typeout{Copyright T.Hellgren, T.Oetiker, H.Partl, E.Schlegl, I.Hyna}
+
+\begin{document}
+\frontmatter
+\include{otsikko}
+\include{kiitokset}
+\include{esipuhe}
+\tableofcontents
+\listoffigures
+\listoftables
+\enlargethispage{\baselineskip}
+\mainmatter
+\include{asiat}
+\include{ladonta}
+\include{matikka}
+\include{symbolit}
+\include{erikois}
+\include{grafiikka}
+\include{viritys}
+\backmatter
+\include{kirjallisuus}
+\addcontentsline{toc}{chapter}{\numberline{}Hakemisto}
+\printindex
+\label{verylast}
+\mbox{}
+\end{document}