mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* LaTeXFeatures.cpp: fix whitespace issue after Greek character.
No status entry needed, this bug slipped in after 1.6.4. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31454 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
30321350fe
commit
adc876029f
@ -191,8 +191,8 @@ static string const changetracking_none_def =
|
||||
static string const textgreek_def =
|
||||
"\\providecommand*{\\perispomeni}{\\char126}\n"
|
||||
"\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n"
|
||||
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}\n"
|
||||
" \\renewcommand{\\~}{\\perispomeni}\n"
|
||||
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}%\n"
|
||||
" \\renewcommand{\\~}{\\perispomeni}%\n"
|
||||
"}}\n"
|
||||
"\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
|
||||
"\\DeclareFontEncoding{LGR}{}{}\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user