This commit is contained in:
Sven Riwoldt
2024-02-07 05:17:15 +01:00
parent a5558acc06
commit 5e90368501
41 changed files with 2297 additions and 0 deletions

49
Band2/Band2.tex Normal file
View File

@@ -0,0 +1,49 @@
\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}