Date: Mon, 9 May 2011 22:10:09 GMT From: Kaspars Bankovskis <kaspars@kei.lv> To: freebsd-doc@FreeBSD.org Subject: Re: docs/98115: Missing parts after rendering handbook to RTF format Message-ID: <201105092210.p49MA9KW072471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/98115; it has been noted by GNATS. From: Kaspars Bankovskis <kaspars@kei.lv> To: bug-followup@FreeBSD.org, delphij@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105092210.p49MA9KW072471>
