I'm trying to use latex2html-98.1p1 on Solaris 2.5.1. For latex I'm using
TeTeX 0.4 which works fine. I seem to have set l2h up (following the
directions on the website) with no apparent problems.
The problems come when I actually want to convert latex documents into
html documents. It goes through the motions with no complaint and makes a
nice set of l2h html files with absolutely no content.
Is this a problem seen often? I'm trying latex files that shouldn't be
that complicated, ie. the licence.tex that comes with the l2h distro.
Here's another sample tex file that I've tried:
----------------------------------
\documentclass{article}
\title{Sample File}
\begin{document}
\maketitle
This is a test tex file. I wonder if it works.
\end{document}
----------------------------------
Here's the output of latex2html for that sample file:
----------------------------------
This is LaTeX2HTML Version 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Revised and extended by:
Marcus Hennecke, Ross Moore, Herb Swan and others
...producing markup for HTML version 3.2
Loading /disk/local/src/latex2html/versions/html3_2.pl
*** processing declarations ***
OPENING /disk/local/src/latex2html/try.tex
*** `texexpand' done ***
*** database open ***
Loading /disk/local/src/latex2html/styles/texdefs.perl...
Loading /disk/local/src/latex2html/styles/article.perl
Reading ...
++
@@@
Translating ...
0/1:top of try: for try.html
*** translating preamble ***
*** preamble done ***
;;
1/1:sectionstar:"sectionstar" for node1.html
;;
Doing section links .....
*********** WARNINGS ***********
Couldn't remove ./TMP/ : File exists
Couldn't remove ./TMP/ : File exists
Done.
----------------------------------
Here's what I get in node1.html
----------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos ([EMAIL PROTECTED]), CBLU, University of
Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>No Title</TITLE>
<META NAME="description" CONTENT="No Title">
<META NAME="keywords" CONTENT="try">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="try.css">
<LINK REL="previous" HREF="try.html">
<LINK REL="up" HREF="try.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/disk/local/src/latex2html/icons.gif/next_motif_gr.gif">
<A NAME="tex2html8"
HREF="try.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/disk/local/src/latex2html/icons.gif/up_motif.gif"></A>
<A NAME="tex2html4"
HREF="try.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/disk/local/src/latex2html/icons.gif/previous_motif.gif"></A>
<BR>
<B> Up:</B> <A NAME="tex2html9"
HREF="try.html">No Title</A>
<B> Previous:</B> <A NAME="tex2html5"
HREF="try.html">No Title</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<BR><HR>
<ADDRESS>
<I>Bethany Jane</I>
<BR><I>1999-02-23</I>
</ADDRESS>
</BODY>
</HTML>
----------------------------------
Here's what's in try.html
----------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos ([EMAIL PROTECTED]), CBLU, University of
Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>No Title</TITLE>
<META NAME="description" CONTENT="No Title">
<META NAME="keywords" CONTENT="try">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="try.css">
<LINK REL="next" HREF="node1.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1"
HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/disk/local/src/latex2html/icons.gif/next_motif.gif"></A>
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/disk/local/src/latex2html/icons.gif/up_motif_gr.gif">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/disk/local/src/latex2html/icons.gif/previous_motif_gr.gif">
<BR>
<B> Next:</B> <A NAME="tex2html2"
HREF="node1.html">No Title</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"> </A>
<UL>
<LI><A NAME="tex2html3"
HREF="node1.html">No Title</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
<I>Bethany Jane</I>
<BR><I>1999-02-23</I>
</ADDRESS>
</BODY>
</HTML>
----------------------------------
Can anyone help?
bjh