[l2h] latex2html stops when calling latex

Ross Moore ross at ics.mq.edu.au
Wed May 25 13:14:33 CEST 2005


Hello Timo,

On 25/05/2005, at 8:06 PM, Timo Johansson wrote:

> Hello,
>
> I'm trying to convert a document with latex2html
>
> latex2html stops with the following output:
>
>
> [a lot more]
> ;;.
> .
> Doing footnotes ...
> Writing image file ...
>
> This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
> entering extended mode
> (./images.tex
> LaTeX2e <2003/12/01>
> Babel <v3.8d> and hyphenation patterns for american, french, german,
> ngerman, b
> ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch,
> esperanto, e
> stonian, finnish, greek, icelandic, irish, italian, latin, magyar,
> norsk, polis
> h, portuges, romanian, russian, serbian, slovak, slovene, spanish,
> swedish, tur
> kish, ukrainian, nohyphenation, loaded.
>
>
> Then nothing happens anymore.
> When interrupting with ctrl-c the following output:
>
> LaTeX2HTML shutting down.
> ! Interruption.
> <to be read again>
>                    \vfill
> l.5746 \lthtmlcheckvsize
>                         \clearpage}
>
>
> and after hitting enter again:
>
>
>  Output written on images.dvi (784 pages, 217912 bytes).

Wow!  784 images is really quite a lot.
This may take a long time to process them all.
It's possible that you just interrupted too soon.


> Transcript written on images.log.
> sh: line 1: vi: command not found
> ! Trouble executing `vi +5746 ./images.tex'.

I don't know where this call to  vi  comes from.
It may be that your interruption spawned an attempt to  vi
the document source; but the current working directory is
out by one level, so this fails.


Try running your job again, using  -debug  as an option to
  latex2html .
If there is an  images.pl  file in the destination directory,
then remove it first, else you may need to run  latex2html  twice
before images can be created correctly.


> 	
>
> I dont have vi installed.
> The HTML-Files are created, but instead of images and math-symbols
> there are only numbers and # , example:
>
> <#112#> (version 2.5 --- January 2005)
> <#146#>tex2html_wrap_inline<#146#>$ $
> <#148#>tex2html_wrap_inline<#148#>$ $
>

This is because your job was terminated prematurely.
Only after the images have been created will all these be
converted to proper HTML tagging.


> I'm trying and googling for days now, without success. Hope someone
> here can provide some good hints...! ;-)

This is certainly the best place to ask for help.


Best regards,

	Ross Moore


>
> Thanks in advance & best regards
>
> Timo
>
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> http://tug.org/mailman/listinfo/latex2html
>
------------------------------------------------------------------------
Ross Moore                                         ross at maths.mq.edu.au
Mathematics Department                             office: E7A-419
Macquarie University                               tel: +61 +2 9850 8955
Sydney, Australia                                  fax: +61 +2 9850 8114
------------------------------------------------------------------------



More information about the latex2html mailing list