Hi,
Once again, I reply to myself ;)
On Thu, 20 Sep 2001, Yannick Patois wrote:
> It seems that fontification is not converted in the docbook output:
>
> Lyx:
> <<<< extract from newfile6.lyx
> \layout Standard
>
> This sould be
> \family typewriter
> typewriter
> \family default
> and then
> \series bold
> strong
> \series default
> and then
> \emph on
> emphasis
> \emph default
> .
> >>>>
There's a very good reason for that : it does *not* exist in docbook.
*BUT* here we reach a limit of lyx itself. It seems that lyx is only able
to create custom 'environements' not custom 'text style'.
What is in docbook is like <filename> and <command> and such meaningful
'object' tagging that should then be converted to some text rendering.
Is there a way to include this naturally in Lyx menus ? For me it seems
that the only way is to go to the 'litteral' mode (improperly reached by
clicking on 'TeX') and to enter the tags manually.
Any better idea ?
Yannick