From 3432c82ad619a52e8582da22ee6afc8eb0c3e4ff Mon Sep 17 00:00:00 2001 From: k-a-z-u Date: Tue, 3 Apr 2018 16:10:22 +0200 Subject: [PATCH] added gfx and svg support --- tex/bare_conf.tex | 2 + tex/chapters/transition.tex | 6 + tex/gfx/map1.svg | 307 ++++++++++++++++++++++++++++++++++++ tex/make.sh | 4 +- 4 files changed, 317 insertions(+), 2 deletions(-) create mode 100644 tex/gfx/map1.svg diff --git a/tex/bare_conf.tex b/tex/bare_conf.tex index 891ae89..43d53b3 100644 --- a/tex/bare_conf.tex +++ b/tex/bare_conf.tex @@ -62,6 +62,8 @@ % needed packages +\usepackage{svg} + \usepackage{color, colortbl} %\usepackage[table]{xcolor} \usepackage{cite} diff --git a/tex/chapters/transition.tex b/tex/chapters/transition.tex index 43ab644..e8cd0e8 100644 --- a/tex/chapters/transition.tex +++ b/tex/chapters/transition.tex @@ -4,6 +4,12 @@ max. 1 Seite \subsection{Mapping} +\begin{figure} + \centering + \includesvg[width=8.7cm]{gfx/map1.svg} + \caption{wonderful image of a wonderful floorplan within a wonderful building} +\end{figure} + \begin{itemize} \item Karte wird manuell über ein Tool erstellt bei dem wände, türen, fentser etc. eingezeichnet werden \item Karte unterscheidet bereiche, treppen etc. diff --git a/tex/gfx/map1.svg b/tex/gfx/map1.svg new file mode 100644 index 0000000..f6bf9db --- /dev/null +++ b/tex/gfx/map1.svg @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tex/make.sh b/tex/make.sh index e0cd2d6..e9f71b6 100755 --- a/tex/make.sh +++ b/tex/make.sh @@ -4,8 +4,8 @@ PATH=$PATH:/mnt/vm/programme/texlive/bin/x86_64-linux/ PATH=$PATH:/apps/texlive/bin/x86_64-linux -pdflatex bare_conf.tex -bibtex diss +pdflatex --shell-escape bare_conf.tex +bibtex bare_conf pdflatex bare_conf.tex pdflatex bare_conf.tex