docs/98115: Missing parts after rendering handbook to RTF format
Kaspars Bankovskis
kaspars at kei.lv
Mon May 9 22:10:10 UTC 2011
The following reply was made to PR docs/98115; it has been noted by GNATS.
From: Kaspars Bankovskis <kaspars at kei.lv>
To: bug-followup at FreeBSD.org, delphij at FreeBSD.org
Cc:
Subject: Re: docs/98115: Missing parts after rendering handbook to RTF format
Date: Tue, 10 May 2011 00:47:48 +0300
Currently this bug can be found in handbook after Figure 2-18 for
instance, and elsewhere. In that case the end of section 2.6.5 is
missing as well as 2.7.1.
Seems the problem might not be with docs themselves, but with the
textproc/fixrtf port, the utility used to embed PNG pictures into RTFs.
The book.rtf-nopng, produced by jade, is fine.
One of the last steps executed by "make FORMATS=rtf" is:
/usr/local/bin/fixrtf -i -p -e ISO-8859-1 < book.rtf-nopng > book.rtf
After that, many sections in book.rtf output file are missing.
Appearently fixrtf fails to parse the document in some places, and
replaces segments of text that follow the images.
More information about the freebsd-doc
mailing list