hgbook

diff es/99defs.tex @ 420:0774efad9003

translated up to section 4.4.1 (included). updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Sat Nov 15 20:04:33 2008 -0500 (2008-11-15)
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 Nov 15 20:04:33 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