Bug description: latex2html seems to be skipping all paragraph breaks.


VERSION:
([root@willow latex2html]# latex2html -V)
This is LaTeX2HTML Version 2K.1beta (1.50)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds.

PLATFORM: 
([root@willow latex2html]# uname -a)
Linux willow.harvard.edu 2.2.19-7.0.8enterprise #1 SMP Thu Jun 21 06:00:20
EDT 2001 i686 unknown

latex2html options: default

Notes: Have attached a text case and a copy of cfgcache.pm

best,

Micah 


______________________________________________________________________________
Micah Altman, Ph.D.             Associate Director, Harvard-MIT Data Center
                Director, Virtual Data Center Project, Harvard U. Library
                   Postdoctoral Fellow, Department of Government, Harvard U.
[EMAIL PROTECTED]           http://data.fas.harvard.edu/micah_altman/
"Entia non sunt multiplicanda sine necessitate" - Doctor Invincibilis
                ("Ad indicia spectate." - Micah's corollary)
Disclaimer: This is an unofficial, unsigned, document.  (Copyright 2001)

---------- Forwarded message ----------
Date: Thu, 9 Aug 2001 17:14:27 -0500 (EST)
From: Gary King <[EMAIL PROTECTED]>
To: Micah Altman <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: latex2html


here's a simpler example.  the output t.html should have a <p> between the
paras, but it doesn't.

Gary

On Thu, 9 Aug 2001, Micah Altman wrote:

> On Tue, 7 Aug 2001, Gary King wrote:
>
> >
> > latex2html seems to be skipping all paragraph breaks.
> >
> > e.g., see http://gking.harvard.edu/ei/node2.html
> > which appears as one paragraph, but the input, ei.tex (which is in CVS
> > under ei/wds/ei.tex; search on \section{Advanced to see it) has 3 separate
> > paragraphs.  I run latex2html with the batch file ei/p/makeweb
> >
> > Can you tell me how to fix this?
>
> Unfortunately, I was not able to find a fix. We have the latest version of
> latex2html installed on willow, no mention of any similar problem that I
> could find on comp.tex, nor any configs that stand out. It may be a bug.
>
> We could pass it on to the developer, but to do so we'd need you to
> isolate a test case (i.e. the smallest example of latex text that
> generates the problem). I don't know latex well enough to do this.
>
> ______________________________________________________________________________
> Micah Altman, Ph.D.           Associate Director, Harvard-MIT Data Center
>               Director, Virtual Data Center Project, Harvard U. Library
>                  Postdoctoral Fellow, Department of Government, Harvard U.
> [EMAIL PROTECTED]         http://data.fas.harvard.edu/micah_altman/
> "Entia non sunt multiplicanda sine necessitate" - Doctor Invincibilis
>               ("Ad indicia spectate." - Micah's corollary)
> Disclaimer: This is an unofficial, unsigned, document.  (Copyright 2001)
>
>
>

t.tex

# LaTeX2HTML site specific configuration file
# generated by config.pl

# You may edit this file to get around deficiencies of the configuration
# procedure, but you have to be sure of what you are doing!
# If you think there are bugs in the configuration procedure, please report
# them. See the BUGS file on how to do it. Your help is appreciated!

package cfgcache;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(%cfg);

$cfg{'BINDIR'} = q'/usr/local/bin';
$cfg{'CRAYOLAFILE'} = q'/usr/local/lib/latex2html/styles/crayola.txt';
$cfg{'DVIPS'} = q'/usr/bin/dvips';
$cfg{'DVIPSOPT'} = q' -E';
$cfg{'GS'} = q'/usr/bin/gs';
$cfg{'GSALIASDEVICE'} = q'ppmraw';
$cfg{'GSDEVICE'} = q'pnmraw';
$cfg{'GSLANDSCAPE'} = q'';
$cfg{'GS_LIB'} = q'/usr/share/ghostscript/5.50:.';
$cfg{'HASHBANG'} = q'1';
$cfg{'HTML_VALIDATOR'} = q'';
$cfg{'ICONPATH'} = q'file:/usr/local/lib/latex2html/icons';
$cfg{'ICONSTORAGE'} = q'';
$cfg{'IMAGE_TYPES'} = q'png gif';
$cfg{'INITEX'} = q'/usr/bin/initex';
$cfg{'KPSEWHICH'} = q'/usr/bin/kpsewhich';
$cfg{'LATEX'} = q'/usr/bin/latex';
$cfg{'LATEX2HTMLDIR'} = q'/usr/local/lib/latex2html';
$cfg{'LIBDIR'} = q'/usr/local/lib/latex2html';
$cfg{'METADPI'} = q'0';
$cfg{'METAMODE'} = q'';
$cfg{'MKTEXLSR'} = q'/usr/bin/mktexlsr';
$cfg{'NULLFILE'} = q'/dev/null';
$cfg{'PBMMAKE'} = q'/usr/bin/pbmmake';
$cfg{'PERL'} = q'/usr/bin/perl';
$cfg{'PERLFOOTER'} = q'';
$cfg{'PERLHEADER'} = <<'EOQ';
#! /usr/bin/perl -w
EOQ
$cfg{'PERLSCRIPTDIR'} = q'/usr/bin';
$cfg{'PK_GENERATION'} = q'0';
$cfg{'PNMBLACK'} = q' -black ';
$cfg{'PNMCAT'} = q'/usr/bin/pnmcat';
$cfg{'PNMCROP'} = q'/usr/bin/pnmcrop -verbose ';
$cfg{'PNMFILE'} = q'/usr/bin/pnmfile';
$cfg{'PNMFLIP'} = q'/usr/bin/pnmflip';
$cfg{'PNMTOPNG'} = q'/usr/bin/pnmtopng';
$cfg{'PPMQUANT'} = q'/usr/bin/ppmquant';
$cfg{'PPMTOGIF'} = q'/usr/bin/ppmtogif';
$cfg{'PREFIX'} = q'/usr/local';
$cfg{'RGBCOLORFILE'} = q'/usr/local/lib/latex2html/styles/rgb.txt';
$cfg{'TEX'} = q'/usr/bin/tex';
$cfg{'TEXPATH'} = q'/usr/share/texmf/tex/latex/html';
$cfg{'TMPSPACE'} = q'/tmp';
$cfg{'WEB2C'} = q'1';
$cfg{'dd'} = q'/';
$cfg{'distver'} = q'2K.1beta';
$cfg{'exec_extension'} = q'';
$cfg{'gif_interlace'} = q'netpbm';
$cfg{'gif_trans'} = q'netpbm';
$cfg{'have_dvipsmode'} = q'';
$cfg{'have_geometry'} = q'1';
$cfg{'have_images'} = q'1';
$cfg{'have_pstoimg'} = q'1';
$cfg{'perl_starter'} = q'';
$cfg{'pipes'} = q'1';
$cfg{'plat'} = q'unix';
$cfg{'scriptdir'} = q'/usr/local/bin';
$cfg{'scriptext'} = q'';
$cfg{'srcdir'} = q'/usr/local/src/latex2html-2K.1beta';
$cfg{'texlive'} = q'0';
$cfg{'wrapper'} = q'0';

1; # must be last line

Reply via email to