Advanced Linux Programming Book
www.advancedlinuxprogramming.com
French translation :
http://www.advancedlinuxprogramming-fr.org/doku.php
Get tex sources :
$ svn co svn://svn.tuxfamily.org/svnroot/advancedlp/advancedlp/trunk
resolving of ! LaTeX Error: File `sectsty.sty' not found. :
# apt-get install texlive-latex-extra
In the sources there is ruines.png missing.
!pdfTeX error: pdflatex (file ../img/ruines.png): cannot find image file
Resolving that error:
$ cd fr/trunk/fr/src/img
drasko@Marx:~/alp/fr/trunk/fr/src/img$ ls
codesourcery.png
drasko@Marx:~/alp/fr/trunk/fr/src/img$ cp codesourcery.png ruines.png
(I just pathceh it, to have some .png at all in order to build)
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home