Date: Sat, 08 Jul 2000 12:26:13 -0400 From: "Richard E. Hawkins" <hawk@fac13.ds.psu.edu> To: David@SkytrackerCanada.com Cc: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>, Lowell Gilbert <lowell@lowellg.ne.mediaone.net>, freebsd-questions@FreeBSD.ORG Subject: Re: way to pipe latex files to printer? Message-ID: <200007081626.MAA06431@fac13.ds.psu.edu> In-Reply-To: Your message of "Sat, 08 Jul 2000 02:30:11 EDT." <3966CA73.18B2819C@www3.pacific-pages.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> cat $1 > /tmp/templatex.tex > latex /tmp/templatex > dvips templatex > which I call "lat" - my report program creates the tex program, then > pipes it into "lat" > seems to work fine - thanks for your comments. It will work fine within limits. If you see [??] or similar things in your output, it is because tex needed to run more than once, which will be the case if you have cross-references. hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007081626.MAA06431>