On 7 Nov 2005 at 9:22, Bill Page wrote: > Willaim, > > Thanks for noticing this. I get the a similar error when I try > to open the dvi file using Yap from MikTeX. But this is very > strange because I can open other dvi files and I can even open > this file in pdf format even though the pdf format is created from the > dvi using dvipdfm. > > The file does contain some very long lines of machine generated > lisp bootstrap code. Maybe that is a problem for dvi viewers? > I will try adding some new lines in this code and see if that fixes > the problem. > > Have any seen this error with any other source files? > > Can anyone reproduce this problem using a dvi viewer on linux? > > Regards, > Bill Page. > > On November 7, 2005 3:50 AM William Sit wrote: > > > > > Changes > > http://wiki.axiom-developer.org/axiom--test--1/src/algebra/FspaceSpa > > d/diff -- I click on the dvi (OS: Windows XP, dvi viewer: DVIWIN). > > It is a 118 page document with the first 84 pages "gabbage" > > consisting mainly of a few symbols a page. On p. 85, the title page > > appears, followed by a table of contents, followed by the source > > code (except that spaces become xxx's). > > > > DVIWIN reports the following error messages :: > > > > \begin{verbatim} > > Opening c:\docume~1\william\locals~1\temp\fspace~1.dvi > > (118 pages) > > [1] > > TeX [EMAIL PROTECTED] ignored > > ... > > forwarded from > http://wiki.axiom-developer.org/axiom--test--1/src/algebra/FspaceSpad# > msg200 [EMAIL PROTECTED]
I suspect you are viewing with Dviwin, a dvi file produced by TeX4ht ? TeX4ht produces an intermediate dvi file (because it uses TeX to resolve user-defined or package-defined TeX commands), but this dvi file is not to be viewed with a dvi viewer, it is not what one would get by running TeX directly. The real/usable/viewable output is the html file(s) produced by TeX4ht. best wishes, Michel [EMAIL PROTECTED] http://www.univ-orleans.fr/EXT/ASTEX ftp://ftp.univ-orleans.fr/pub/tex/PC/AsTeX liste de discussion: [EMAIL PROTECTED] Abonnement à la liste: envoyer un message de contenu "sub astex Nom Prenom Etablissement" à [EMAIL PROTECTED] _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
