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

expanded test project

parent 13421e29
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,18 @@
Tiny: {\tiny hello} Small: {\small hello}
\makeatletter
\newcommand{\test}[1][l]{
{
\def\t{#1}
\if\t l left
\else
right
\fi
}
}
\test; \test[right]
\lipsum[5-6]
\pagebreak
......@@ -56,8 +68,6 @@
\end{figure}
\makeatletter
\g@addto@macro\@floatboxreset\raggedright % center all floats
\setcapwidth[l]{0.8\textwidth} % center all captions
\begin{figure}
\graphicspath{{svg/build/}} % double curly brackets needet for unknown reason
......@@ -65,6 +75,15 @@
\caption{made via inkscape}
\end{figure}
\begin{table}
\caption{hello}
\begin{tabular}{c|c}
test & hello \\\hline\hline
1 & 2 \\
\multicolumn{2}{|c|}{temp}
\end{tabular}
\end{table}
\printbibliography
\listoffigures
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment