[l2h] Bug scalebox and input

2019-09-22 Thread Daniel Gildea
I have committed a fix for this to github. Dan ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

[l2h] Bug conditions don't work

2019-09-22 Thread Daniel Gildea
latex2html doesn't implement all of tex, and it doesn't know about \ifdefined. It doesn't know in general whether a symbol is defined inside tex. ___ latex2html mailing list latex2html@tug.org https://tug.org/mailman/listinfo/latex2html

[l2h] Bug scalebox and input

2019-09-21 Thread Klaus Frank
If scalebox of the graphicx package is used in combination with input unexpected content apears on the final page: html source code: view-source:data:text/html;charset=utf-8,%3Cdiv%20class%3D%22CENTER%22%3E%0A%3C!--%20MATH%0A%20%24%5Cscalebox%7B0.75%7D%7B%3C%7D%24%0A%20--%3E%0A%EF%B7%90%3Cimg%20

[l2h] Bug conditions don't work

2019-09-21 Thread Klaus Frank
latex2html compiles this `\newcommand\cond[3]{\ifdefined#1#2\else#3\fi} \cond\foo{true}{false}` as `truefalse` and within the console it outputs `Unknown commands: ifdefined fi foo else`. And also `\ifx\undefined\undefined A \else B \fi` results in `A B` Mit freundlichen Grüßen, Klaus Frank MS A

Re: [l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-17 Thread Nasser M. Abbasi
shige 11/18 2009 Nasser M. Abbasi wrote: Illegal division by zero at G:\LATEX\latex2html\bin/latex2html.bat line 558. The error goes away when restting $PK_GENERATION = 0 If you use $PK_GENERATION, you must set $METAFONT_DPI in l2hconf.pm, or your initialization file .lat

Re: [l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-17 Thread Shigeharu TAKENO
shige 11/18 2009 Nasser M. Abbasi wrote: > Illegal division by zero at G:\LATEX\latex2html\bin/latex2html.bat line 558. > > The error goes away when restting $PK_GENERATION = 0 If you use $PK_GENERATION, you must set $METAFONT_DPI in l2hconf.pm, or your initialization file .lat

Re: [l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-16 Thread Nasser M. Abbasi
From: "Ross Moore" r...@ics.mq.edu.au Hello Nasser, On 17/11/2009, at 3:05 AM, Nasser M. Abbasi wrote: (also posted on comp.text.tex) On windows, XP, SP2, using latex2html 2008 version, I get the following when I set $PK_GENERATION = 1 in the l2hconf.pm file Why would you want this now

Re: [l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-16 Thread Ross Moore
Hello Nasser, On 17/11/2009, at 3:05 AM, Nasser M. Abbasi wrote: (also posted on comp.text.tex) On windows, XP, SP2, using latex2html 2008 version, I get the following when I set $PK_GENERATION = 1 in the l2hconf.pm file Why would you want this now? That is an old option for when fonts u

[l2h] Bug report: Illegal division by zero latex2html.bat line 558 when setting $PK_GENERATION = 1

2009-11-16 Thread Nasser M. Abbasi
(also posted on comp.text.tex) On windows, XP, SP2, using latex2html 2008 version, I get the following when I set $PK_GENERATION = 1 in the l2hconf.pm file latex2html -split 0 -no_subdir -local_icons -style="nma.css" index.tex $* is no longer supported at G:\LATEX\latex2html\bin/latex2html.b

Re: [l2h] Bug newcommand

2006-06-22 Thread Al Kabaila
Hi, On Friday 23 June 2006 08:13, Patrick Massot wrote: Forgive me for butting in. My "knowledge" of LaTeX is very limited indeed. The "help" file of the LaTeX client that I use, "kile" (part of GNU/Linux-KDE) gives two forms of the "newcommand". While this does not contradict the form that

[l2h] Bug newcommand

2006-06-22 Thread Patrick Massot
Hi, Here is something which may be considered as a LaTeX bug but annoys only latex2html users. The \newcommand LaTeX macro should be used as \newcommand{\name}{contents} but LaTeX tolerates \newcommand\name{contents} which looks like TeX \def\name{contents} and works perfectly with LaTeX but

Re: [l2h] Bug (+ proposed fix): alltt and multiline matching

2005-01-10 Thread Igor Pechtchanski
I'm reposting the below, both because I think it's important to have this fixed, and because I've just discovered another (more annoying) instance of this bug: - BEGIN bug4.tex - \documentclass{article} \usepackage{alltt} \newcommand{\nothing}[1]{hard[#1]} \begin{do

[l2h] Bug (+ proposed fix): alltt and unquoted command arguments

2004-12-29 Thread Igor Pechtchanski
Hi, There is some strange interaction between the alltt style file and unquoted (or, rather, ungrouped) command arguments. The following document illustrates the bug: - BEGIN bug3.tex - \documentclass{article} \usepackage{alltt} \newcommand{\eatone}[1]{Eating '{#1

Re: [l2h] Bug in MANIFEST ? (russian.perl missing)

2004-10-24 Thread Ross Moore
On 22/10/2004, at 7:52 PM, [EMAIL PROTECTED] wrote: File russian.perl in CVS tree, but not in packed release. This has now been rectified. I vote for Maksim A. Nikulin improvments described in: http://tug.org/mailman/htdig/latex2html/2003-July/002535.html OK; I'll look into it. Sorry, but who is r

[l2h] BUG: tipo in graphics-support.perl

2004-10-24 Thread V . Fyodorov
This bug prevents using $GRAPHICS_HIDESCALE option in config files. s/GRAPHICS_SCALEOPTS/GRAPHICS_SCALEEOPTS/ ___ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html

[l2h] Bug in MANIFEST ? (russian.perl missing)

2004-10-22 Thread V . Fyodorov
File russian.perl in CVS tree, but not in packed release. I vote for Maksim A. Nikulin improvments described in: http://tug.org/mailman/htdig/latex2html/2003-July/002535.html Sorry, but who is responcible for www.latex2html.org? It seems, it has bad links. ___

[l2h] Bug in graphics-support.perl

2004-10-11 Thread V . Fyodorov
Small tipo prevents using GRAPHICS_NOSCALE flag. --- graphics-support.perl.orig 2004-10-12 08:51:36.059963600 +0500 +++ graphics-support.perl 2004-10-12 08:52:00.210292192 +0500 @@ -133,7 +133,7 @@ $GRAPHICS_PATH = [] unless defined($GRAPHICS_PATH); @GRAPHICS_CLIPOPTS = qw(viewport trim

[l2h] l2h bug??

2004-05-07 Thread Jorge Busch
I've had problems with \iint and \iiint when the limits of integration are long. I give you a short example. The image is wrong. The version that I use of l2h, under RedHat 9.0, is detailed in the message. I don't know if the bug is of l2h or of the transcriptor. \documentclass{amsart} \usepackage

[l2h] Bug report: configure --with-latex error

2004-01-23 Thread Techentin, Robert W.
Hi folks, I have just configured and installed latex2html-2002-2-1 to work with texlive on HP-UX 11.0 and Red Hat Linux 9.0. I discovered a bug in the configure script while installing on Linux, and I wanted to report it to the maintainers. When configuring for Linux, I wanted latex2html to use

[l2h] Bug at www.latex2html.org

2003-12-16 Thread Erling D. Andersen
Hi, The info about the mailing list archive should point to "http://tug.org/pipermail/latex2html/ rather then to http://www.xray.mpe.mpg.de/mailing-lists/latex2html/. at the discussion page. The above link seems not up-to-date. Well, I might have misunderstood something. Regards Erling Denne

[l2h] Bug with \HTMLcode command

2003-12-06 Thread David Pritchard
Hi, I found a bug in the \HTMLcode command. I was trying to do the following: \HTMLcode{SUP}{0} to generate a superscript 0. In the process, I discovered that any \HTMLcode{}{0} command fails. The fix is fairly easy, involving a change to the do_cmd_HTMLcode routine in latex2html. Change t

[l2h] Bug Report latex2html 2000-beta1-8 image processing

2003-06-05 Thread Hadmut Danisch
Hi, I'd like to report a bug in latex2html 2000-beta1-8 I'm currently writing a book with several included eps images. The images are scanned letters, so they are A4 in normal size, but they are scaled by 0.9, to fit into the page. Normal latex output looks nice. latex2html has a problem with t

[l2h] bug was win Aladdin GS 6.01

2002-10-05 Thread Victor Zagorski
[EMAIL PROTECTED], Aladdin GS was guilted for the bug I've reported (l2h could not detect GS capabilities). -- Thanks for helping Victor Zagorski 06.10.2002 09:58 mailto:[EMAIL PROTECTED] ___ latex2html mailing list [E

Re: Re[2]: [l2h] bug under win32

2002-10-04 Thread Ross Moore
Hi Victor, > >> The code above cant understand the capabilities of Aladdin gs > >> > >> while () { > >> chomp; > >>if($flag == 0 && /Ghostscript\s*(?:Version|(?:PRE-|BETA |TESTER >)RELEASE|)\s*(\d+[.]?\d*)/i) { > >> $gs_version = $1; > >> $flag = 1; >

[l2h] bug under win32

2002-10-04 Thread Victor Zagorski
An error accures while trying to configure LaTeX2HTML Version 2002-2 (1.70) under Win32. The code above cant understand the capabilities of Aladdin gs while () { chomp; if($flag == 0 && /Ghostscript\s*(?:Version|(?:PRE-|BETA |TESTER )RELEASE|)\s*(\d+[.]?\d*)/i) {

[l2h] [BUG][PATCH] TEXINPUTS handling.

2002-09-29 Thread Jan van Dijk
[please CC me. I am not subscribed and don't know where to read it online] Dear latex2html developers, As I know _nothing_ about Perl, nor about latex2html I am a bit reluctant to make strong statements. However: Is it me, or the handling of the environment variable TEXINPUTS completel

Re: [l2h] Bug in \includegraphics handling

2002-08-12 Thread Michael Chapman
On Sunday 11 August 2002 13:55, Ronny Standtke wrote: > Hi, > > unfortunately I did not get a single response to my previous mail "Problems > with lyx and latex2html". So here a small summary: I wonder how many people on this list use Lyx ? I give it all credit: without it I would probably not (

[l2h] Bug in \includegraphics handling

2002-08-11 Thread Ronny Standtke
Hi, unfortunately I did not get a single response to my previous mail "Problems with lyx and latex2html". So here a small summary: I use lyx to write a complex document and export it from there to latex. I use LaTeX2HTML Version 2K.1beta (1.62) (the one in Mandrake 8.2) to transform this into

Re: [l2h] Bug report

2002-04-12 Thread Ross Moore
> Hi, > > When using texexpand I got > > texexpand V2002 (Revision 1.11) > Use of uninitialized value in array dereference at >c:\local\latex2html\bin/texexpand.bat line 448 > > I do not know if that is significant. It should not be significant; but yes, it would be annoying. I don't have ea

[l2h] Bug report

2002-04-12 Thread Erling D. Andersen
Hi, When using texexpand I got texexpand V2002 (Revision 1.11) Use of uninitialized value in array dereference at c:\local\latex2html\bin/texexpand.bat line 448 I do not know if that is significant. Erling * EKA Consulti

Re: [l2h] Bug in first hyperlink of TOC

2002-04-02 Thread Ulrich Gruenebaum
Hi Ross, thanks for your answers and for your work on LaTeX2HTML. >From documentation I was not aware of the manifold configuration possibilities; especially I didn't find anything in the context of style-sheet, configuration file or even "hook" (if I had suspected such a feature) in the docs.

Re: [l2h] Bug in first hyperlink of TOC

2002-03-30 Thread Ross Moore
> Hi, > > it seems to me that there is a bug in the table of contents (TOC) generated > by LaTeX2HTML. I am using LaTeX2HTML version 2002 (1.62) on FreeBSD, > downloaded from http://www.latex2html.org/~latex2ht/current > as latex2html-2002.tar.gz (20-Mar-2002). > > What I mean is that the genera

Re: [l2h] Bug in first hyperlink of TOC

2002-03-27 Thread Radhakrishnan CV
On Wed, 27 Mar 2002 at 16:12, Michael Chapman wrote: On Wednesday 27 March 2002 13:34, you wrote: > Hi, > > it seems to me that there is a bug in the table of contents (TOC) generated > by LaTeX2HTML. I am using LaTeX2HTML version 2002 (1.62) on FreeBSD, > downloaded from http:/

Re: [l2h] Bug in first hyperlink of TOC

2002-03-27 Thread Michael Chapman
On Wednesday 27 March 2002 13:34, you wrote: > Hi, > > it seems to me that there is a bug in the table of contents (TOC) generated > by LaTeX2HTML. I am using LaTeX2HTML version 2002 (1.62) on FreeBSD, > downloaded from http://www.latex2html.org/~latex2ht/current > as latex2html-2002.tar.gz (20-Ma

[l2h] Bug in first hyperlink of TOC

2002-03-27 Thread Ulrich Gruenebaum
Hi, it seems to me that there is a bug in the table of contents (TOC) generated by LaTeX2HTML. I am using LaTeX2HTML version 2002 (1.62) on FreeBSD, downloaded from http://www.latex2html.org/~latex2ht/current as latex2html-2002.tar.gz (20-Mar-2002). What I mean is that the generated hyperlink of

Re: [l2h] bug managing relative paths?

2002-01-23 Thread Ross Moore
Hello Fernando, > Hello, > > I've searched the list of known problems and I did not find this, so maybe > is a but (in latex2html or in me, for not finding it). > > The problem is as follows: > > My .tex file contains a line like this: > > \includegraphics[totalheight=3.56cm]{../Figuras/morp

[l2h] bug in LaTeX2HTML

2002-01-16 Thread Sander van Geloven
Hi, When I use a Dutch class from ntgclass, e.g. \documentclass{artikel3}, and I have at the beginning of my document a \selectlanguage{english} the LaTeX output in a .dvi is as follows for the header of the contents: Contents (this is OK) If I have a \selectlanguage{dutch}, the header of conte

[l2h] Bug in generating LaTeX file for images??

2002-01-11 Thread Georg Denk
Hello, I have some problems with latex2html 2K.1beta (1.61) regarding the generation of the LaTeX file for the images. If I have the following LaTeX file: %--- start \documentclass[12pt]{article} \begin{document} Formula for resistance: \[ \mathit{value} = \frac{L_

Re: [l2h] Bug?

2001-12-09 Thread Darrell
Hit the enter key a time or two, it should resume. Darrell - Original Message - From: "Kim Schioett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 8:45 AM Subject: [l2h] Bug? > Hi, > > I have a problem when installi

[l2h] Bug?

2001-12-09 Thread Kim Schioett
Hi, I have a problem when installing latex2html on Win32 (running config.bat). The following is an excerpt of the messages in the prompt: ---start of excerpt checking for dvips... D:\TEXMF\MIKTEX\BIN\dvips.exe checking dvips version... ---end of excerpt and after this point nothing happens (giv

Re: [l2h] bug on sectionstar command?

2001-11-14 Thread Ross Moore
> Hi, > > installed latex2html-Version 2K.1beta (1.47) on Redhat 7.1 > > I have a problem with a very simple section{}, and section*{} command. > Something with the dbm... > > the test file which gets the bug is: > > \documentclass[11pt]{article} > \usepackage{html,hthtml} > \usepackage{epsfi

[l2h] bug on sectionstar command?

2001-11-14 Thread Martin Zimmermann
Hi, installed latex2html-Version 2K.1beta (1.47) on Redhat 7.1 I have a problem with a very simple section{}, and section*{} command. Something with the dbm... the test file which gets the bug is: \documentclass[11pt]{article} \usepackage{html,hthtml} \usepackage{epsfig,color,amsmath,amssymb}

Re: [l2h] Bug or glitch when using colors ?

2001-07-28 Thread Ross Moore
> Hi, > > I'm using the latex-package "color" by invoking > \usepackage{color} and later calling \textcolor{yellow}{text in yellow color} etc. >in my LaTeX-source. > > I ran into some difficulties using latex2html with -html_version 4.0: > > The css-file contained multiple definitions of the s

[l2h] Bug or glitch when using colors ?

2001-07-19 Thread Ralf Scholl
Hi,   I'm using the latex-package "color" by invoking \usepackage{color} and later calling \textcolor{yellow}{text in yellow color} etc. in my LaTeX-source.   I ran into some difficulties using latex2html with -html_version 4.0:   The css-file contained multiple definitions of the same color

Re: [l2h] BUG: textrm{} does not work correctly.

2001-04-27 Thread Edwin Steiner
Ross Moore wrote: > [Edwin Steiner wrote:] > > Hello! > > > > When LaTeX processes the document > > > > \documentclass{article} > > \newcommand{\mytt}[1]{{\tt #1}} > > \newcommand{\myrm}[1]{{\rm #1}} > > \begin{document} > > > > \texttt{AAA\textrm{BBB}AAA}, > > Do you reall

[l2h] BUG: textrm{} does not work correctly.

2001-04-26 Thread Edwin Steiner
Hello! When LaTeX processes the document \documentclass{article} \newcommand{\mytt}[1]{{\tt #1}} \newcommand{\myrm}[1]{{\rm #1}} \begin{document} \texttt{AAA\textrm{BBB}AAA}, {\tt AAA{\rm BBB}AAA}, \mytt{AAA\myrm{BBB}AAA} \end{document} it produces three times

Re: [l2h] Bug in LaTeX2HTML: ligature-breaking chars don't work)

2000-07-01 Thread Anthony Fok
Hello Ross, On Thu, Jun 29, 2000 at 09:44:32PM +1000, Ross Moore wrote: > No, that is not correct. > If the environment is defined correctly then a \verb certainly can > be used within it. > > The fact that you are getting mixed-up with is that \verb cannot > be used "within the argument to a ma

Re: [l2h] Bug in LaTeX2HTML: ligature-breaking chars don't work)

2000-06-29 Thread Martin Schröder
On 2000-06-29 04:54:18 -0600, Anthony Fok wrote: > If I recall correctly \verb|...| can't be used within an environment. It can be (unless the environment does something special). It can't be used inside an argument. Best regards Martin

Re: [l2h] Bug in LaTeX2HTML: ligature-breaking chars don't work)

2000-06-29 Thread Anthony Fok
On Thu, Jun 29, 2000 at 08:30:14PM +1000, Ross Moore wrote: > Is this within a verbatim: e.g. \verb|drwxrwx---| > (after all, it isn't a word, is it ?) Unfortunately, some of them are within an environment, i.e. the TeX source uses something like: \begin{lyxcode} $ ls -l total 48488

Re: [l2h] Bug in LaTeX2HTML: ligature-breaking chars don't work)

2000-06-29 Thread Ross Moore
> Hello! This is my first post here. :-) > > While working with LaTeX2HTML to generate the Chinese version of the > Debian GNU/Linux: Guide to Installation and Usage (written by fellow > Debian developers John Goerzen and Ossama Othman), we noticed that > there's a bug report filed against debi

[l2h] Bug in LaTeX2HTML: ligature-breaking chars don't work)

2000-06-29 Thread Anthony Fok
Hello! This is my first post here. :-) While working with LaTeX2HTML to generate the Chinese version of the Debian GNU/Linux: Guide to Installation and Usage (written by fellow Debian developers John Goerzen and Ossama Othman), we noticed that there's a bug report filed against debian-guide, sa

Re: [l2h] Bug: Changing page counter can create blank inline math formulaein Version 99.1 release

2000-02-24 Thread Ross Moore
> Hi folks, Hello Robert, thanks for the report. The problem you mention does not occur with the v99.2 versions, which can be obtained from: http://saftsack.fs.uni-bayreuth.de/~latex2ht/ I don't recall just which bug-fix cured that problem, which was almost certainly a symptom of something els

[l2h] Bug: Changing page counter can create blank inline math formulae in Version 99.1 release

2000-02-24 Thread Robert Petry
Hi folks, While latex2html'ing a particular lengthy document, I found that the gif images being created for my inline math formulae were coming out blank. I traced the problem down rather unexpectedly to the command \addtocounter{page}{1} near the beginning of my document. Once I removed it,

[l2h] Bug in alltt.pl

1999-11-25 Thread Peter Junglas
Hi, when I use the alltt environment (l2h version 99.2b6) together with \usepackage[german]{babel}, then the " inside alltt is interpreted as in german style, though inside alltt it shouldn't. In LATEX itself everything works fine. A crude workaround for me was to use english and redefine some s

[l2h] Bug report--99.2beta3

1999-10-15 Thread Wei Li
I just installed the new 99.2beta3 on two NT 4.0 (SP5) machines. Latex2html is installed in e: partition. When I run latex2html in d: partition, I would get a error message saying that \usr\local\bin\texexpand is not found The problem, I think is that in configuration pm files, the batch files a

[l2h] bug using alltt in newenvironment

1999-10-13 Thread Graham Gough
You need to identify the names of alltt-like environments using the perl variable $alltt_rx. So in your .latex2html-inti, put something like $alltt_rx = 'dcode|doutput|dinput'; Hope this helps Graham

[l2h] bug using alltt in newenvironment

1999-10-12 Thread Dirk Husung
Using \begin{alltt} ... \end{alltt} directly in the LaTeX-document section works fine, defining a new environment, containing \begin{alltt} and \end{alltt}, and using this environment does not work for me (missing linebreaks). (The new environment is intended to do some additional things in the f

Re: [l2h] BUG!!!

1999-09-15 Thread Ross Moore
> Hi folks, > the attached code works fine with latex. It put a frame around the text, > the created HTML code is wrong. Not just wrong, but missing! > > Any idea? > Yes. I discovered 3 places where the latex2html script needs improving. Firstly, the coding for: sub do_env_tex2html_nomath_inl

[l2h] BUG!!!

1999-09-15 Thread Andre Konopka
Hi folks, the attached code works fine with latex. It put a frame around the text, the created HTML code is wrong. Any idea? Best regards Andre \documentclass{article} % Specifies the document class % \usepackage{german} % \usepackage[ansinew]{inputenc} % \usepackage[T1]{fontenc} % \use

[l2h] bug in multicolumn and htmlsetstyle (l2h 99.1)

1999-08-18 Thread Steffen Klupsch
1) The arguements of \htmlsetstyle are searched for ':' and '=' these are replaced with ' : ' which can break http adresses. Example: \htmlsetstyle[BODY]{}{background-image: url(http://myserver.de/icons/st.jpg);} is translated to the following css code: BODY{ background-image : url(h

Re: [l2h]: Bug in amsmath.perl

1999-06-30 Thread Ross MOORE
> v 99.1 (release) with input: > > \documentclass{article} > \usepackage{amsmath} > \begin{document} > \author{Hi} > \end{document} > > goes into an infinite recursion (do_cmd_author -> translate_commands > -> process_command -> do_cmd_author) while "parsing > preamble". Everything is > ok with

[l2h]: Bug in amsmath.perl

1999-06-30 Thread Olaf Bachmann
v 99.1 (release) with input: \documentclass{article} \usepackage{amsmath} \begin{document} \author{Hi} \end{document} goes into an infinite recursion (do_cmd_author -> translate_commands -> process_command -> do_cmd_author) while "parsing preamble". Everything is ok without \uspackage{amsmath

Re: [l2h] Bug report: latex2html does not work with LaTeX files named part????.tex

1999-06-27 Thread Ross MOORE
> Bug report, LaTeX2HTML v. 98.1 for PC, using Perl 5.004_02. > > This is a strange bug: it is not possible to use a TeX-file > with LaTeX2HTML if the name starts with "part", such as I There is a subtle internal reason for this *bug*, which relates to when there are diffent \input or \include

[l2h] Bug report: latex2html does not work with LaTeX files named part????.tex

1999-06-27 Thread Anders Blom
Bug report, LaTeX2HTML v. 98.1 for PC, using Perl 5.004_02. This is a strange bug: it is not possible to use a TeX-file with LaTeX2HTML if the name starts with "part", such as I wanted "partdiff.tex" (about partial diff.eq.). Obviously there seems to be conflict with the TeX-command "\part". I

[l2h] bug (?) report: align*

1999-06-23 Thread Anonymous
Hi folks- A minor bug to report in Version 98.1p1 release (March 2nd, 1998), or more probably in the amsmath.perl that came with it. Using the align* environment, the equations are aligned properly, but the whole group of equations are left justified rather than centered. I do not know if this a

[l2h] Bug.

1999-06-06 Thread Erling D. Andersen
Hi, I am using latex2html98, so this may not be relevant to newest version. But when I run latex2html on # BEGIN \documentclass{book} \usepackage{html} \usepackage{htmllist} \usepackage{longtable} \usepackage{makeidx} \title{User's manual} \author{Erling D. Andersen} \begin{document} \newco

Re: [l2h] Bug#37982: latex2html: wrong handling of more than one bibliography

1999-05-21 Thread Ross MOORE
> Hi, > > [Please retain the CC: to [EMAIL PROTECTED] so > that the Debian bug tracking system can record your comments > with the problem report] > > This problem was reported by a Debian user. > > manoj >

[l2h] Bug#37982: latex2html: wrong handling of more than one bibliography

1999-05-21 Thread Manoj Srivastava
Hi, [Please retain the CC: to [EMAIL PROTECTED] so that the Debian bug tracking system can record your comments with the problem report] This problem was reported by a Debian user. manoj

[l2h] Bug in nested enumerate in v99.1

1999-04-30 Thread phbb
There appears to be the following bug in v 99.1: \begin{enumerate} \item This item should be labelled by 1. \item This item should be labelled by 2. \begin{enumerate} \item This item should be labelled by (a) \item This item should be labelled by (b) \end{enumerate} \end{enumerate} Comes out as

[l2h] BUG in configure

1999-01-02 Thread Volker H. Simonis
hy, i just downloaded 'latex2html-99.2beta5' and started with configure, as suggested. unfortunately, the configure script doesent recognize my ghostscript, which is version 5.1. typing 'gs -h' results in: GNU Ghostscript 5.10 (1998-12-17) Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA