hgbook

changeset 527:e33aab06b0d1

fix to get the table of contents right on the html version
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 19 14:22:01 2009 -0500 (2009-01-19)
parents 7e8ef188c72f
children 93372b575c73 e0e65bfe7776
files es/00book.tex
line diff
     1.1 --- a/es/00book.tex	Mon Jan 19 13:26:07 2009 -0500
     1.2 +++ b/es/00book.tex	Mon Jan 19 14:22:01 2009 -0500
     1.3 @@ -11,10 +11,12 @@
     1.4  \usepackage{fancyvrb}
     1.5  \usepackage[utf8]{inputenc} %accents in spanish
     1.6  % leave hyperref until last
     1.7 +\ifpdf
     1.8  \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed
     1.9    revision control with Mercurial},pdfsubject={Revision
    1.10    control},pdfkeywords={Mercurial, Revision control, Distributed
    1.11    revision control},pdfauthor={Bryan O'Sullivan}]{hyperref}
    1.12 +\fi
    1.13  
    1.14  \include{99defs}
    1.15