jake RSS


jakehofman.com

Archive

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 
Mar
19th
Thu
permalink

tip: latex

to include a table of contents, use the pdftex package: \usepackage[pdftex, bookmarks=true]{hyperref}

tips  latex 
Mar
12th
Thu
permalink

tip: latex

use \pdfpagewidth and \textwidth (same for height) to scale the size of a document

tips  latex 
Oct
9th
Thu
permalink

tip: latex

make sure to always put figure labels *after* captions, as references will otherwise be incorrect

tips  latex 
Aug
4th
Mon
permalink

tip: latex

to typeset piecewise functions that are aligned, use the cases environment in the amsmath package

tips  latex 
May
13th
Tue
permalink

tip: latex

to include eps figures in a pdftex or pdflatex document, use \usepackage[pdftex]{graphicx} \ \usepackage{epstopdf}

tips  latex 
May
6th
Tue
permalink

tip: latex

to force parens around a cite, use \citep

tips  latex 
Apr
30th
Wed
permalink

tip: latex

to span a figure over columns in twocolumn mode, use \begin{figure*} … \end{figure*}

tips  latex