summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-20 00:35:04 +0000
committerKarl Berry <karl@freefriends.org>2009-07-20 00:35:04 +0000
commit936650002a466929f2dd9d479166da2083e168a7 (patch)
tree48a8f8a468bcce9949cbc43dc458ca0342321aed /Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex
parent13d1b3f3b57feae0b83261477f2bf6b0dcf74453 (diff)
new doc lshort-persian (19jul09), plus new arabic documentation collection, plus rename langarab collection to langarabic
git-svn-id: svn://tug.org/texlive/trunk@14327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex98
1 files changed, 98 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex b/Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex
new file mode 100644
index 00000000000..3387458b5fb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-persian/lshort-base.tex
@@ -0,0 +1,98 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Contents: Main Input File of the LaTeX2e Introduction
+% $Id: lshort-base.tex 171 2008-09-24 13:05: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)
+%
+% ---------------------------------------------------------------------
+
+\usepackage{lshort}
+\usepackage{makeidx,shortvrb,latexsym}
+
+%
+% 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),
+%
+% ---------------------------------------------------------------------
+%
+%
+% 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.
+%
+\makeindex
+\typeout{Copyright T.Oetiker, H.Partl, E.Schlegl, I.Hyna}
+
+\DeclareMathOperator{\argh}{argh}
+\DeclareMathOperator*{\nut}{Nut}
+
+
+\begin{document}
+\frontmatter
+\include{title}
+%\include{contrib}
+\include{transpreface}
+\include{overview}
+\pagestyle{fancy}
+\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}{نمایه}
+\printindex
+\end{document}
+
+
+
+
+
+%
+
+% Local Variables:
+% TeX-master: "lshort2e"
+% mode: latex
+% mode: flyspell
+% End: