jake RSS


jakehofman.com

Archive

Jan
31st
Tue
permalink

tip: latex

a number of useful listings settings for inline code snippets http://bit.ly/Ai4fnu

tips  latex 
Apr
5th
Tue
permalink

tip: latex

use \begin{frame}[allowframebreaks] to span multiple slides, for, e.g., bibtex references http://bit.ly/i3iOLP

tips  latex 
Jan
5th
Wed
permalink

tip: latex

use \usebackgroundtemplate{\includegraphics{…}} to incorporate full screen image slides in beamer http://bit.ly/efZkLw

tips  latex 
Dec
14th
Tue
permalink

tip: latex

to remove figure numbers, either \usepackage{caption} with \caption*{} or \renewcommand\capstart[1]{} http://tinyurl.com/264vfan

tips  latex 
Mar
17th
Wed
permalink

tip: latex

or use \includegraphics[clip,trim=dx1 dy2 dx2 dy2,…] to trim figures by given lengths (via @drewconway) http://bit.ly/dpC7ro

tips  latex 
permalink

tip: latex

use \includegraphics*[viewport=x1 y2 x2 y2,…] to crop figures (h/t @5harad) http://tinyurl.com/ykj94yl

tips  latex 
May
1st
Fri
permalink

tip: latex

use the geometry package to set margins: \usepackage[left=1in,top=1in,right=1in,bottom=1in]{geometry} http://bit.ly/bd4gT

tips  latex 
Apr
22nd
Wed
permalink

tip: latex

use pdffonts to check whether fonts are embedded in pdfs http://bit.ly/T0DCr (another tip via @ssuri)

tips  latex 
permalink

tip: latex

if margins are rendering incorrectly with latex->dvips->ps2pdf, try dvips -t letter http://bit.ly/15kuY4

tips  latex