]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
* GuiDocument.cpp:
[lyx.git] / src / LaTeXFeatures.cpp
index 918fc0b3c695203b97f0a43cd345f2801d2ca26a..e39dc92bb7d15cfd1dc44a1d6fb9ee26f0754f4b 100644 (file)
@@ -195,11 +195,8 @@ static docstring const changetracking_none_def = from_ascii(
        "\\newcommand{\\lyxdeleted}[3]{}\n");
 
 static docstring const textgreek_def = from_ascii(
-       "\\providecommand*{\\perispomeni}{\\char126}\n"
-       "\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n"
-       "  \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}\n"
-       "  \\renewcommand{\\~}{\\perispomeni}\n"
-       "}}\n"
+       "\\DeclareRobustCommand{\\greektext}{%\n"
+       "  \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}}\n"
        "\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n"
        "\\DeclareFontEncoding{LGR}{}{}\n");