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

stop border pictures getting \parindent

parent 1a0037d9
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ bookmarks=true]%
\newcommand{\toppicBorder}[2]{
\begin{figure*}[t!]
\begin{tcolorbox}[colframe=black,colback=gray]
\begin{tcolorbox}[before upper={\parindent0pt},colframe=black,colback=gray]
\IfFileExists{images/#1.svg}{
\includesvg[width=\textwidth]{images/#1}
}{
......@@ -261,7 +261,7 @@ bookmarks=true]%
\newcommand{\bottompicBorder}[2]{
\begin{figure*}[b!]
\begin{tcolorbox}[colframe=black,colback=gray]
\begin{tcolorbox}[before upper={\parindent0pt},colframe=black,colback=gray]
\IfFileExists{images/#1.svg}{
\includesvg[width=\textwidth]{images/#1}
}{
......
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