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