50 lines
706 B
TeX
50 lines
706 B
TeX
\documentclass[german,9.5pt,final,twoside,titlepage]{scrbook}
|
|
|
|
|
|
|
|
\input{Definitions.tex}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{Vorwort.tex}
|
|
|
|
\tableofcontents
|
|
|
|
\part{Differentialrechnung}
|
|
|
|
\input{Problemstellung_und_Historisches.tex}
|
|
|
|
\input{Grenzwert.tex}
|
|
|
|
%\input{Tests.tex}
|
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%idx extra erzeugen
|
|
%
|
|
%Ä\index{Ae@""A}
|
|
%Ö\index{Oe@""O}
|
|
%Ü\index{Ue@""U}
|
|
|
|
|
|
% Index soll Stichwortverzeichnis heissen
|
|
\newpage
|
|
\renewcommand{\indexname}{Stichwortverzeichnis}
|
|
|
|
% Stichwortverzeichnis soll im Inhaltsverzeichnis auftauchen
|
|
\addcontentsline{toc}{section}{Stichwortverzeichnis}
|
|
|
|
% Stichwortverzeichnis endgueltig anzeigen
|
|
\printindex
|
|
|
|
|
|
|
|
\end{document}
|
|
|