2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Torus zum Stichwortverzeichnis hinzugefügt; Symbolverzeichnis hat nun keine Seitennummern mehr.

This commit is contained in:
Martin Thoma 2013-10-26 21:29:41 +02:00
parent e60c594740
commit c5cd05a761
4 changed files with 19 additions and 26 deletions

Binary file not shown.

View file

@ -7,7 +7,7 @@
\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
\usepackage{makeidx} % for automatically generation of an index
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
\usepackage[xindy,toc]{glossaries} % for symbol table, has to be after hyperref
\usepackage[xindy,toc,nonumberlist]{glossaries} % for symbol table, has to be after hyperref
\usepackage{enumerate}
\usepackage{braket} % needed for \Set
\usepackage{csquotes}
@ -20,14 +20,11 @@
\usepackage{tikz-3dplot}
\usepackage{tkz-fct}
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc}
\newcommand{\inputTikZ}[2]{%
\scalebox{#1}{\input{#2}}
}
\usepackage{shortcuts}
% Setze den richtigen Namen für das Glossar
% Setze den richtigen Namen für das Glossar und das Stichwortverzeichnis
\newcommand{\glossarName}{Symbolvereichnis}
\renewcommand{\indexname}{Stichwortverzeichnis}
\author{Siehe \href{https://github.com/MartinThoma/LaTeX-examples/tree/master/documents}{GitHub}}
\title{Geometrie und Topologie}
@ -40,22 +37,6 @@
pdftitle = {Geometrie und Topologie}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% make the index link to the correct part of the page %
% http://tex.stackexchange.com/q/74493/5645 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcounter{indexanchor}
\newcommand*{\xindex}[1]{%
\stepcounter{indexanchor}% make anchor unique
\def\theindexterm{#1}%
\edef\doindexentry{\noexpand\index
{\expandonce\theindexterm|indexanchor{index-\theindexanchor}}}%
\raisebox{\baselineskip}{\hypertarget{index-\theindexanchor}%
{\doindexentry}}%
}
\newcommand*{\indexanchor}[2]{\hyperlink{#1}{#2}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeindex
\usepackage{microtype}
@ -65,8 +46,6 @@
\setcounter{page}{1}
\maketitle
\input{Vorwort}
\renewcommand{\thechapter}{\Roman{chapter}}
\addcontentsline{toc}{chapter}{Inhaltsverzeichnis}
\tableofcontents
\pagenumbering{arabic}
@ -76,7 +55,6 @@
\appendix
\input{Symbolverzeichnis}
\renewcommand{\indexname}{Stichwortverzeichnis}
\addcontentsline{toc}{chapter}{Stichwortverzeichnis}
\printindex
\end{document}

View file

@ -26,7 +26,7 @@
\label{fig:pyramide}
}%
\subfigure[Torus]{
\input{figures/torus.tex}
\input{figures/torus.tex} \xindex{Torus}
\label{fig:torus}
}
\label{Formen}

View file

@ -1,3 +1,18 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% make the index link to the correct part of the page %
% http://tex.stackexchange.com/q/74493/5645 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcounter{indexanchor}
\newcommand*{\xindex}[1]{%
\stepcounter{indexanchor}% make anchor unique
\def\theindexterm{#1}%
\edef\doindexentry{\noexpand\index
{\expandonce\theindexterm|indexanchor{index-\theindexanchor}}}%
\raisebox{\baselineskip}{\hypertarget{index-\theindexanchor}%
{\doindexentry}}%
}
\newcommand*{\indexanchor}[2]{\hyperlink{#1}{#2}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\theoremstyle{break}
\setlength\theoremindent{0.7cm}
\theoremheaderfont{\kern-0.7cm\normalfont\bfseries}