summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/publ-imp-replacements.lua
blob: b15b17e30f8e85c76a0fc3c67f66943d94a7de14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
    name         = "replacements",
    version      = "1.00",
    comment      = "Good riddance",
    author       = "Alan Braslau and Hans Hagen",
    copyright    = "ConTeXt development team",
    replacements = {
        [ [[Th\^e\llap{\raise0.5ex\hbox{\'{\relax}}}]] ] = "Thánh",
        [ [[Th\^e\llap{\raise 0.5ex\hbox{\'{\relax}}}]] ] = "Thánh",
        [ [[Th{\^e}\llap{\raise0.5ex\hbox{\'{\relax}}}]] ] = "Thánh",
        [ [[Th{\^e}\llap{\raise 0.5ex\hbox{\'{\relax}}}]] ] = "Thánh",
    },
}