Browse Source

WrapFigure offset correction

master
parent
commit
ddb6624bbf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      AuthReportConfig.tex

+ 2
- 2
AuthReportConfig.tex View File

@@ -233,14 +233,14 @@
% example: \WrapFigure{0.8}{r}{fig:lala}{lala.png}{\eng{Makes lala}}
\newcommand{\WrapFigure}[5]{
\begin{wrapfigure}{#2}{#1\textwidth}
\vspace{-30pt}
\vspace{-20pt}
\begin{center}
\captionsetup{format=plain}
\includegraphics[width=#1\textwidth]{#4}
\caption{#5}
\label{#3}
\end{center}
\vspace{-30pt}
\vspace{-20pt}
\end{wrapfigure}
}


Loading…
Cancel
Save