[l2h] Black bars under integral signs when thelimitsof integration are -\infty and +\infty or analgebraicfraction for each of the upper and lower limits

Nasser M. Abbasi nma at 12000.org
Wed Apr 13 21:14:05 CEST 2011


On 4/13/2011 11:47 AM, Pat Somerville wrote:
> In my request earlier in this chain of e-mail letters that LaTeX2HTML users
> perform the \int\limits _{-\infty}^{+\infty} experiment for me, I would like
> to add to my list of requested users' installed software packages:
>

I am sorry to see you still get the black lines below the math.

fyi, Just tried your math on my l2h, and I do not get black lines.

Here is the result:

http://12000.org/my_notes/l2hwin/black_lines_under_integral/t.htm

Here is the tex file itself:

----------------------
$ cat t.tex
\documentclass[notitlepage,12pt]{article}%
\usepackage{html}
\begin{document}
$\int\limits _{-\infty}^{+\infty}$
\end{document}
-------------------

Here is the command used:

--------------------------
$ cat build.sh
#/bin/bash

pdflatex t.tex
latex2html -info 0  -no_subdir -local_icons -short_extn t.tex
--------------------------

Here is my init file:

  cat /home/me/.latex2html-init
----------------------------
$FONT_SIZE = "12pt";
$WHITE_BACKGROUND = 1;
$LOCAL_ICONS = 1;
$MAX_SPLIT_DEPTH = 4;
$SHORTEXTN = 1;
$ANTI_ALIAS = 1;
$ANTI_ALIAS_TEXT = 1;
$HTML_VERSION = '4.0';
$MATH_SCALE_FACTOR = 1.8;
$DISP_SCALE_FACTOR = 1.0;
$FIGURE_SCALE_FACTOR = 1.0;
$TRANSPARENT_FIGURES = 1;
$NO_SUBDIR = 1;
$DISCARD_PS = 0;
$DVIPSOPT = '-E';
$LATEX_COLOR = "";

1;

$
------------------------

$ latex2html -v
$* is no longer supported at /usr/bin/latex2html line 10589.
Note: Loading /home/me/.latex2html-init


$ latex -v
pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian)
kpathsea version 5.0.0

  uname -a
Linux me-VirtualBox 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:40:58 UTC 2011 i686 GNU/Linux


--Nasser


More information about the latex2html mailing list