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

add commands for top and bottom border images

parent f0802858
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,19 @@ bookmarks=true]%
\end{figure*}
}
\newcommand{\toppicBorder}[2]{
\begin{figure*}[t!]
\begin{tcolorbox}[colframe=black,colback=gray]
\IfFileExists{images/#1.svg}{
\includesvg[width=\textwidth]{images/#1}
}{
\includegraphics[width=\textwidth]{images/#1.jpg}
}
#2
\end{tcolorbox}
\end{figure*}
}
\newcommand{\bottompic}[2]{
\begin{figure*}[b!]
\IfFileExists{images/#1.svg}{
......@@ -260,6 +273,19 @@ bookmarks=true]%
\end{figure*}
}
\newcommand{\bottompicBorder}[2]{
\begin{figure*}[b!]
\begin{tcolorbox}[colframe=black,colback=gray]
\IfFileExists{images/#1.svg}{
\includesvg[width=\textwidth]{images/#1}
}{
\includegraphics[width=\textwidth]{images/#1.jpg}
}
#2
\end{tcolorbox}
\end{figure*}
}
\colorlet{chapnumcol}{black!100}
%%%%% Section Formatting %%%%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment