Feb 8, 2010
Woher bekomme ich das “Pro Git” Buch als pdf?
Als erstes das git repository ausschecken
git clone git://github.com/progit/progit.git
Wenn du Ubuntu benutzt musste du ein paar Pakete nachinstallieren
sudo aptitude install ruby pandoc texlive-xetex texlive-latex-recommended
anschließend kannst du das PDF in deiner bevorzugten Sprache erstellen lassen. Führe im latex Verzeichnis folgendes Kommando aus.
ruby makepdf en
No related posts.
Ähnliche Artikel bereitgestellt von Yet Another Related Posts Plugin.











NB: config.yml should be studied first to see if the designated fonts are available on the system. Additionally, on my first attempt to run ./makepdf en ruby complained correctly about a syntax error in the config.xml on line 109.