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

make generic \toppic command

parent 9f1373d3
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,18 @@ bookmarks=true]%
\noindent
}
\newcommand{\toppic}[2]{
\iftoggle{verbose}{
\begin{figure*}[t!]
\IfFileExists{images/#1.svg}{
\includesvg[width=\textwidth]{images/#1}
}{
\includegraphics[width=\textwidth]{images/#1.jpg}
}
\end{figure*}
}
}
\colorlet{chapnumcol}{black!100}
\newcommand{\FancyFont}{}
......
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