Bug 33082
| Summary: | Make mf40-tetex_filters smarter. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | adrian.lawrence |
| Component: | rhs-printfilters | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED WONTFIX | 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-12-19 13:12:50 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: | |||
rhs-printfilters is no longer in development, so this RFE does not apply directly. I am changing it. Adrian, do you have an idea how to adjust /usr/share/printconf/mf_rules/mf40-tetex_filters to have the equivalent desired feature? These filters are no longer shipped. |
From Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.18 i686) The Brother HL1250 laser printer is popular. There is a dedicated ghostscript device "hl1250" available (contributed category) which supports 1200x600dpi as well as other options like toner saving modes. Until standard tex distributions add support for a mode hl1250, the ljfzzz is fine at the cost of extra disc space for fonts. The following patch adds support for 1200x600dpi: --- dvi-to-ps.fpi.old Thu Jul 20 03:47:07 2000 +++ dvi-to-ps.fpi Fri Mar 23 22:03:06 2001 @@ -50,6 +50,9 @@ 800x800) DVIPSRES="-D 800 -mode lwpro" ;; + 1200x600) + DVIPSRES="-X 1200 -Y 600 -mode ljfzzz" + ;; 1200x1200) DVIPSRES="-D 1200 -mode ljfzzz" ;;