[plt-scheme] tex2page problems

From: dvanhorn at emba.uvm.edu (dvanhorn at emba.uvm.edu)
Date: Tue Oct 8 22:54:52 EDT 2002

Hello,

I've recently been using tex2page, but I've had some problems with it.

Using the version of tex2page that ships with the RedHat build of DrScheme,
tex2page will fail on 

  \eval{ (display "anything" *html*) }

complaining that *html* is not bound.  Upgrading to version 4p4k7, the latest
release from Dorai Sitaram's page, solves this.  However, using that version, it
seems that any use of \eval causes a temporary TeX file to be created, named
<jobname>-Z-E-1.tex.  Rerunning tex2page then errors when it calls
with-output-file.  

Also, I noticed the version that ships with the RedHat build of DrScheme is
version 4p4k3, while 4p4i ships with the Solaris build.  With 4p4i *html* is
bound correctly, but the above problem remains.

Any help is appreciated.

Thanks,
David

--
dvanhorn at cs dot uvm dot edu




Posted on the users mailing list.