2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Added better pdf generation support.

[SVN r39699]
This commit is contained in:
John Maddock
2007-10-05 09:57:34 +00:00
parent 3a02a8b625
commit 7b5f96e865

View File

@@ -5,6 +5,8 @@
using quickbook ;
path-constant images_location : html ;
xml math : math.qbk ;
boostbook standalone
:
@@ -58,10 +60,13 @@ boostbook standalone
# Set this one for PDF generation *only*:
# default pnd graphics are awful in PDF form,
# better use SVG's instead:
# <xsl:param>admon.graphics.extension=".svg"
# <xsl:param>use.role.for.mediaobject=1
# <xsl:param>preferred.mediaobject.role=print
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
<format>pdf:<xsl:param>use.role.for.mediaobject=1
<format>pdf:<xsl:param>preferred.mediaobject.role=print
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<format>pdf:<xsl:param>admon.graphics.path=$(images_location)/images/
;