Hello Bob.

On 22 Oct 2020, at 1:54 pm, Bob van der Poel 
<b...@mellowood.ca<mailto:b...@mellowood.ca>> wrote:



On Wed, Oct 21, 2020 at 7:34 PM Bob van der Poel 
<b...@mellowood.ca<mailto:b...@mellowood.ca>> wrote:

I have a project with a number of files listed in a master file. Each file is 
processed like:

  ....
\input{docs}
\input{paths}
\input{effects}
 ...
 The latex output is perfect. However, latex2html skips the 'paths' file. No 
warnings that I can see. Anyone have any idea why this file would be skipped?

Is this in the preamble, so that these files are providing definitions,
or is it in the body of your document, so that they are providing material to 
be presented?

If the latter, have you tried  \include  rather than  \input ?

Or have you tried leaving a blank line between those  \input  command usages?
Does this make any difference?  (to either the PDF or the HTML result)


As a follow up to my earlier mail ... other files in the program reference 
items in the missing file. However, since the file is missing the links point 
to the wrong file (actually the next file in the list).

This is all very strange.

LaTeX2HTML is not based upon a TeX processing engine.

Instead it tries to interpret your document source without reference to font 
machinery,
falling back on images in situations that are too complex to handle as 
text-only.

If you treat it as if it is TeX-based, then you will likely be asking for 
things that
are just not covered, and then be disappointed at the result.
Read the manual.
That covers pretty well what works and says a bit about what does not.


Hope this helps.
Stay safe.

Ross



--

**** Listen to my FREE CD at 
http://www.mellowood.ca/music/cedars<https://protect-au.mimecast.com/s/WB_MCp81gYClAglyTPYrNz?domain=mellowood.ca>
 ****
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: b...@mellowood.ca<mailto:b...@mellowood.ca>
WWW:   
http://www.mellowood.ca<https://protect-au.mimecast.com/s/M7K5Cq71jxf4Xg4RUXdU23?domain=mellowood.ca>
_______________________________________________
latex2html mailing list
latex2html@tug.org<mailto:latex2html@tug.org>
https://protect-au.mimecast.com/s/kMsoCr810kCN2yN6u4MviF?domain=tug.org


Dr Ross Moore
Department of Mathematics and Statistics
12 Wally’s Walk, Level 7, Room 734
Macquarie University, NSW 2109, Australia
T: +61 2 9850 8955  |  F: +61 2 9850 8114
M:+61 407 288 255  |  E: ross.mo...@mq.edu.au<mailto:ross.mo...@mq.edu.au>
http://www.maths.mq.edu.au
[cid:image001.png@01D030BE.D37A46F0]
CRICOS Provider Number 00002J. Think before you print.
Please consider the environment before printing this email.

This message is intended for the addressee named and may
contain confidential information. If you are not the intended
recipient, please delete it and notify the sender. Views expressed
in this message are those of the individual sender, and are not
necessarily the views of Macquarie University. <http://mq.edu.au/>
<http://mq.edu.au/>

_______________________________________________
latex2html mailing list
latex2html@tug.org
https://tug.org/mailman/listinfo/latex2html

Reply via email to