hgbook

diff es/99defs.tex @ 449:9b3cc9f398f9

Finished MQ chapter translation

Added translation term fold
author Igor TAmara <igor@tamarapatino.org>
date Sat Dec 13 12:23:51 2008 -0500 (2008-12-13)
parents 11d7896cd2ac
children c054534808e6
line diff
     1.1 --- a/es/99defs.tex	Wed Oct 22 01:51:33 2008 -0500
     1.2 +++ b/es/99defs.tex	Sat Dec 13 12:23:51 2008 -0500
     1.3 @@ -122,7 +122,7 @@
     1.4  
     1.5  % Graphics inclusion.
     1.6  \ifpdf
     1.7 -  \newcommand{\grafix}[1]{\includegraphics{#1}}
     1.8 +  \newcommand{\grafix}[2][]{\includegraphics[#1]{#2}}
     1.9  \else
    1.10    \newcommand{\grafix}[1]{\includegraphics{#1.png}}
    1.11  \fi