Changes between Version 14 and Version 15 of BoostDocs/PDF
- Timestamp:
- Nov 26, 2009, 1:23:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/PDF
v14 v15 1 1 This page details the PDF build of the boost documentation. 2 2 3 Currenly builds in doc/pdf should be stable when XEP is used as the FO processor. 4 5 Downloads of PDF's for the last release are available from sf download page at http://sourceforge.net/projects/boost/files/. 6 3 7 SVN commit [https://svn.boost.org/trac/boost/changeset/51104/trunk 51104] to trunk provides the basic support: improved fo.xsl stylesheet, tweaked individual Jamfiles so they find their images etc when being built as a PDF, and adds doc/pdf/Jamfile.v2 to build all boost libraries that can be as individual PDF's. 4 5 Beta builds of the PDF's are available from http://boost.cowic.de/rc/pdf/6 8 7 9 The following default build options have been added to the fo.xsl stylesheet customisation layer: … … 19 21 20 22 * Currently only RenderX's XEP FO processor will build all the docs correctly, Apache FOP is *still* not mature enough :-( 23 * Error handling in FO processors is currently verging on non-existant, it's currently necessary to check the build log manually 24 for missing images and suchlike. Detecting truncation/overflow of content requires manual proof reading of the PDF's which is clearly 25 impractical for "all of Boost". 21 26 22 27 == Changelog ==