On Mon, Oct 25, 2004 at 01:05:22PM +0300, Martin Vermeer wrote:
> ma, 2004-10-25 kello 03:35, José Abílio Oliveira Matos kirjoitti:
> 
> >   Martin the code now should be a lot easier to read, I tried to maintain
> > all the previous features for AGU. I think also that we should set some kind
> > of syntax for parameters substituion.
> 
> Eh, in output_docbook.C: 
> 
>     237         if (bstyle->latexparam().find('#') != string::npos) {
>     238                 counters.step(bstyle->counter);
>     239         }
>     240
>     241         if (!bstyle->latexparam().empty()) {
>     242                 id = bstyle->latexparam();
>     243                 if (id.find('#') != string::npos) {
>     244                         string el =
> expandLabel(buf.params().getLyXTextClass(),
>     245                                                 bstyle, false);
>     246                         id = subst(id, "#", el);
>     247                 }
>     248         }
> 
> Why is line 238 not inside the following piece of code? What do I miss?

  Nothing, I think. I have reordered the code and, probably, before this
code chuncks were in different places.
  As you clearly show this should be merged. Do you want me to do it?

> -- 
> Martin Vermeer <[EMAIL PROTECTED]>



-- 
José Abílio Matos
LyX and docbook a perfect match. :-)

Reply via email to