hgbook

diff en/99defs.tex @ 35:e68f4a96c16e

Fixed the \grafix macro to work for PDFs again.
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Sun Jul 16 23:29:29 2006 -0400 (2006-07-16)
parents c0979ed1eabd
children 9fd0c59b009a
line diff
     1.1 --- a/en/99defs.tex	Sun Jul 16 00:01:43 2006 -0700
     1.2 +++ b/en/99defs.tex	Sun Jul 16 23:29:29 2006 -0400
     1.3 @@ -30,7 +30,7 @@
     1.4  \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}
     1.5  
     1.6  \ifpdf
     1.7 -  \newcommand{\grafix}[1]{\includegraphics[scale=0.2]{#1_pdf.png}}
     1.8 +  \newcommand{\grafix}[1]{\includegraphics{#1}}
     1.9  \else
    1.10    \newcommand{\grafix}[1]{\includegraphics{#1.png}}
    1.11  \fi