Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!hplabs!hpda!hpcuhb!hpindda!tpt From: tpt@hpindda.cup.hp.com (Tim Temple) Newsgroups: comp.text.tex Subject: Re: EmTeX on MKS Tool Kit Message-ID: <47850002@hpindda.cup.hp.com> Date: 4 Dec 90 19:01:36 GMT References: <1990Nov30.235708.26093@menudo.uh.edu> Organization: HP Information Networks, Cupertino, CA Lines: 18 / hpindda:comp.text.tex / wbue@ciba-geigy.ch (Ueli Buechler) / 12:05 am Dec 3, 1990 / In article <1990Nov30.235708.26093@menudo.uh.edu> yjkim@viking.cs.uh.edu () writes: >Is there anyone who succeeded in running EmTeX dvi drivers >on MKS Tool Kit ? 2. the assignment statement works strangely: it seems to be expanded twice. So you have to protect the backslashes twice: export dvifonts='"c:\myfonts"' ---------- While 2. works, this is not really the proper syntax. Assignments and exports should be done separately. This usually doesn't matter, but it does in cases like the above, or where you don't want double interpretation. dvifonts=c:\\myfonts export dvifonts tt