31st
tip: latex
a number of useful listings settings for inline code snippets http://bit.ly/Ai4fnu
a number of useful listings settings for inline code snippets http://bit.ly/Ai4fnu
use \begin{frame}[allowframebreaks] to span multiple slides, for, e.g., bibtex references http://bit.ly/i3iOLP
use \usebackgroundtemplate{\includegraphics{…}} to incorporate full screen image slides in beamer http://bit.ly/efZkLw
to remove figure numbers, either \usepackage{caption} with \caption*{} or \renewcommand\capstart[1]{} http://tinyurl.com/264vfan
or use \includegraphics[clip,trim=dx1 dy2 dx2 dy2,…] to trim figures by given lengths (via @drewconway) http://bit.ly/dpC7ro
use \includegraphics*[viewport=x1 y2 x2 y2,…] to crop figures (h/t @5harad) http://tinyurl.com/ykj94yl
use the geometry package to set margins: \usepackage[left=1in,top=1in,right=1in,bottom=1in]{geometry} http://bit.ly/bd4gT
use pdffonts to check whether fonts are embedded in pdfs http://bit.ly/T0DCr (another tip via @ssuri)
if margins are rendering incorrectly with latex->dvips->ps2pdf, try dvips -t letter http://bit.ly/15kuY4