Skip to content

Instantly share code, notes, and snippets.

@Ben-Kaniobi
Created November 17, 2014 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ben-Kaniobi/c3d4cbb5bd8cab131047 to your computer and use it in GitHub Desktop.
Save Ben-Kaniobi/c3d4cbb5bd8cab131047 to your computer and use it in GitHub Desktop.
LaTeX template
% Very simple LaTeX template for printing images in correct size
\documentclass{scrartcl}
%\usepackage[a3paper]{geometry}
\usepackage{todonotes}
\begin{document}
\begin{figure}
%\vspace{-2cm} % Fix location
%\includegraphics[width=154mm]{img2}
\missingfigure[figwidth=154mm, figheight=150mm]{}
\end{figure}
\clearpage
\begin{figure}
%\vspace{-2cm} % Fix location
%\includegraphics[width=154mm]{img2}
\missingfigure[figwidth=154mm, figheight=200mm]{}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment