DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11239>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11239 verbatim blocks right-justified, scattered Summary: verbatim blocks right-justified, scattered Product: Fop Version: 0.20.3 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My apologies if this is a duplicate; I scanned the list, and the bugs that looked promising seemed to pertain to different issues. I've included the source in question; it is generated via the standard DocBook XSL stylesheets, and looks reasonable to my untutored eyes. The original XML tag was DocBook's programlisting. The PDF output looks roughly like the plain text I'm pasting below; as displayed by a web browser in HTML, I imagine it will be meaningless. <?xml version="1.0"?> <busclass_list bus="usb"> <busclass id="0202" name="modem"/> <busclass id="1030" name="isdn"/> ... </busclass_list> Here is the source: <fo:block><fo:block wrap-option="no-wrap" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em"> <?xml version="1.0"?> <busclass_list bus="usb"> <busclass id="0202" name="modem"/> <busclass id="1030" name="isdn"/> <busclass id="0101" name="printer"/> <busclass id="ffff" name="scanner"/> <busclass id="0206" name="network"/> <busclass id="0300" name="gameport"/> <busclass id="ff00" name="webcam"/> <busclass id="0000" name="unknown"/> <busclass id="0804" name="floppy"/> </busclass_list> </fo:block></fo:block> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
