Skip to content
Snippets Groups Projects
Commit db52d836 authored by Jan Wille's avatar Jan Wille
Browse files

alignment

parent b4ab3b60
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
\ifx\KOMAScriptVersion\undefined\else % check if KOMA is used
\g@addto@macro\@floatboxreset\centering % center all floats
\setcapwidth[c]{0.8\textwidth} % center all captions
%\setcapwidth[c]{0.8\textwidth} % leftalign all captions
%\setcapwidth[l]{0.8\textwidth} % leftalign all captions
\fi
\@ifpackageloaded{biblatex}{
\ExecuteBibliographyOptions{
......
......@@ -4,6 +4,7 @@
\usepackage{lipsum}
\usepackage{siunitx}
\usepackage{biblatex}
\usepackage{soul}
\addbibresource{src/localBibliography.bib}
\begin{document}
......@@ -46,14 +47,17 @@
\begin{figure}
\centering
\includegraphics{img/build/exampleCircuit.pdf}
\includegraphics{crc/build/exampleCircuit.pdf}
\caption{a circuit diagramm}
\end{figure}
\makeatletter
\g@addto@macro\@floatboxreset\raggedright % center all floats
\setcapwidth[l]{0.8\textwidth} % center all captions
\begin{figure}
\centering
\graphicspath{{img/build/}} % double curly brackets needet for unknown reason
\input{img/build/exampleSVG.pdf_tex}
\graphicspath{{svg/build/}} % double curly brackets needet for unknown reason
\input{svg/build/exampleSVG.pdf_tex}
\caption{made via inkscape}
\end{figure}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment