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.
16 lines
364 B
16 lines
364 B
% 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
|
|
|