After doing a `fink update-all' I discovered that my installation of 
teTeX and xdvi, the former from Wierda's distribution (which I prefer 
because he maintains the familiar /usr/local/teTeX location) was broken.

The problem was the fink had overwritten a kluge that is necessary to 
get fink's xdvi to work with system-teTeX.  The fix is to move 
/sw/bin/xdvi to /sw/bin/xdvi.bin, then create a file /usr/bin/xdvi as 
follows:

    #!/bin/sh
    # kluge for fink xdvi with Wierda's teTeX
    TEXMF=/usr/local/teTeX/share/texmf
     export TEXMF
     /sw/bin/xdvi.bin "$@"

It would be nice if this fix could be incorporated into the 
system-teTeX configuration.

Ronald Florence                 www.18james.com



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to