# HG changeset patch # User Josef "Jeff" Sipek # Date 1153771113 14400 # Node ID e8ab09bf5d7d055ec4674ac6473d6a066266329d # Parent 6f37e6a7d8cd7d387831b1d83a3c657f00f352b2 Force the \grafix macro to use the PDF image It would seem that the \includegraphics macro is moody and sometimes it prefers the png over the pdf. This should force it to always use the right file type. diff -r 6f37e6a7d8cd -r e8ab09bf5d7d en/99defs.tex --- a/en/99defs.tex Sun Jul 23 23:38:41 2006 -0700 +++ b/en/99defs.tex Mon Jul 24 15:58:33 2006 -0400 @@ -91,7 +91,7 @@ % Graphics inclusion. \ifpdf - \newcommand{\grafix}[1]{\includegraphics{#1}} + \newcommand{\grafix}[1]{\includegraphics{#1.pdf}} \else \newcommand{\grafix}[1]{\includegraphics{#1.png}} \fi