|
From: Konstantin S. <kon...@gm...> - 2007-11-23 07:19:27
|
Hi,
I've tried building printable valgrind docs from the svn trunc.
If I type 'cd docs && make print-docs' I get
make print-docs
Generating PDF file: ../docs/print/index.pdf (please be patient)...
export XML_CATALOG_FILES=/etc/xml/catalog && \
mkdir -p ../docs/print && \
mkdir -p ../docs/print/images && \
cp ../docs/images/massif-graph-sm.png ../docs/print/images && \
xsltproc --xinclude -o ../docs/print/index.fo
../docs/lib/vg-fo.xsl../docs/xml/index.xml && \
(cd ../docs/print && \
( pdfxmltex index.fo && \
pdfxmltex index.fo && \
pdfxmltex index.fo ) &> print.log < /dev/null && \
echo "Generating PS file: ../docs/print/index.ps ..." && \
pdftops index.pdf && \
rm -f *.log *.aux *.fo *.out)
Making portrait pages on USletter paper (8.5inx11in)
pre encountered in chapter, but no template matches.
make: *** [print-docs] Error 1
docs/print/print.log contains
! Emergency stop.
<inserted text>
\par
l.797 ...)</fo:inline>-related Options</fo:marker>
<fo:block font-size="
17.28...
! ==> Fatal error occurred, the output PDF file is not finished!
Transcript written on index.log.
If I run 'pdfxmltex index.fo' manually, I get slightly further, but then I
get tons of complains like
! pdfTeX warning (dest): name{tech-docs} has been referenced but does
not exist
and the resulting pdf is truncated.
What did I do wrong?
May be I have old versions of tools?
pdfxmltex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
xsltproc --version
Using libxml 20624, libxslt 10115 and libexslt 812
xsltproc was compiled against libxml 20622, libxslt 10115 and libexslt
812
libxslt 10115 was compiled against libxml 20622
libexslt 812 was compiled against libxml 20622
Thanks,
--kcc
|