Skip to content

Commit cbf0993

Browse files
committed
add header tex
1 parent 9257d7b commit cbf0993

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

header.tex

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)