mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
removed glossary
This commit is contained in:
parent
aa6af3fafa
commit
5225c47e5f
5 changed files with 15 additions and 14 deletions
Binary file not shown.
|
@ -12,9 +12,6 @@
|
|||
\usepackage{makeidx} % for automatically generation of an index
|
||||
\usepackage{xcolor}
|
||||
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
||||
\usepackage[xindy,toc,nonumberlist]{glossaries} % for symbol table, has to be after hyperref
|
||||
\usepackage{glossary-mcols}
|
||||
\glossarystyle{mcolindex} % two column design for glossary
|
||||
%\usepackage{enumerate}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{tabto}
|
||||
|
@ -56,14 +53,12 @@
|
|||
|
||||
|
||||
% Setze den richtigen Namen für das Glossar und das Stichwortverzeichnis
|
||||
\newcommand{\glossarName}{Symbolverzeichnis}
|
||||
\renewcommand{\indexname}{Stichwortverzeichnis}
|
||||
|
||||
\author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}}
|
||||
\title{Geometrie und Topologie\\
|
||||
\vspace{10cm}
|
||||
\includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
|
||||
\makeglossaries
|
||||
\makeindex
|
||||
|
||||
\hypersetup{
|
||||
|
|
|
@ -4,7 +4,6 @@ make:
|
|||
sketch figures/torus.sketch > figures/torus.tex
|
||||
pdflatex $(DOKUMENT).tex -output-format=pdf # aux-Dateien für makeindex / makeglossaries
|
||||
makeindex $(DOKUMENT)
|
||||
makeglossaries $(DOKUMENT)
|
||||
pdflatex $(DOKUMENT).tex -output-format=pdf # Stichwortverzeichnis einbinden
|
||||
pdflatex $(DOKUMENT).tex -output-format=pdf # Symbolverzeichnis einbinden
|
||||
make clean
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
%minor tick num=-3,
|
||||
enlargelimits=true]
|
||||
\addplot[domain=0:12, red, thick,samples=500] {1/3*x^1.5};
|
||||
\addplot[domain=0:12, orange, thick,samples=500] {1*x^1.5};
|
||||
\addplot[domain=0:12, blue, thick,samples=500] {2*x^1.5};
|
||||
\addplot[domain=0:12, dotted, orange, thick,samples=500] {1*x^1.5};
|
||||
\addplot[domain=0:12, dashed, blue, thick,samples=500] {2*x^1.5};
|
||||
|
||||
\addplot[domain=0:12, red, thick,samples=500] {-1/3*x^1.5};
|
||||
\addplot[domain=0:12, orange, thick,samples=500] {-1*x^1.5};
|
||||
\addplot[domain=0:12, blue, thick,samples=500] {-2*x^1.5};
|
||||
\addplot[domain=0:12, dotted, orange, thick,samples=500] {-1*x^1.5};
|
||||
\addplot[domain=0:12, dashed, blue, thick,samples=500] {-2*x^1.5};
|
||||
\addlegendentry{$a=\frac{1}{3}$}
|
||||
\addlegendentry{$a=1$}
|
||||
\addlegendentry{$a=2$}
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
\begin{tikzpicture}[tqft/flow=east]
|
||||
\begin{tikzpicture}
|
||||
\draw (0,0) ellipse (2cm and 1cm);
|
||||
\draw (0,-2) ellipse (3cm and 0.8cm);
|
||||
\begin{scope}[xshift=-2.2cm,yshift=-2.8cm]
|
||||
\draw[->] (0,0) -- (0,1.5);
|
||||
\draw[->] (0,0) -- (1.5,0);
|
||||
\node at (0.3,0.16) {$\mathbb{R}^n$};
|
||||
\end{scope}
|
||||
\begin{scope}[xshift=0.4cm,yshift=-2.8cm]
|
||||
\draw[->] (0,0) -- (0,1.5);
|
||||
\draw[->] (0,0) -- (1.5,0);
|
||||
\node at (0.3,0.16) {$\mathbb{R}^n$};
|
||||
\end{scope}
|
||||
\def\ringa{(-0.3,0) circle (0.5cm)}
|
||||
\def\ringb{(+0.3,0) circle (0.5cm)}
|
||||
|
||||
|
@ -26,8 +35,6 @@
|
|||
\node at (-1.9,-2) {$V_i$};
|
||||
\node at (+1.9,-2) {$V_j$};
|
||||
\node at (+2.0,0.7) {$X$};
|
||||
\node at (+2.4,-1.3) {$\mathbb{R}^n$};
|
||||
|
||||
|
||||
\path[->] (-0.35,0) edge [bend angle=10,bend right] node[label={[label distance=0.1cm]210:$\varphi_i$}] {} (-1,-1.5);
|
||||
\path[->] (+0.35,0) edge [bend angle=10,bend left] node[label={[label distance=0.1cm]-30:$\varphi_j$}] {} (+1,-1.5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue