You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
364 B
17 lines
364 B
9 months ago
|
% Override default figure placement To be within the flow of the text rather
|
||
|
% than on it's own page.
|
||
|
\usepackage{float}
|
||
|
\usepackage{graphicx}
|
||
|
\makeatletter
|
||
|
\def\fps@figure{H}
|
||
|
\makeatother
|
||
|
|
||
|
% Scale all large images to 50% of twext width
|
||
|
\makeatletter
|
||
|
\setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth
|
||
|
0.5\linewidth
|
||
|
\else
|
||
|
\Gin@nat@width
|
||
|
\fi}
|
||
|
\makeatother
|