[l2h] Path specification in \input

C. Nataraj C. Nataraj" <c.nataraj@villanova.edu
Fri, 4 Aug 2000 16:49:28 -0400


This is a multi-part message in MIME format.

------=_NextPart_000_0037_01BFFE33.F42A3FE0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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: nataraj@villanova.edu
http://faculty.engineering.villanova.edu/cnataraj/main.html
__________________________________________________


------=_NextPart_000_0037_01BFFE33.F42A3FE0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hello!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have the following problem with LaTeX2HTML.&nbsp; It seems to =
have=20
trouble \inputting files from a different directory.&nbsp; Perhaps, my =
path=20
definition syntax isn't correct.&nbsp; I did try things like \\ and / =
(even=20
though I knew they wouldn't work with TeX) with no success.&nbsp; There =
is=20
absolutely no problem with this file with LaTeX2e.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Very relevant info here is that I am using a WinNT box (pity, not =
censure,=20
is in order here!).&nbsp;&nbsp; I am using Latex2HTML version 99.2beta8=20
&lt;1.42&gt;&nbsp;and MikTeX 1.15.
<DIV>&nbsp;</DIV>
<DIV>I have reduced my problem to the simple code listed below.&nbsp; =
Any=20
helpful suggestions will be most appreciated.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Nat</DIV></DIV>
<DIV>____________________________________________________________________=
______</DIV>
<DIV><FONT face=3D"Courier New" =
size=3D2>\documentclass{book}</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New"=20
size=3D2>\usepackage[dvips]{color,graphics}<BR>\usepackage{html}</FONT></=
DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New"=20
size=3D2>\input{d:/courses/vibes/text/macros/macros1}&nbsp;&nbsp;&nbsp; =
% This is=20
in a different directory<BR>\input{macros2} % This is in the current=20
directory</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>\begin{document}</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>The log file seems to indicate =
that=20
macros1.tex wasn't read at all<BR>(from texexpand).&nbsp; Also, certain=20
definitions in macros1.tex weren't</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2>carried out.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>The file in the current =
directory,=20
macros2.tex is read without any<BR>problems.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>All of this runs through the =
standard=20
Latex2e just fine.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>\end{document}<BR></FONT></DIV>
<DIV><FONT =
size=3D1>__________________________________________________<BR>Dr. C.=20
'Nat' Nataraj<BR>Villanova University, Villanova, PA 19085<BR>Tel: =
610-519-4994,=20
Fax: 610-519-6515<BR>E-mail: <A=20
href=3D"mailto:nataraj@villanova.edu">nataraj@villanova.edu</A><BR><A=20
href=3D"http://faculty.engineering.villanova.edu/cnataraj/main.html">http=
://faculty.engineering.villanova.edu/cnataraj/main.html</A><BR>__________=
________________________________________<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0037_01BFFE33.F42A3FE0--