> It appears that the latex created confuses the commands. When I export
the
> above example, I get:
>
> {\small 12}{\small  \AA} {\small is a lot}{\small \par}
>
> Bad!
>
> Any thoughts?

Shouldn't be too difficult to fix.  
Have a look at lyxfont.C and the "latexFontStart" (or something) method. 
In that, compare the given font with the running font, and if the only
LaTeX font mode has changed, ignore the request to change font:  We
already have the correct font.
Do the same for the "latexFontEnd" method.

That should give:

{\small 12 \AA is a lot\par}

or something like that.

Greets,

Asger

Reply via email to