We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894b038 commit 7963119Copy full SHA for 7963119
src/template.latex
@@ -220,15 +220,6 @@ $endif$
220
\usepackage{float}
221
\floatplacement{figure}{H}
222
223
-% Centre images
224
-\let\oldincludegraphics\includegraphics
225
-
226
-\renewcommand{\includegraphics}[2][]{%
227
- \begin{center}
228
- \oldincludegraphics[#1]{#2}%
229
- \end{center}
230
-}
231
232
% Remove "Figure X." prefix from captions
233
\usepackage{caption}
234
\captionsetup[figure]{labelformat=empty}
0 commit comments