Skip to content
Snippets Groups Projects
Commit 0a5bf364 authored by Michael Grinberg's avatar Michael Grinberg
Browse files

Merge branch 'master' into feat-spaces1

parents fc9debc0 193e9084
No related branches found
No related tags found
No related merge requests found
Pipeline #918567 passed
......@@ -196,7 +196,8 @@ zu setzen, sodass die Schrift direkt zum restlichen Dokument passt.
Zu dem \pkg{tikz}-\gls{gls:pkg} und dem darauf aufsetzenden \pkg{PGFplots}-\gls{gls:pkg} gibt
es hervorragende Dokumentationen \parencites{Tantau2013}{Feuersaenger2014}.
Mit \gls{gls:tikz} und \gls{gls:pgfplots} lassen sich viele gute Sachen machen.
%
%\setcounter{figure}{10}
Der Code für die Einbindung einer \gls{gls:tikz}-Grafik steht in \cref{lst:tikz-figure}.
\begin{lstlisting}[caption={Einbindung einer TikZ-Zeichnung in LaTeX},label={lst:tikz-figure}]
......
......@@ -86,6 +86,7 @@
\newcolumntype{v}[1]{>{\PreserveBackslash\RaggedRight\hspace{0pt}}p{#1}}
\newcolumntype{x}{>{\PreserveBackslash\raggedright\hspace{0pt}}X}
\newcolumntype{Y}{>{\PreserveBackslash\RaggedLeft\hspace{0pt}}X}
\newcolumntype{y}{>{\PreserveBackslash\raggedleft\hspace{0pt}}X}
% Tabellenspaltentyp fuer den Kopf: (Farbe + Ausrichtung)
\newcolumntype{H}[1]{>{\columncolor{tableheadcolor}}l}
% % Rechtsbuendig :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment