Hi
I am using l2h version 2002 (1.63).
If I try to use a \subsection command after \appendix together with the
option -show_section_numbers, I get an annoying extra dot. I am using
article, but similar bugs are found if one uses report.
A simple file reproducing the problem
---
Hi all.
I am writing a package that implement citations for standards in Brazil,
and I would like to provide latex2html for it. I tried figure out what
part of the code does, but unfortunately I don't know perl (but I can
learn something).
The rules for citations are rather complicated, so I th
Hi again
> * (re)defines do_cmd_cite to
>- increment the counter
>- use the command do_gencite_(value of gencite)
Here I forgot to say
- discard the parameters of \cite (no use for them): it can be
[..]{..} or {..}
[]'s
Miguel.
--
==
Hi, all
Suppose that a package defines a command to store something (for
instance, \leftdelimiter).
If the "perl version" of this package uses a variable like
$LEFT_DELIMITER, what is the code in order to a redefinition of
\leftdelimiter by the user make $LEFT_DELIMITER change and agree with
Hi.
Sometimes I want to use square brackets inside optional arguments, like in
\bibitem[Somebody {[2002]}]{key} Reference text.
TeX solves the "problem" of duplicate ']' if one protects it inside a
group, like in the previous example.
So &get_next_optional_argument should count the nesting le