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