Re: dvips default behaviour
Christopher Sawtell <[email protected]> Sun, 08 Jan 2006 23:25:55 +1300
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Organization | At Home |
| Message-ID | <[email protected]> |
On Sunday 08 January 2006 01:15, Sridhar M.A. wrote: > On 1/7/06, William John Murray <[email protected]> wrote: > > What do Suse, Ubuntu etc. do? > > No idea aboute Suse as I do not use it. IIRC, Ubuntu being based on > debian, exhibited the same behaviour. fwiw: Gentoo uses chris@imogen ~ $ dvips ./card/card.dvi This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) ' TeX output 2006.01.05:1658' -> |lpr However it is so utterly simplistic to change that behaviour by a shell alias, that I really don't feel the urge to comment one way or the other. For example: alias dvips="dvips -o -" that will direct all output to stdout. -- CS