Hi!
We have mathtext package to write russian in math mode. By default russian
letters are upright, but we can say:
\DeclareSymbolFont{T2Aletters}{T2A}{cmr}{m}{it}
аnd make them italic (or slanted etc.). That is very important possibility, but
in LyX it doesn't work! No effect! I think, the occasion is in LyX code, which
programm adds into document:
\declarerobustcommand{\lyxmathsym}[1]{\ifmmode\begingroup\de...@ld{bold}
\def\rmorbf##1{\ifx\m...@version\b@ld\textbf{##1}\else\textrm{##1}\fi}
\mathchoice{\hbox{\rmorbf{#1}}}{\hbox{\rmorbf{#1}}}
{\hbox{\smaller[2]\rmorbf{#1}}}{\hbox{\smaller[3]\rmorbf{#1}}}
\endgroup\else#1\fi}
but I don't know, how to resolve this problem. Russian text in formulae LyX
writes as $\lyxmathsym{«Эптнц»}$. Could you help me to fix it?
Best regards, neGODnick