We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9257d7b commit cbf0993Copy full SHA for cbf0993
header.tex
@@ -0,0 +1,8 @@
1
+\usepackage{float}
2
+\let\origfigure\figure
3
+\let\endorigfigure\endfigure
4
+\renewenvironment{figure}[1][2] {
5
+ \expandafter\origfigure\expandafter[H]
6
+} {
7
+ \endorigfigure
8
+}
0 commit comments