Mercurial > 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, 24 Jul 2006 15:58:33 -0400 |
parents | 6f37e6a7d8cd |
children | 18210d46491f |
files | en/99defs.tex |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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