El Domingo, 8 de Abril de 2007 23:03, Bruce Dubbs escribió:
> Manuel,
>   I pulled the new style sheets from svn.  How do you use them?  Do you
> just have a temporary symbolic link from the trunk/BOOK/stylesheets to
> ../../branches/new-xsl/ ?

I have it in this way:

$ svn co svn+ssh://[EMAIL PROTECTED]/LFS/trunk/BOOK new-xsl
$ cd new-xsl/stylesheets
$ svn switch svn+ssh://[EMAIL PROTECTED]/LFS/branches/new-xsl .

Note the dot in the last line.

To render the PDF you need to edit the Makefile to change the line

 sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo

to
 sed -i -e 's/span="inherit"/span="all"/' $(BASEDIR)/lfs-pdf.fo

and be sure that FOP-0.93 is used. I changed the line in the Makefile to read

 FOP_HOME=~/fop-0,93 && ~/fop-0.93/fop $(BASEDIR)/lfs-pdf.fo \
             $(BASEDIR)/$(PDF_OUTPUT)


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to