Xref: utzoo comp.text.tex:4415 comp.binaries.ibm.pc.d:11090 Newsgroups: comp.text.tex,comp.binaries.ibm.pc.d Path: utzoo!utgpu!watserv1!watmath!mks.com!paul From: paul@mks.com (Paul Steinbach) Subject: Re: EmTeX on MKS Tool Kit Date: Fri, 14 Dec 90 14:35:23 GMT Message-ID: <1990Dec14.143523.23435@mks.com> Organization: Mortice Kern Systems, Waterloo, Ontario, CANADA References: <1990Nov30.235708.26093@menudo.uh.edu> 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 ? >It is strange that TeX works, but not dvi drivers. >The dvi driver seems to fail to search paths. >Of course I set the all the environment variables appropriately, >including 'dvidrvfonts'. >And MKS Tool Kit is a newest version. >If anyone has a solution, please post. There are other people >who wish to know. One thing to bear in mind when creating environment variables for a UNIX style shell like the MKS korn shell is that the variable names can have mixed case. The programs which use the above variable are probably looking for a variable 'DVIDRVFONTS', and will ignore 'dvidrvfonts'. It may be necessary to use backslashes as directory separators in the value assigned to the variable. Quote the string with apostrophes to protect the '\' characters from the shell. Try the following variable definition: export DVIDRVFONTS='c:\my\variable' - Paul -- || // // ,'/~~\' Paul Steinbach, Technical Support /||/// //|' `\\\ Mortice Kern Systems Inc. / | //_// ||\___/ 35 King St. N., Waterloo, Ont., Can. N2J 2W9 O_/ paul@mks.com Voice: 519-884-2251 Fax: 519-884-8861