Hmmm, that's funny, I've been using Weirda's distribution with fink's 
system-tetex and fink's xdvi successfully for ages, and this is the 
first time I heard of your kluge. Furthermore, I just did an update-all 
last night, which installed a new xdvi, and that still works.

There is a change you have to make to a configuration file for xdvi to 
store generated fonts properly, which is described in "fink describe 
xdvi". It doesn't sound like this has anything to do with your problem, 
but I mention it just in case.

On Thursday, September 5, 2002, at 08:20 AM, Ronald Florence wrote:

> 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
>



-------------------------------------------------------
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