From ddb6624bbf227f98db5d25ae7b2a5698719fc17b Mon Sep 17 00:00:00 2001 From: Christos Choutouridis Date: Sun, 3 May 2020 20:22:12 +0300 Subject: [PATCH] WrapFigure offset correction --- AuthReportConfig.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AuthReportConfig.tex b/AuthReportConfig.tex index 0876062..4ed3397 100644 --- a/AuthReportConfig.tex +++ b/AuthReportConfig.tex @@ -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} }