hgbook

changeset 48:e8ab09bf5d7d

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.
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon Jul 24 15:58:33 2006 -0400 (2006-07-24)
parents 6f37e6a7d8cd
children 18210d46491f
files en/99defs.tex
line diff
     1.1 --- a/en/99defs.tex	Sun Jul 23 23:38:41 2006 -0700
     1.2 +++ b/en/99defs.tex	Mon Jul 24 15:58:33 2006 -0400
     1.3 @@ -91,7 +91,7 @@
     1.4  
     1.5  % Graphics inclusion.
     1.6  \ifpdf
     1.7 -  \newcommand{\grafix}[1]{\includegraphics{#1}}
     1.8 +  \newcommand{\grafix}[1]{\includegraphics{#1.pdf}}
     1.9  \else
    1.10    \newcommand{\grafix}[1]{\includegraphics{#1.png}}
    1.11  \fi