mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
revert unintended commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5fdd2daa9c
commit
9d35e6690c
@ -195,11 +195,8 @@ static docstring const changetracking_none_def = from_ascii(
|
|||||||
"\\newcommand{\\lyxdeleted}[3]{}\n");
|
"\\newcommand{\\lyxdeleted}[3]{}\n");
|
||||||
|
|
||||||
static docstring const textgreek_def = from_ascii(
|
static docstring const textgreek_def = from_ascii(
|
||||||
"\\providecommand*{\\perispomeni}{\\char126}\n"
|
"\\DeclareRobustCommand{\\greektext}{%\n"
|
||||||
"\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n"
|
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}}\n"
|
||||||
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}\n"
|
|
||||||
" \\renewcommand{\\~}{\\perispomeni}\n"
|
|
||||||
"}}\n"
|
|
||||||
"\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
|
"\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
|
||||||
"\\DeclareFontEncoding{LGR}{}{}\n");
|
"\\DeclareFontEncoding{LGR}{}{}\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user