Skip to content

Commit

Permalink
Mejora salida de floats en auxiliar
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jun 23, 2020
1 parent 4154ee3 commit 68450e4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/cmd/auxiliar.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@
\setcaptionmargincm{\captionmarginmultimg}

% Inicia la figura
\begin{figure}[H] \centering
\vspace{\marginimagemulttop cm}
\begin{figure}[H] \centering%
\thisfloatpagestyle{fancy}%
\vspace{\marginimagemulttop cm}%
}{
\setcaptionmargincm{\captionlrmargin}
\setcaptionmargincm{\captionlrmargin}%
\ifthenelse{\equal{\envimagescaptionvar}{}}{ % \ifx\hfuzz no sirve
\vspace{\captionlessmarginimage cm}
}{
\caption{\envimagescaptionvar\envimageslabelvar}
}
\end{figure}
\vspace{\captionlessmarginimage cm}%
}{%
\caption{\envimagescaptionvar\envimageslabelvar}%
}%
\end{figure}%

% Reestablece caption y márgenes
\setcaptionmargincm{\captionlrmargin}
Expand Down

0 comments on commit 68450e4

Please sign in to comment.