From owner-freebsd-questions Thu Dec 14 08:26:45 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12605 for questions-outgoing; Thu, 14 Dec 1995 08:26:45 -0800 (PST) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA12598 for ; Thu, 14 Dec 1995 08:26:40 -0800 (PST) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA15617; Thu, 14 Dec 95 10:26:39 -0600 Received: by emu.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA26758; Thu, 14 Dec 1995 09:26:38 -0700 Date: Thu, 14 Dec 1995 09:26:38 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <9512141626.AA26758@emu.fsl.noaa.gov> To: binhdo@cs.ubc.ca Cc: questions@freebsd.org In-Reply-To: <199512140512.VAA29143@columbia.cs.ubc.ca> (message from Binh Do on Wed, 13 Dec 1995 21:12:53 -0800) Subject: Re: print-filter for Buble Jet 20 Sender: owner-questions@freebsd.org Precedence: bulk >>>>> "Binh" == Binh Do writes: Binh> Hi. I am setting up a printer-filter for my BJ 20 and got Binh> the staircase trouble. I do not have the manual with me, so Binh> could somebody kindly send me his/her filter? I really Binh> appreciate. I don't have a BubbleJet 20 ... is it compatible with HP/PCL? If so, you might be able to use the following: ------------------------------------------------------------------------ #!/bin/sh printf "\033&k2G" && cat && printf "\f" && exit 0 exit 2 ------------------------------------------------------------------------ Binh> BTW as I specified \&\& as in the handbook, I got errors and Binh> so I tried to remove \, i.e. only && then it is OK(except Binh> the above trouble). I think that is the Latex typo error, am Binh> I right? Yep, that sounds like an error alright! It should be ``&&''. -- Sean Kelly NOAA Forecast Systems Laboratory, Boulder Colorado USA I used to own an ant farm but had to give it up. I couldn't find tractors small enough to fit it. -- Steven Wright