Changes between Version 14 and Version 15 of BoostDocs/PDF


Ignore:
Timestamp:
Nov 26, 2009, 1:23:21 PM (13 years ago)
Author:
John Maddock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/PDF

    v14 v15  
    11This page details the PDF build of the boost documentation.
    22
     3Currenly builds in doc/pdf should be stable when XEP is used as the FO processor.
     4
     5Downloads of PDF's for the last release are available from sf download page at http://sourceforge.net/projects/boost/files/.
     6
    37SVN 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/
    68
    79The following default build options have been added to the fo.xsl stylesheet customisation layer:
     
    1921
    2022  * 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
     24for missing images and suchlike.  Detecting truncation/overflow of content requires manual proof reading of the PDF's which is clearly
     25impractical for "all of Boost".
    2126
    2227== Changelog ==