From owner-freebsd-doc@FreeBSD.ORG Mon May 9 22:10:10 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 042671065672 for ; Mon, 9 May 2011 22:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E97458FC08 for ; Mon, 9 May 2011 22:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p49MA96A072472 for ; Mon, 9 May 2011 22:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p49MA9KW072471; Mon, 9 May 2011 22:10:09 GMT (envelope-from gnats) Date: Mon, 9 May 2011 22:10:09 GMT Message-Id: <201105092210.p49MA9KW072471@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Kaspars Bankovskis Cc: Subject: Re: docs/98115: Missing parts after rendering handbook to RTF format X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kaspars Bankovskis List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 22:10:10 -0000 The following reply was made to PR docs/98115; it has been noted by GNATS. From: Kaspars Bankovskis 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.