fixed index to toc. Added frontmatter
This commit is contained in:
parent
112829daaf
commit
3431a93772
@ -26,6 +26,7 @@
|
|||||||
%%%%% index %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%% index %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\usepackage[makeindex]{splitidx}
|
\usepackage[makeindex]{splitidx}
|
||||||
\makeindex
|
\makeindex
|
||||||
|
\usepackage[totoc]{idxlayout}
|
||||||
\newindex[Fachbegriffe]{term}
|
\newindex[Fachbegriffe]{term}
|
||||||
\newindex[Englische Fachbegriffe]{enterm}
|
\newindex[Englische Fachbegriffe]{enterm}
|
||||||
\newindex[MATLAB Code]{code}
|
\newindex[MATLAB Code]{code}
|
||||||
|
@ -12,12 +12,17 @@
|
|||||||
\maketitle
|
\maketitle
|
||||||
\hypersetup{pageanchor=true}
|
\hypersetup{pageanchor=true}
|
||||||
|
|
||||||
|
\frontmatter
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\listoffigures
|
\listoffigures
|
||||||
\lstlistoflistings
|
\lstlistoflistings
|
||||||
\listofexercisefs
|
\listofexercisefs
|
||||||
\listofiboxfs
|
\listofiboxfs
|
||||||
|
|
||||||
|
|
||||||
|
\mainmatter
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\part{Grundlagen des Programmierens}
|
\part{Grundlagen des Programmierens}
|
||||||
|
|
||||||
@ -68,11 +73,14 @@
|
|||||||
|
|
||||||
%\chapter{Cheat-Sheet}
|
%\chapter{Cheat-Sheet}
|
||||||
|
|
||||||
\addcontentsline{toc}{chapter}{Fachbegriffe}
|
\backmatter
|
||||||
|
|
||||||
|
%%%% indices: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\printindex[term]
|
\printindex[term]
|
||||||
\addcontentsline{toc}{chapter}{Englische Fachbegriffe}
|
|
||||||
\printindex[enterm]
|
\printindex[enterm]
|
||||||
\addcontentsline{toc}{chapter}{MATLAB Code}
|
|
||||||
|
%\setindexprenote{Some explanations.}
|
||||||
\printindex[code]
|
\printindex[code]
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Reference in New Issue
Block a user