hgbook

diff en/99defs.tex @ 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 b49a7dd4e564
children 18210d46491f
line diff
     1.1 --- a/en/99defs.tex	Wed Jul 19 00:06:21 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