Thanx for your reply.


On Thu, 20 Sep 2001, Jose Abilio Oliveira Matos wrote:
> > - The INFORMALTABLE bug, already reported, applied a workaround cited in
> > http://www.mail-archive.com/lyx-users@lists.lyx.org/msg12688.html.
>   To be correced for next version.

OK.

> > - An ANCHOR problem I never saw reported.
>   Ok, I don't see your errors. I will change it for next version tought. We

I modified it:
$ diff insets/insetlabel.C insets/insetlabel.C.org
92c92
<       os << "<anchor id=\"" << getContents() << "\" >";
---
>       os << "<anchor id=\"" << getContents() << "\" ></anchor>";


> > <colspec colname="col0" align="center"/>
> > <colspec colname="col1" align="center"/>
>   try src/tabular.C
>   The code is there, it should be easy to erase the extra /.

$  diff tabular.C tabular.C.org
2741c2741
<       os << "\">\n";
---
>       os << "\"/>\n";


Those two fix *realy* improved the lyx usability in my case :) Now I dont
have to export to docbook, edit the doc and then call a db2something on
it, it works directly from the menus !

>   You should write a wrapper file to load the standard stylesheets and from
> there make your own customizations.

I did, and it's going better :)

>   That is an option from configuration, as I get the inline representation.
>   For print or html?

Works now, thanks, other related questions I may have would better fit on
a docbook mailing-list, I think ;)

> > - The Date item is not writen on the output document, I wasnt also able to
> > found how to put a 'Version' item.
>   I will see this.

Also a docbook configuration stuff : one has to modify the
'article-titlepage-recto-elements' tag to add 'date' somewhere.

> > $ lyx --version
> > Wrong command line option `--version'. Exiting. <-- should it be added ?
>   It is already in cvs. Good point. :-)

Good :)

Thanx again,

        Yannick


Reply via email to