-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday, 23. March 2002 22:02, [EMAIL PROTECTED] wrote:
> Is it possible to setup tetex to produce postscript files instead of
> dvi? I find that I'm almost always converting the dvi to ps, either for
> printing or even on-screen viewing ... I can type 'dvips ...; gv ...'
> almost in my sleep.

Wouldn't it be a smart solution to write a simple script which contains these 
commands and does the conversion automatically ? You could name that script 
pstex for example and it would have a layout similar to

        tex $1
        dvips ...
        gv ...

You may also need to cut the .tex extension from the filename and add .dvi 
and .ps extensions --
        FN=`strip_ext $1` #system dependent 
        DVINAME=$FN.dvi ...

CU INGO
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8nRizy6Pb53AsRKkRAqqYAKCE9oxPR8Q0x0CF3QxnRqf5AewD/QCeN36D
5kquc40TN/JlXF6Iysj/hzg=
=2MIZ
-----END PGP SIGNATURE-----

Reply via email to