Hello!

On the Git documentation page only the English version can be of "Pro Git" 
can be downloaded as PDF. I'd like to read it in German. 
Here<http://blog.nevalon.de/en/woher-bekomme-ich-das-pro-git-buch-als-pdf-where-can-i-get-pro-git-book-as-pdf-20100208>is
 an approach described, how can be done:

# git clone git://github.com/progit/progit.git

# apt-get install ruby pandoc texlive-xetex texlive-latex-recommended

# cd progit

# ruby latex/makepdf de


Error:

# ruby latex/makepdf en
en:
        Parsing markdown... done
        Creating main.tex for en... done
        Running XeTeX:
                Pass 1... failed with:
                        ! I can't find file `Helvetica'.
        Consider running this again with --debug.

I've already tired some other fonts out over the config file 
latex/config.yml (Arial, Verdana, Ubuntu...), but it cannot find these 
fonts.

It would be great, if someone could help me to make it work! Thanks!

Ilya

-- 


Reply via email to