From fee7b3fa519323ec7e813e714729d72c1e3057cd Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 10 Mar 2014 19:12:06 +0000 Subject: [PATCH] PDF manual --- lam/docs/manual-sources/makeOther.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/docs/manual-sources/makeOther.sh b/lam/docs/manual-sources/makeOther.sh index 194f8b59..e76b2a0d 100755 --- a/lam/docs/manual-sources/makeOther.sh +++ b/lam/docs/manual-sources/makeOther.sh @@ -20,7 +20,7 @@ cp style.css ../manual-onePage rm -rf ../manual-pdf mkdir ../manual-pdf -xsltproc -o ../manual-pdf/out.fo --stringparam paper.type "A4" --stringparam generate.toc "book toc,title,table,figure" /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl howto.xml +xsltproc -o ../manual-pdf/out.fo --stringparam paper.type "A4" --stringparam generate.toc "book toc,title,table,figure" --stringparam "body.start.indent" "0pt" /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl howto.xml mkdir ../manual-pdf/images for img in `ls images/*.png`; do convert -density 96 $img ../manual-pdf/$img