-
Auto size of images in Beamer class \usepackage…
http://alezane-villandry.fr/tag/accril Auto size of images in Beamer class. \usepackage{letltxmacro} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \makeatother \AtBeginDocument{ \LetLtxMacro\Oldincludegraphics\includegraphics \renewcommand{\includegraphics}[2][]{% \Oldincludegraphics[#1,width=\maxwidth]{#2}} } http://tex.stackexchange.com/questions/67434/redefine-includegraphics-for-beamer#comment143600_67434
-
Beamer paper size is smaller than usual paper…
quincuncially Beamer paper size is smaller than usual paper size. The “paper size” of a beamer presentation is fixed to 128mm times 96mm. With this trick, the normal font can be shown nicely. But be cautious setting the image size with absolute value. or use \includegraphics[width=0.6\textwidth]{graphics.pdf} http://web.mit.edu/8.13/presentations/beameruserguide.pdf Citation