mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Account for text mode inside math mode.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25090 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9990563fbb
commit
07d1b1684b
@ -201,12 +201,12 @@ static string const textcyr_def =
|
||||
|
||||
static string const lyxmathsym_def =
|
||||
"\\DeclareRobustCommand{\\lyxmathsym}[1]{%\n"
|
||||
" \\begingroup\n"
|
||||
" \\ifmmode\\begingroup\n"
|
||||
" \\edef\\b@ld{bold}%\n"
|
||||
" \\def\\rmorbf##1{\\ifx\\math@version\\b@ld\\textbf{##1}\\else\\textrm{##1}\\fi}%\n"
|
||||
" \\mathchoice{\\hbox{\\rmorbf{#1}}}{\\hbox{\\rmorbf{#1}}}%\n"
|
||||
" {\\hbox{\\smaller[2]\\rmorbf{#1}}}{\\hbox{\\smaller[3]\\rmorbf{#1}}}%\n"
|
||||
" \\endgroup}\n";
|
||||
" \\endgroup\\else#1\\fi}\n";
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user