mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Revert r33169. That was too simplistic. We have to use the workaround
only when the Times Roman font is used. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33171 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8b793d88b5
commit
b5d3593160
@ -200,8 +200,7 @@ static docstring const textgreek_def = from_ascii(
|
||||
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}%\n"
|
||||
" \\renewcommand{\\~}{\\perispomeni}%\n"
|
||||
"}}\n"
|
||||
"\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{%\n"
|
||||
" \\IfFileExists{grtm10.tfm}{}{\\fontfamily{cmr}}\\greektext #1}}\n"
|
||||
"\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
|
||||
"\\DeclareFontEncoding{LGR}{}{}\n");
|
||||
|
||||
static docstring const textcyr_def = from_ascii(
|
||||
|
Loading…
Reference in New Issue
Block a user