[l2h] Subsections after \appendix and -show_section_numbers

2002-05-19 Thread Miguel Frasson
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 ---

[l2h] citation scheme

2002-05-25 Thread Miguel Frasson
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

Re: [l2h] citation scheme

2002-05-25 Thread Miguel Frasson
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. -- ==

[l2h] package similar to overcite

2002-06-01 Thread Miguel Frasson
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

latex2html@tug.org

2002-06-04 Thread Miguel Frasson
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