unicodesymbols: "textgreek" must not be used together with "combining".

With the current code, this leads to output like "\\\\textgreek{\\\\~}"
which results in a LaTeX error as the accent macro \\\\~ expects an argument.
This commit is contained in:
Günter Milde 2015-08-12 22:00:08 +02:00
parent f3917dceea
commit 00e1936d81

View File

@ -734,7 +734,7 @@
#0x033f "" "" "combining,force" # COMBINING DOUBLE OVERLINE
#0x0340 "" "" "combining,force" # COMBINING GRAVE TONE MARK
#0x0341 "" "" "combining,force" # COMBINING ACUTE TONE MARK
0x0342 "\\~" "textgreek" "combining,force" "" "" # COMBINING GREEK PERISPOMENI
0x0342 "\\~" "" "combining,force" "" "" # COMBINING GREEK PERISPOMENI
#0x0343 "" "" "combining,force" # COMBINING GREEK KORONIS == 0x0313 COMBINING COMMA ABOVE (= combining GREEK PSILI)
0x0344 "\\\"'" "" "combining,force" # COMBINING GREEK DIALYTIKA TONOS
0x0345 "|" "textgreek" "force" # COMBINING GREEK YPOGEGRAMMENI (place after the base letter, the combination is done via ligature definitions in Greek text fonts (LGR))