tcl and *.dvi files
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

tcl and *.dvi files

From: madman <overlog@yahoo.com>
Date: Thu Jun 30 2005 - 00:15:43 CEST

i am updating a Tcl/Tk program and was previously displaying my Help
documention using GIF files that were exported from MS Word and doing
something like this:

image create photo test -file test_file.gif

however, this became tedious and the math formulas weren't diplayed
very well so i converted all my documentation files to *.dvi files uing
Latex. my question is: what is the best way to display my *.dvi files
in Tcl/Tk? do i need to convert the *.dvi files to some other format or
can i display the *.dvi files directly from Tcl/Tk?
Received on Thu Sep 29 14:23:53 2005