From owner-freebsd-questions Thu Jul 31 19:02:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA17219 for questions-outgoing; Thu, 31 Jul 1997 19:02:18 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA17211 for ; Thu, 31 Jul 1997 19:02:11 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.6/8.8.5) with UUCP id VAA04709; Thu, 31 Jul 1997 21:00:25 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.6/8.8.5) with SMTP id UAA00904; Thu, 31 Jul 1997 20:58:06 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Thu, 31 Jul 1997 20:58:06 -0500 (CDT) From: "Jay D. Nelson" To: Nathan Dorfman cc: questions@FreeBSD.ORG Subject: Re: dvips/xdvi "mode" In-Reply-To: <199707312107.RAA22032@limbo.senate.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk epsonlq is equated to toshiba in modes.mf. modes.mf, on my system lives in /usr/local/teTeX/texmf/metafont/misc which, I think is default for the teTeX distribution. All you need to do is search through modes.mf for `360' and pick one that works. Find modes.mf, find a 360dpi that works and plug this into your dvips and xdvi config files. You should also equate "localfont:=" at the bottom of the modes.mf file. I use the `nechi' definition to drive an Epson AP3260 and it works well. -- Jay On Thu, 31 Jul 1997, Nathan Dorfman wrote: ->texconfig's `modes' for xdvi and dvips don't include "epsonc," the driver ->for Epson LQ printers. My BJC-4000 has a BJ mode and Epson LQ mode, and ->I must run it in LQ mode for it to be compatible with apsfilter's drivers. ->I could have sworn selecting an epsonc driver when first installing the ->teTeX port, and tried editing config.ps, to change M to epsonc. Metafont ->complains how epsonc and resolution 360 is a mismatch, ignores the mode, ->and then can't guess a mode for 360 resolution and fails. Has anyone an ->idea what to do? It worked with the default configuration (*slaps himself ->for not backing it up*). ->