[18540] in Athena Bugs
sun4 8.4.15: latex2html
daemon@ATHENA.MIT.EDU (Emilio C Silva)
Fri Nov 24 18:54:27 2000
Message-Id: <200011242354.SAA17167@m1-142-20.mit.edu>
To: bugs@MIT.EDU
Date: Fri, 24 Nov 2000 18:54:15 -0500
From: Emilio C Silva <emilio@MIT.EDU>
System name: m1-142-20.mit.edu
Type and version: Ultra-5_10 8.4.15
Display type: ffb
Shell: /bin/athena/tcsh
Window manager: mwm
What were you trying to do?
Use latex2html on a simple LaTeX file
What's wrong:
latex2html won't write the bibliography, replacing it with a single character "2".
What should have happened:
The program should have converted the document and include the bibliography as it does after the fix below.
Please describe any relevant documentation references:
Removing line #10817 of /mit/infoagents/share/latex2html/latex2html
return(@_) if (making_title);
seems to make it work perfectly. I can't understand the meaning of this line, since making_title is not mentioned elsewhere.