# HG changeset patch # User Kevin Walker # Date 1282698328 25200 # Node ID ecc85aed588a81da355d9a854aa80f4220e32656 # Parent ed6a887964870ce58747a28b15fa72b22243ccaf supress warnings about PDF 1.5 diff -r ed6a88796487 -r ecc85aed588a preamble.tex --- a/preamble.tex Tue Aug 24 16:50:13 2010 -0700 +++ b/preamble.tex Tue Aug 24 18:05:28 2010 -0700 @@ -21,6 +21,9 @@ \hfuzz2pt % Don't report over-full h-boxes if over-edge is small % ---------------------------------------------------------------- +% don't warn about PDF 1.5 (default was 1.4); dangerous? +\pdfminorversion=5 + % diagrams ------------------------------------------------------- % figures --------------------------------------------------------- \newcommand{\pathtodiagrams}{\pathtotrunk diagrams/}