text/article_preamble.tex
author Kevin Walker <kevin@canyon23.net>
Sat, 15 May 2010 17:18:19 -0700
changeset 269 e66787ad7326
parent 190 16efb5711c6f
child 378 e5867a64cae5
permissions -rw-r--r--
more words per page (margins)

%auto-ignore
%this ensures the arxiv doesn't try to start TeXing here.

%!TEX root = ../blob1.tex

\input{\pathtotrunk preamble.tex}

\newtheorem{lemma}[prop]{Lemma}

\ifpdf
\usepackage[pdftex,plainpages=false,hypertexnames=false,pdfpagelabels]{hyperref}
\else
\usepackage[dvips,plainpages=false,hypertexnames=false]{hyperref}
\fi

\usepackage{breakurl}

\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage[dvips]{graphicx}
\fi

%must load tikz after graphicx
\usepackage{tikz}
\usetikzlibrary{shapes}
\usetikzlibrary{backgrounds}
\usetikzlibrary{decorations,decorations.pathreplacing}
\usetikzlibrary{fit,calc,through}

\usepackage{color}

% This switches fonts to the Palatino family.
%\renewcommand{\familydefault}{ppl}

%%% futzing with margins following Dror (from Karoubi)
%\marginparwidth 0pt%
%\marginparsep 0pt

%\textwidth   5.5in%
%\textheight  9.0in%
%\oddsidemargin 12pt%
%\evensidemargin 12pt%

%\topmargin -.6in%
%\headsep .5in


% margin stuff
\setlength{\textwidth}{6.5in}
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{0in}
\setlength{\textheight}{8.5in}
\setlength{\topmargin}{-.25in}