%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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) % % --------------------------------------------------------------------- % Modified by Pavel Stříž, striz@fame.utb.cz, 2011-06-12 \usepackage{ifpdf} \ifpdf \usepackage{thumbpdf} \pdfcompresslevel=9 \RequirePackage[colorlinks,hyperindex,plainpages=false,unicode]{hyperref} \def\pdfBorderAttrs{/Border [0 0 0] } % No border arround Links \else \RequirePackage[plainpages=true,unicode]{hyperref} \usepackage{color} \fi \usepackage{lshort} \usepackage{makeidx,shortvrb,latexsym} \usepackage[IL2]{fontenc} % CSfonts % % 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} \hyphenation{pů-vod-ně vět-ši-na pře-ska-ko-vá-ní vý-ho-dy po-tře-ba ně-če-mu zna-kem ovli-vňu-jí-cí Pa-ra-me-tr Od-stav-ci Mno-ho jed-no-du-ché sou-bo-ru na-ma-po-vá-no ně-mec-ké sou-bo-ry ruš-ti-ny mís-tech vy-svět-le-né od-sta-vce zpře-hle-dní slou-pec dneš-ních pří-ka-zu pro-stře-dí Bé-zi-e-ro-vy jed-no-duš-ší vy-sá-ze-né-ho} \begin{document} \selectlanguage{czech} \shorthandoff{"} \frontmatter \include{title} \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}{Index} \printindex \end{document} % % Local Variables: % TeX-master: "lshort2e" % mode: latex % mode: flyspell % End: