[Mockpp-commits] mockpp/mockpp/docs/en customize-pdf.xsl,1.1,1.2
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-09 14:09:40
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5664/mockpp/docs/en Modified Files: customize-pdf.xsl Log Message: work around indent bug Index: customize-pdf.xsl =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/customize-pdf.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- customize-pdf.xsl 2 Jan 2006 21:19:41 -0000 1.1 +++ customize-pdf.xsl 9 Jan 2006 14:09:29 -0000 1.2 @@ -22,6 +22,9 @@ <!-- xsl:param name="callout.graphics.path" select="images/callouts-pdf/"/ --> <xsl:param name="use.id.as.filename" select="'1'"/> <xsl:param name="use.extensions" select="'0'"/> + <!-- xsl:param name="title.margin.left" select="'0'"/ --> + <xsl:param name="body.start.indent" select="'0'"/> + <xsl:param name="toc.indent.width" select="'12'"/> </xsl:stylesheet> |