[l2h] Re: latex2html digest, Vol 1 #181 - 3 msgs

R. Sankaran sankaran@stallionpress.com
Mon, 29 Oct 2001 17:20:16 +0800


I too, it is serious - latex2html???????????????/???????

Joao Ferreira wrote:

>  Dear Sirs,
>
>     I have received this message 500 times... is anything wrong...???? About one per minute... I'm not kiding... it's true....
>
> latex2html-request@tug.org wrote:
>
> > Send latex2html mailing list submissions to
> >         latex2html@tug.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         http://tug.org/mailman/listinfo/latex2html
> > or, via email, send a message with subject or body 'help' to
> >         latex2html-request@tug.org
> >
> > You can reach the person managing the list at
> >         latex2html-admin@tug.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of latex2html digest..."
> >
> > Today's Topics:
> >
> >    1. Index entries include trailing format specifications
> >        such as '|textbf' (Julius Smith)
> >    2. AGENTS WANTED ! (Motortyme Oy)
> >
> > --__--__--
> >
> > Message: 1
> > Date: Sun, 28 Oct 2001 13:09:45 -0800
> > To: latex2html@tug.org
> > From: Julius Smith <jos@w3k.org>
> > Subject: [l2h] Index entries include trailing format specifications
> >   such as '|textbf'
> >
> > I discovered that index entries including a format specification, such as
> >
> >         keyword\index{keyword|textbf}
> >
> > produce keys in the HTML index including the format spec, i.e.,
> > "keyword|textbf" appears in the final Index.html entries generated by
> > latex2html.  This problem does not appear to occur when the makeidx package
> > is used (invoking styles/makeidx.perl).  Below is a one-line fix that works
> > in all cases I have tested:
> >
> > *** latex2html~ Fri Sep 28 14:17:52 2001
> > --- latex2html  Sun Oct 28 12:30:44 2001
> > ***************
> > *** 8322,8327 ****
> > --- 8322,8328 ----
> >         }
> >         $str = $current[$#current];
> >         $str =~ s/\#\#\#\d+$//o; # Remove the unique id's
> > +       $str =~ s/\|(.*)$//; # Remove any trailing macro wrapper spec (NEW)
> >         $index .= $index{$key} .
> >             # If it's the same string don't start a new line
> >             (&index_key_eq(join('',@current), join('',@previous)) ?
> > --------------------
> >
> > Note that page 154 of Lamport (1994) gives some "fine print" about the
> > behavior of '|' in an index entry.  E.g., it can be quoted by a preceding
> > `"' unless the `"' is preceded by `\'.  Since this fine print does not seem
> > to be supported for `!', I didn't try to add it here.  Due to prior
> > transformations on the index key strings, it would take         a bit of research
> > to get this right.
> >
> > Julius
> >
> > --__--__--
> >
> > Message: 2
> > Reply-To: w2222@saunalahti.fi
> > From: "Motortyme Oy" <w2222@saunalahti.fi>
> > To: "latex2html@tug.org" <latex2html@tug.org>
> > Date: Mon, 29 Oct 2001 02:21:31 +0200
> > Subject: [l2h] AGENTS WANTED !
> >
> > This is a multi-part message in MIME format.
> >
> > ------=_NextPart_94915C5ABAF209EF376268C8
> > Content-Type: multipart/alternative;
> >         boundary="----=_NextPart_84815C5ABAF209EF376268C8"
> >
> > ------=_NextPart_84815C5ABAF209EF376268C8
> > Content-type: text/plain; charset="US-ASCII"
> >
> >
> >
> > Technical information
> > www.motortyme.fi
> > orders : w2222@saunalahti.fi
> > TOP QUALITY
> > 825,-$US + shipping and local tax
> > This very fine machine can be purchased
> > from Anhui , China :
> > CHIZHOU HOUSEHOLD MACHINE TOOL
> > 16, DONGHU ROAD
> > GUICHI
> > ANHUI 427154, P.R. CHINA
> > FAX: +86-566-2022137
> > OR ORDERED FROM MOTORTYME OY
> > Write to us for details and purchase-------CLICK HERE !
> >
> > Shipping costs vary on location of shipping departure port.
> > You may remove yourself from our mailing list by writing "remove" in subject line above and selecting " reply" to message.
> > Address source: applicant internet / www.pages
>
> _______________________________________________
> latex2html mailing list
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html