Hello!
 
I have the following problem with LaTeX2HTML.  It seems to have trouble \inputting files from a different directory.  Perhaps, my path definition syntax isn't correct.  I did try things like \\ and / (even though I knew they wouldn't work with TeX) with no success.  There is absolutely no problem with this file with LaTeX2e.
 
Very relevant info here is that I am using a WinNT box (pity, not censure, is in order here!).   I am using Latex2HTML version 99.2beta8 <1.42> and MikTeX 1.15.
 
I have reduced my problem to the simple code listed below.  Any helpful suggestions will be most appreciated.
 
Nat
__________________________________________________________________________
\documentclass{book}
 
\usepackage[dvips]{color,graphics}
\usepackage{html}
 
\input{d:/courses/vibes/text/macros/macros1}    % This is in a different directory
\input{macros2} % This is in the current directory
 
\begin{document}
 
The log file seems to indicate that macros1.tex wasn't read at all
(from texexpand).  Also, certain definitions in macros1.tex weren't
carried out.
 
The file in the current directory, macros2.tex is read without any
problems.
 
All of this runs through the standard Latex2e just fine.
 
\end{document}
__________________________________________________
Dr. C. 'Nat' Nataraj
Villanova University, Villanova, PA 19085
Tel: 610-519-4994, Fax: 610-519-6515
E-mail: [EMAIL PROTECTED]
http://faculty.engineering.villanova.edu/cnataraj/main.html
__________________________________________________

Reply via email to