Bug 11779
Summary: | more bad TeX output: >> | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Tim Waugh <twaugh> |
Component: | openjade | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-06-15 17:33:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Tim Waugh
2000-05-31 16:47:11 UTC
*** Bug 11781 has been marked as a duplicate of this bug. *** *** Bug 11783 has been marked as a duplicate of this bug. *** *** Bug 11784 has been marked as a duplicate of this bug. *** *** Bug 11785 has been marked as a duplicate of this bug. *** *** Bug 11786 has been marked as a duplicate of this bug. *** *** Bug 11787 has been marked as a duplicate of this bug. *** (See bug 11497, which is quite similar to this) An input file containing: <!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[]> <para> <programlisting> <![CDATA[if (a > 0) val >>= a;]]> </programlisting> </para> when processed using db2ps, produces a special character for ''>>'', rather than two greater-than signs next to each other, which is the intent. PostScript output contains: [...] 1 0 bop Black Black -510 -417 a Fa(if)44 b('\(a)h(>)f(0'\))h(val)f('\273=) h(a;)p Black Black eop [...] The HTML output, produced using db2html, seems fine. (Bug duplicates are due to bugzilla problem hopefully now resolved.) *** Bug 11782 has been marked as a duplicate of this bug. *** Fixed in openjade-1.3-17. |