Skip to content
Snippets Groups Projects
Commit 0a00e4f0 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add \bottompic command

parent 3c393db8
Branches
Tags
No related merge requests found
......@@ -256,6 +256,19 @@ bookmarks=true]%
}
}
\newcommand{\bottompic}[2]{
\iftoggle{verbose}{
\begin{figure*}[b!]
\IfFileExists{images/#1.svg}{
\includesvg[width=\textwidth]{images/#1}
}{
\includegraphics[width=\textwidth]{images/#1.jpg}
}
#2
\end{figure*}
}
}
\colorlet{chapnumcol}{black!100}
\newcommand{\FancyFont}{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment