mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Simplify the definition of multi-accented polytonic Greek, patch by Günter Milde.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a831919c0c
commit
28ce123a18
@ -43,7 +43,7 @@ german german "German (old spelling)" false iso8859-15 de_DE ""
|
|||||||
ngerman ngerman "German" false iso8859-15 de_DE ""
|
ngerman ngerman "German" false iso8859-15 de_DE ""
|
||||||
german-ch ngerman "German (Switzerland)" false iso8859-15 de_CH ""
|
german-ch ngerman "German (Switzerland)" false iso8859-15 de_CH ""
|
||||||
greek greek "Greek" false iso8859-7 el_GR ""
|
greek greek "Greek" false iso8859-7 el_GR ""
|
||||||
polutonikogreek polutonikogreek "Greek (polytonic)" false iso8859-7 el_GR "\providecommand*{\perispomeni}{\char126}\addto\extraspolutonikogreek{\let\~\perispomeni}\addto\extrasgreek{\let\~\perispomeni}"
|
polutonikogreek polutonikogreek "Greek (polytonic)" false iso8859-7 el_GR "\addto\extraspolutonikogreek{\let\~\char126}\addto\extrasgreek{\let\~\char126}"
|
||||||
hebrew hebrew "Hebrew" true cp1255 he_IL ""
|
hebrew hebrew "Hebrew" true cp1255 he_IL ""
|
||||||
# "hungarian" is a synonym for the "magyar" babel language option
|
# "hungarian" is a synonym for the "magyar" babel language option
|
||||||
# "hungarian" might be used for special purposes, see http://www.math.bme.hu/latex/magyar_pre_tug2004.pdf
|
# "hungarian" might be used for special purposes, see http://www.math.bme.hu/latex/magyar_pre_tug2004.pdf
|
||||||
|
@ -195,10 +195,9 @@ 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"
|
|
||||||
"\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n"
|
"\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n"
|
||||||
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}%\n"
|
" \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}%\n"
|
||||||
" \\renewcommand{\\~}{\\perispomeni}\n"
|
" \\renewcommand{\\~}{\\char126}%\n"
|
||||||
"}}\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