Bug 33082 - Make mf40-tetex_filters smarter.
Summary: Make mf40-tetex_filters smarter.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rhs-printfilters
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-24 12:00 UTC by adrian.lawrence
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-12-19 13:12:50 UTC
Embargoed:


Attachments (Terms of Use)

Description adrian.lawrence 2001-03-24 12:00:43 UTC
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"
        ;;

Comment 1 Crutcher Dunnavant 2001-03-29 20:22:47 UTC
rhs-printfilters is no longer in development, so this RFE does not apply
directly. I am changing it.

Comment 2 Tim Waugh 2001-12-19 13:12:45 UTC
Adrian, do you have an idea how to adjust 
/usr/share/printconf/mf_rules/mf40-tetex_filters to have the equivalent 
desired feature?


Comment 3 Tim Waugh 2002-10-11 16:10:31 UTC
These filters are no longer shipped.


Note You need to log in before you can comment on or make changes to this bug.