gitextract_6ljb7qdv/ ├── .github/ │ ├── tl-packages │ └── workflows/ │ └── main.yaml ├── .gitignore ├── LICENSE.txt ├── README.md ├── build.lua ├── configfiles/ │ ├── config-autogen.lua │ ├── config-lua.lua │ ├── config-nil.lua │ └── config-xetex.lua ├── doc/ │ ├── example-arabic.tex │ ├── example-chinese.tex │ ├── example-japanese.tex │ ├── example-korean.tex │ ├── example-odia.tex │ ├── example-thai.tex │ ├── example-uyghur.tex │ ├── examples.tex │ ├── languages.csv │ ├── polyglossia.tex │ └── test-welsh.tex ├── make-release ├── runtests ├── testfiles/ │ ├── amsthm-order-1.luatex.tlg │ ├── amsthm-order-1.lvt │ ├── amsthm-order-1.tlg │ ├── amsthm-order-2.luatex.tlg │ ├── amsthm-order-2.lvt │ ├── amsthm-order-2.tlg │ ├── autogen/ │ │ ├── test-gloss-acadian.luatex.tlg │ │ ├── test-gloss-acadian.lvt │ │ ├── test-gloss-acadian.tlg │ │ ├── test-gloss-aeb.luatex.tlg │ │ ├── test-gloss-aeb.lvt │ │ ├── test-gloss-aeb.tlg │ │ ├── test-gloss-af.luatex.tlg │ │ ├── test-gloss-af.lvt │ │ ├── test-gloss-af.tlg │ │ ├── test-gloss-afb.luatex.tlg │ │ ├── test-gloss-afb.lvt │ │ ├── test-gloss-afb.tlg │ │ ├── test-gloss-afrikaans.luatex.tlg │ │ ├── test-gloss-afrikaans.lvt │ │ ├── test-gloss-afrikaans.tlg │ │ ├── test-gloss-albanian.luatex.tlg │ │ ├── test-gloss-albanian.lvt │ │ ├── test-gloss-albanian.tlg │ │ ├── test-gloss-am.luatex.tlg │ │ ├── test-gloss-am.lvt │ │ ├── test-gloss-am.tlg │ │ ├── test-gloss-american.luatex.tlg │ │ ├── test-gloss-american.lvt │ │ ├── test-gloss-american.tlg │ │ ├── test-gloss-amharic.luatex.tlg │ │ ├── test-gloss-amharic.lvt │ │ ├── test-gloss-amharic.tlg │ │ ├── test-gloss-apd.luatex.tlg │ │ ├── test-gloss-apd.lvt │ │ ├── test-gloss-apd.tlg │ │ ├── test-gloss-ar-IQ.luatex.tlg │ │ ├── test-gloss-ar-IQ.lvt │ │ ├── test-gloss-ar-IQ.tlg │ │ ├── test-gloss-ar-JO.luatex.tlg │ │ ├── test-gloss-ar-JO.lvt │ │ ├── test-gloss-ar-JO.tlg │ │ ├── test-gloss-ar-LB.luatex.tlg │ │ ├── test-gloss-ar-LB.lvt │ │ ├── test-gloss-ar-LB.tlg │ │ ├── test-gloss-ar-MR.luatex.tlg │ │ ├── test-gloss-ar-MR.lvt │ │ ├── test-gloss-ar-MR.tlg │ │ ├── test-gloss-ar-PS.luatex.tlg │ │ ├── test-gloss-ar-PS.lvt │ │ ├── test-gloss-ar-PS.tlg │ │ ├── test-gloss-ar-SY.luatex.tlg │ │ ├── test-gloss-ar-SY.lvt │ │ ├── test-gloss-ar-SY.tlg │ │ ├── test-gloss-ar-YE.luatex.tlg │ │ ├── test-gloss-ar-YE.lvt │ │ ├── test-gloss-ar-YE.tlg │ │ ├── test-gloss-ar.luatex.tlg │ │ ├── test-gloss-ar.lvt │ │ ├── test-gloss-ar.tlg │ │ ├── test-gloss-arabic.luatex.tlg │ │ ├── test-gloss-arabic.lvt │ │ ├── test-gloss-arabic.tlg │ │ ├── test-gloss-armenian.luatex.tlg │ │ ├── test-gloss-armenian.lvt │ │ ├── test-gloss-armenian.tlg │ │ ├── test-gloss-arq.luatex.tlg │ │ ├── test-gloss-arq.lvt │ │ ├── test-gloss-arq.tlg │ │ ├── test-gloss-ary.luatex.tlg │ │ ├── test-gloss-ary.lvt │ │ ├── test-gloss-ary.tlg │ │ ├── test-gloss-arz.luatex.tlg │ │ ├── test-gloss-arz.lvt │ │ ├── test-gloss-arz.tlg │ │ ├── test-gloss-ast.luatex.tlg │ │ ├── test-gloss-ast.lvt │ │ ├── test-gloss-ast.tlg │ │ ├── test-gloss-asturian.luatex.tlg │ │ ├── test-gloss-asturian.lvt │ │ ├── test-gloss-asturian.tlg │ │ ├── test-gloss-australian.luatex.tlg │ │ ├── test-gloss-australian.lvt │ │ ├── test-gloss-australian.tlg │ │ ├── test-gloss-austrian.luatex.tlg │ │ ├── test-gloss-austrian.lvt │ │ ├── test-gloss-austrian.tlg │ │ ├── test-gloss-ayl.luatex.tlg │ │ ├── test-gloss-ayl.lvt │ │ ├── test-gloss-ayl.tlg │ │ ├── test-gloss-bahasa.luatex.tlg │ │ ├── test-gloss-bahasa.lvt │ │ ├── test-gloss-bahasa.tlg │ │ ├── test-gloss-bahasai.luatex.tlg │ │ ├── test-gloss-bahasai.lvt │ │ ├── test-gloss-bahasai.tlg │ │ ├── test-gloss-bahasam.luatex.tlg │ │ ├── test-gloss-bahasam.lvt │ │ ├── test-gloss-bahasam.tlg │ │ ├── test-gloss-basque.luatex.tlg │ │ ├── test-gloss-basque.lvt │ │ ├── test-gloss-basque.tlg │ │ ├── test-gloss-be-tarask.luatex.tlg │ │ ├── test-gloss-be-tarask.lvt │ │ ├── test-gloss-be-tarask.tlg │ │ ├── test-gloss-be.luatex.tlg │ │ ├── test-gloss-be.lvt │ │ ├── test-gloss-be.tlg │ │ ├── test-gloss-belarusian.luatex.tlg │ │ ├── test-gloss-belarusian.lvt │ │ ├── test-gloss-belarusian.tlg │ │ ├── test-gloss-bengali.luatex.tlg │ │ ├── test-gloss-bengali.lvt │ │ ├── test-gloss-bengali.tlg │ │ ├── test-gloss-bg.luatex.tlg │ │ ├── test-gloss-bg.lvt │ │ ├── test-gloss-bg.tlg │ │ ├── test-gloss-bn.luatex.tlg │ │ ├── test-gloss-bn.lvt │ │ ├── test-gloss-bn.tlg │ │ ├── test-gloss-bo.luatex.tlg │ │ ├── test-gloss-bo.lvt │ │ ├── test-gloss-bo.tlg │ │ ├── test-gloss-bosnian.luatex.tlg │ │ ├── test-gloss-bosnian.lvt │ │ ├── test-gloss-bosnian.tlg │ │ ├── test-gloss-br.luatex.tlg │ │ ├── test-gloss-br.lvt │ │ ├── test-gloss-br.tlg │ │ ├── test-gloss-brazil.luatex.tlg │ │ ├── test-gloss-brazil.lvt │ │ ├── test-gloss-brazil.tlg │ │ ├── test-gloss-breton.luatex.tlg │ │ ├── test-gloss-breton.lvt │ │ ├── test-gloss-breton.tlg │ │ ├── test-gloss-british.luatex.tlg │ │ ├── test-gloss-british.lvt │ │ ├── test-gloss-british.tlg │ │ ├── test-gloss-bs.luatex.tlg │ │ ├── test-gloss-bs.lvt │ │ ├── test-gloss-bs.tlg │ │ ├── test-gloss-bulgarian.luatex.tlg │ │ ├── test-gloss-bulgarian.lvt │ │ ├── test-gloss-bulgarian.tlg │ │ ├── test-gloss-ca.luatex.tlg │ │ ├── test-gloss-ca.lvt │ │ ├── test-gloss-ca.tlg │ │ ├── test-gloss-canadian.luatex.tlg │ │ ├── test-gloss-canadian.lvt │ │ ├── test-gloss-canadian.tlg │ │ ├── test-gloss-canadien.luatex.tlg │ │ ├── test-gloss-canadien.lvt │ │ ├── test-gloss-canadien.tlg │ │ ├── test-gloss-catalan.luatex.tlg │ │ ├── test-gloss-catalan.lvt │ │ ├── test-gloss-catalan.tlg │ │ ├── test-gloss-chinese.luatex.tlg │ │ ├── test-gloss-chinese.lvt │ │ ├── test-gloss-chinese.tlg │ │ ├── test-gloss-ckb-Arab.luatex.tlg │ │ ├── test-gloss-ckb-Arab.lvt │ │ ├── test-gloss-ckb-Arab.tlg │ │ ├── test-gloss-ckb-Latn.luatex.tlg │ │ ├── test-gloss-ckb-Latn.lvt │ │ ├── test-gloss-ckb-Latn.tlg │ │ ├── test-gloss-ckb.luatex.tlg │ │ ├── test-gloss-ckb.lvt │ │ ├── test-gloss-ckb.tlg │ │ ├── test-gloss-classiclatin.luatex.tlg │ │ ├── test-gloss-classiclatin.lvt │ │ ├── test-gloss-classiclatin.tlg │ │ ├── test-gloss-cop.luatex.tlg │ │ ├── test-gloss-cop.lvt │ │ ├── test-gloss-cop.tlg │ │ ├── test-gloss-coptic.luatex.tlg │ │ ├── test-gloss-coptic.lvt │ │ ├── test-gloss-coptic.tlg │ │ ├── test-gloss-croatian.luatex.tlg │ │ ├── test-gloss-croatian.lvt │ │ ├── test-gloss-croatian.tlg │ │ ├── test-gloss-cy.luatex.tlg │ │ ├── test-gloss-cy.lvt │ │ ├── test-gloss-cy.tlg │ │ ├── test-gloss-cz.luatex.tlg │ │ ├── test-gloss-cz.lvt │ │ ├── test-gloss-cz.tlg │ │ ├── test-gloss-czech.luatex.tlg │ │ ├── test-gloss-czech.lvt │ │ ├── test-gloss-czech.tlg │ │ ├── test-gloss-da.luatex.tlg │ │ ├── test-gloss-da.lvt │ │ ├── test-gloss-da.tlg │ │ ├── test-gloss-danish.luatex.tlg │ │ ├── test-gloss-danish.lvt │ │ ├── test-gloss-danish.tlg │ │ ├── test-gloss-de-AT-1901.luatex.tlg │ │ ├── test-gloss-de-AT-1901.lvt │ │ ├── test-gloss-de-AT-1901.tlg │ │ ├── test-gloss-de-AT-1996.luatex.tlg │ │ ├── test-gloss-de-AT-1996.lvt │ │ ├── test-gloss-de-AT-1996.tlg │ │ ├── test-gloss-de-AT.luatex.tlg │ │ ├── test-gloss-de-AT.lvt │ │ ├── test-gloss-de-AT.tlg │ │ ├── test-gloss-de-CH-1901.luatex.tlg │ │ ├── test-gloss-de-CH-1901.lvt │ │ ├── test-gloss-de-CH-1901.tlg │ │ ├── test-gloss-de-CH-1996.luatex.tlg │ │ ├── test-gloss-de-CH-1996.lvt │ │ ├── test-gloss-de-CH-1996.tlg │ │ ├── test-gloss-de-CH.luatex.tlg │ │ ├── test-gloss-de-CH.lvt │ │ ├── test-gloss-de-CH.tlg │ │ ├── test-gloss-de-DE-1901.luatex.tlg │ │ ├── test-gloss-de-DE-1901.lvt │ │ ├── test-gloss-de-DE-1901.tlg │ │ ├── test-gloss-de-DE-1996.luatex.tlg │ │ ├── test-gloss-de-DE-1996.lvt │ │ ├── test-gloss-de-DE-1996.tlg │ │ ├── test-gloss-de-DE.luatex.tlg │ │ ├── test-gloss-de-DE.lvt │ │ ├── test-gloss-de-DE.tlg │ │ ├── test-gloss-de-Latf-AT-1901.luatex.tlg │ │ ├── test-gloss-de-Latf-AT-1901.lvt │ │ ├── test-gloss-de-Latf-AT-1901.tlg │ │ ├── test-gloss-de-Latf-AT-1996.luatex.tlg │ │ ├── test-gloss-de-Latf-AT-1996.lvt │ │ ├── test-gloss-de-Latf-AT-1996.tlg │ │ ├── test-gloss-de-Latf-AT.luatex.tlg │ │ ├── test-gloss-de-Latf-AT.lvt │ │ ├── test-gloss-de-Latf-AT.tlg │ │ ├── test-gloss-de-Latf-CH-1901.luatex.tlg │ │ ├── test-gloss-de-Latf-CH-1901.lvt │ │ ├── test-gloss-de-Latf-CH-1901.tlg │ │ ├── test-gloss-de-Latf-CH-1996.luatex.tlg │ │ ├── test-gloss-de-Latf-CH-1996.lvt │ │ ├── test-gloss-de-Latf-CH-1996.tlg │ │ ├── test-gloss-de-Latf-CH.luatex.tlg │ │ ├── test-gloss-de-Latf-CH.lvt │ │ ├── test-gloss-de-Latf-CH.tlg │ │ ├── test-gloss-de-Latf-DE-1901.luatex.tlg │ │ ├── test-gloss-de-Latf-DE-1901.lvt │ │ ├── test-gloss-de-Latf-DE-1901.tlg │ │ ├── test-gloss-de-Latf-DE-1996.luatex.tlg │ │ ├── test-gloss-de-Latf-DE-1996.lvt │ │ ├── test-gloss-de-Latf-DE-1996.tlg │ │ ├── test-gloss-de-Latf-DE.luatex.tlg │ │ ├── test-gloss-de-Latf-DE.lvt │ │ ├── test-gloss-de-Latf-DE.tlg │ │ ├── test-gloss-de-Latf.luatex.tlg │ │ ├── test-gloss-de-Latf.lvt │ │ ├── test-gloss-de-Latf.tlg │ │ ├── test-gloss-de.luatex.tlg │ │ ├── test-gloss-de.lvt │ │ ├── test-gloss-de.tlg │ │ ├── test-gloss-divehi.luatex.tlg │ │ ├── test-gloss-divehi.lvt │ │ ├── test-gloss-divehi.tlg │ │ ├── test-gloss-dsb.luatex.tlg │ │ ├── test-gloss-dsb.lvt │ │ ├── test-gloss-dsb.tlg │ │ ├── test-gloss-dutch.luatex.tlg │ │ ├── test-gloss-dutch.lvt │ │ ├── test-gloss-dutch.tlg │ │ ├── test-gloss-dv.luatex.tlg │ │ ├── test-gloss-dv.lvt │ │ ├── test-gloss-dv.tlg │ │ ├── test-gloss-ecclesiasticlatin.luatex.tlg │ │ ├── test-gloss-ecclesiasticlatin.lvt │ │ ├── test-gloss-ecclesiasticlatin.tlg │ │ ├── test-gloss-el-monoton.luatex.tlg │ │ ├── test-gloss-el-monoton.lvt │ │ ├── test-gloss-el-monoton.tlg │ │ ├── test-gloss-el-polyton.luatex.tlg │ │ ├── test-gloss-el-polyton.lvt │ │ ├── test-gloss-el-polyton.tlg │ │ ├── test-gloss-el.luatex.tlg │ │ ├── test-gloss-el.lvt │ │ ├── test-gloss-el.tlg │ │ ├── test-gloss-en-AU.luatex.tlg │ │ ├── test-gloss-en-AU.lvt │ │ ├── test-gloss-en-AU.tlg │ │ ├── test-gloss-en-CA.luatex.tlg │ │ ├── test-gloss-en-CA.lvt │ │ ├── test-gloss-en-CA.tlg │ │ ├── test-gloss-en-GB.luatex.tlg │ │ ├── test-gloss-en-GB.lvt │ │ ├── test-gloss-en-GB.tlg │ │ ├── test-gloss-en-NZ.luatex.tlg │ │ ├── test-gloss-en-NZ.lvt │ │ ├── test-gloss-en-NZ.tlg │ │ ├── test-gloss-en-US.luatex.tlg │ │ ├── test-gloss-en-US.lvt │ │ ├── test-gloss-en-US.tlg │ │ ├── test-gloss-en.luatex.tlg │ │ ├── test-gloss-en.lvt │ │ ├── test-gloss-en.tlg │ │ ├── test-gloss-english.luatex.tlg │ │ ├── test-gloss-english.lvt │ │ ├── test-gloss-english.tlg │ │ ├── test-gloss-eo.luatex.tlg │ │ ├── test-gloss-eo.lvt │ │ ├── test-gloss-eo.tlg │ │ ├── test-gloss-es-ES.luatex.tlg │ │ ├── test-gloss-es-ES.lvt │ │ ├── test-gloss-es-ES.tlg │ │ ├── test-gloss-es-MX.luatex.tlg │ │ ├── test-gloss-es-MX.lvt │ │ ├── test-gloss-es-MX.tlg │ │ ├── test-gloss-es.luatex.tlg │ │ ├── test-gloss-es.lvt │ │ ├── test-gloss-es.tlg │ │ ├── test-gloss-esperanto.luatex.tlg │ │ ├── test-gloss-esperanto.lvt │ │ ├── test-gloss-esperanto.tlg │ │ ├── test-gloss-estonian.luatex.tlg │ │ ├── test-gloss-estonian.lvt │ │ ├── test-gloss-estonian.tlg │ │ ├── test-gloss-et.luatex.tlg │ │ ├── test-gloss-et.lvt │ │ ├── test-gloss-et.tlg │ │ ├── test-gloss-eu.luatex.tlg │ │ ├── test-gloss-eu.lvt │ │ ├── test-gloss-eu.tlg │ │ ├── test-gloss-fa.luatex.tlg │ │ ├── test-gloss-fa.lvt │ │ ├── test-gloss-fa.tlg │ │ ├── test-gloss-farsi.luatex.tlg │ │ ├── test-gloss-farsi.lvt │ │ ├── test-gloss-farsi.tlg │ │ ├── test-gloss-fi.luatex.tlg │ │ ├── test-gloss-fi.lvt │ │ ├── test-gloss-fi.tlg │ │ ├── test-gloss-finnish.luatex.tlg │ │ ├── test-gloss-finnish.lvt │ │ ├── test-gloss-finnish.tlg │ │ ├── test-gloss-fr-CA-u-sd-canb.luatex.tlg │ │ ├── test-gloss-fr-CA-u-sd-canb.lvt │ │ ├── test-gloss-fr-CA-u-sd-canb.tlg │ │ ├── test-gloss-fr-CA.luatex.tlg │ │ ├── test-gloss-fr-CA.lvt │ │ ├── test-gloss-fr-CA.tlg │ │ ├── test-gloss-fr-CH.luatex.tlg │ │ ├── test-gloss-fr-CH.lvt │ │ ├── test-gloss-fr-CH.tlg │ │ ├── test-gloss-fr-FR.luatex.tlg │ │ ├── test-gloss-fr-FR.lvt │ │ ├── test-gloss-fr-FR.tlg │ │ ├── test-gloss-fr.luatex.tlg │ │ ├── test-gloss-fr.lvt │ │ ├── test-gloss-fr.tlg │ │ ├── test-gloss-french.luatex.tlg │ │ ├── test-gloss-french.lvt │ │ ├── test-gloss-french.tlg │ │ ├── test-gloss-friulan.luatex.tlg │ │ ├── test-gloss-friulan.lvt │ │ ├── test-gloss-friulan.tlg │ │ ├── test-gloss-friulian.luatex.tlg │ │ ├── test-gloss-friulian.lvt │ │ ├── test-gloss-friulian.tlg │ │ ├── test-gloss-fur.luatex.tlg │ │ ├── test-gloss-fur.lvt │ │ ├── test-gloss-fur.tlg │ │ ├── test-gloss-ga.luatex.tlg │ │ ├── test-gloss-ga.lvt │ │ ├── test-gloss-ga.tlg │ │ ├── test-gloss-gaelic.luatex.tlg │ │ ├── test-gloss-gaelic.lvt │ │ ├── test-gloss-gaelic.tlg │ │ ├── test-gloss-galician.luatex.tlg │ │ ├── test-gloss-galician.lvt │ │ ├── test-gloss-galician.tlg │ │ ├── test-gloss-gd.luatex.tlg │ │ ├── test-gloss-gd.lvt │ │ ├── test-gloss-gd.tlg │ │ ├── test-gloss-georgian.luatex.tlg │ │ ├── test-gloss-georgian.lvt │ │ ├── test-gloss-georgian.tlg │ │ ├── test-gloss-german.luatex.tlg │ │ ├── test-gloss-german.lvt │ │ ├── test-gloss-german.tlg │ │ ├── test-gloss-germanb.luatex.tlg │ │ ├── test-gloss-germanb.lvt │ │ ├── test-gloss-germanb.tlg │ │ ├── test-gloss-gl.luatex.tlg │ │ ├── test-gloss-gl.lvt │ │ ├── test-gloss-gl.tlg │ │ ├── test-gloss-grc.luatex.tlg │ │ ├── test-gloss-grc.lvt │ │ ├── test-gloss-grc.tlg │ │ ├── test-gloss-greek.luatex.tlg │ │ ├── test-gloss-greek.lvt │ │ ├── test-gloss-greek.tlg │ │ ├── test-gloss-he.luatex.tlg │ │ ├── test-gloss-he.lvt │ │ ├── test-gloss-he.tlg │ │ ├── test-gloss-hebrew.luatex.tlg │ │ ├── test-gloss-hebrew.lvt │ │ ├── test-gloss-hebrew.tlg │ │ ├── test-gloss-hi.luatex.tlg │ │ ├── test-gloss-hi.lvt │ │ ├── test-gloss-hi.tlg │ │ ├── test-gloss-hindi.luatex.tlg │ │ ├── test-gloss-hindi.lvt │ │ ├── test-gloss-hindi.tlg │ │ ├── test-gloss-hr.luatex.tlg │ │ ├── test-gloss-hr.lvt │ │ ├── test-gloss-hr.tlg │ │ ├── test-gloss-hsb.luatex.tlg │ │ ├── test-gloss-hsb.lvt │ │ ├── test-gloss-hsb.tlg │ │ ├── test-gloss-hu.luatex.tlg │ │ ├── test-gloss-hu.lvt │ │ ├── test-gloss-hu.tlg │ │ ├── test-gloss-hungarian.luatex.tlg │ │ ├── test-gloss-hungarian.lvt │ │ ├── test-gloss-hungarian.tlg │ │ ├── test-gloss-hy.luatex.tlg │ │ ├── test-gloss-hy.lvt │ │ ├── test-gloss-hy.tlg │ │ ├── test-gloss-ia.luatex.tlg │ │ ├── test-gloss-ia.lvt │ │ ├── test-gloss-ia.tlg │ │ ├── test-gloss-icelandic.luatex.tlg │ │ ├── test-gloss-icelandic.lvt │ │ ├── test-gloss-icelandic.tlg │ │ ├── test-gloss-id.luatex.tlg │ │ ├── test-gloss-id.lvt │ │ ├── test-gloss-id.tlg │ │ ├── test-gloss-interlingua.luatex.tlg │ │ ├── test-gloss-interlingua.lvt │ │ ├── test-gloss-interlingua.tlg │ │ ├── test-gloss-irish.luatex.tlg │ │ ├── test-gloss-irish.lvt │ │ ├── test-gloss-irish.tlg │ │ ├── test-gloss-is.luatex.tlg │ │ ├── test-gloss-is.lvt │ │ ├── test-gloss-is.tlg │ │ ├── test-gloss-it.luatex.tlg │ │ ├── test-gloss-it.lvt │ │ ├── test-gloss-it.tlg │ │ ├── test-gloss-italian.luatex.tlg │ │ ├── test-gloss-italian.lvt │ │ ├── test-gloss-italian.tlg │ │ ├── test-gloss-ja.luatex.tlg │ │ ├── test-gloss-ja.lvt │ │ ├── test-gloss-ja.tlg │ │ ├── test-gloss-japanese.luatex.tlg │ │ ├── test-gloss-japanese.lvt │ │ ├── test-gloss-japanese.tlg │ │ ├── test-gloss-ka.luatex.tlg │ │ ├── test-gloss-ka.lvt │ │ ├── test-gloss-ka.tlg │ │ ├── test-gloss-kannada.luatex.tlg │ │ ├── test-gloss-kannada.lvt │ │ ├── test-gloss-kannada.tlg │ │ ├── test-gloss-khmer.luatex.tlg │ │ ├── test-gloss-khmer.lvt │ │ ├── test-gloss-khmer.tlg │ │ ├── test-gloss-km.luatex.tlg │ │ ├── test-gloss-km.lvt │ │ ├── test-gloss-km.tlg │ │ ├── test-gloss-kmr-Arab.luatex.tlg │ │ ├── test-gloss-kmr-Arab.lvt │ │ ├── test-gloss-kmr-Arab.tlg │ │ ├── test-gloss-kmr-Latn.luatex.tlg │ │ ├── test-gloss-kmr-Latn.lvt │ │ ├── test-gloss-kmr-Latn.tlg │ │ ├── test-gloss-kmr.luatex.tlg │ │ ├── test-gloss-kmr.lvt │ │ ├── test-gloss-kmr.tlg │ │ ├── test-gloss-kn.luatex.tlg │ │ ├── test-gloss-kn.lvt │ │ ├── test-gloss-kn.tlg │ │ ├── test-gloss-ko.luatex.tlg │ │ ├── test-gloss-ko.lvt │ │ ├── test-gloss-ko.tlg │ │ ├── test-gloss-korean.luatex.tlg │ │ ├── test-gloss-korean.lvt │ │ ├── test-gloss-korean.tlg │ │ ├── test-gloss-ku-Arab.luatex.tlg │ │ ├── test-gloss-ku-Arab.lvt │ │ ├── test-gloss-ku-Arab.tlg │ │ ├── test-gloss-ku-Latn.luatex.tlg │ │ ├── test-gloss-ku-Latn.lvt │ │ ├── test-gloss-ku-Latn.tlg │ │ ├── test-gloss-ku.luatex.tlg │ │ ├── test-gloss-ku.lvt │ │ ├── test-gloss-ku.tlg │ │ ├── test-gloss-kurdish.luatex.tlg │ │ ├── test-gloss-kurdish.lvt │ │ ├── test-gloss-kurdish.tlg │ │ ├── test-gloss-kurmanji.luatex.tlg │ │ ├── test-gloss-kurmanji.lvt │ │ ├── test-gloss-kurmanji.tlg │ │ ├── test-gloss-la-x-classic.luatex.tlg │ │ ├── test-gloss-la-x-classic.lvt │ │ ├── test-gloss-la-x-classic.tlg │ │ ├── test-gloss-la-x-ecclesia.luatex.tlg │ │ ├── test-gloss-la-x-ecclesia.lvt │ │ ├── test-gloss-la-x-ecclesia.tlg │ │ ├── test-gloss-la-x-medieval.luatex.tlg │ │ ├── test-gloss-la-x-medieval.lvt │ │ ├── test-gloss-la-x-medieval.tlg │ │ ├── test-gloss-la.luatex.tlg │ │ ├── test-gloss-la.lvt │ │ ├── test-gloss-la.tlg │ │ ├── test-gloss-lao.luatex.tlg │ │ ├── test-gloss-lao.lvt │ │ ├── test-gloss-lao.tlg │ │ ├── test-gloss-latex.luatex.tlg │ │ ├── test-gloss-latex.lvt │ │ ├── test-gloss-latex.tlg │ │ ├── test-gloss-latin.luatex.tlg │ │ ├── test-gloss-latin.lvt │ │ ├── test-gloss-latin.tlg │ │ ├── test-gloss-latvian.luatex.tlg │ │ ├── test-gloss-latvian.lvt │ │ ├── test-gloss-latvian.tlg │ │ ├── test-gloss-lithuanian.luatex.tlg │ │ ├── test-gloss-lithuanian.lvt │ │ ├── test-gloss-lithuanian.tlg │ │ ├── test-gloss-lo.luatex.tlg │ │ ├── test-gloss-lo.lvt │ │ ├── test-gloss-lo.tlg │ │ ├── test-gloss-lowersorbian.luatex.tlg │ │ ├── test-gloss-lowersorbian.lvt │ │ ├── test-gloss-lowersorbian.tlg │ │ ├── test-gloss-lsorbian.luatex.tlg │ │ ├── test-gloss-lsorbian.lvt │ │ ├── test-gloss-lsorbian.tlg │ │ ├── test-gloss-lt.luatex.tlg │ │ ├── test-gloss-lt.lvt │ │ ├── test-gloss-lt.tlg │ │ ├── test-gloss-lv.luatex.tlg │ │ ├── test-gloss-lv.lvt │ │ ├── test-gloss-lv.tlg │ │ ├── test-gloss-macedonian.luatex.tlg │ │ ├── test-gloss-macedonian.lvt │ │ ├── test-gloss-macedonian.tlg │ │ ├── test-gloss-magyar.luatex.tlg │ │ ├── test-gloss-magyar.lvt │ │ ├── test-gloss-magyar.tlg │ │ ├── test-gloss-malay.luatex.tlg │ │ ├── test-gloss-malay.lvt │ │ ├── test-gloss-malay.tlg │ │ ├── test-gloss-malayalam.luatex.tlg │ │ ├── test-gloss-malayalam.lvt │ │ ├── test-gloss-malayalam.tlg │ │ ├── test-gloss-marathi.luatex.tlg │ │ ├── test-gloss-marathi.lvt │ │ ├── test-gloss-marathi.tlg │ │ ├── test-gloss-medievallatin.luatex.tlg │ │ ├── test-gloss-medievallatin.lvt │ │ ├── test-gloss-medievallatin.tlg │ │ ├── test-gloss-mk.luatex.tlg │ │ ├── test-gloss-mk.lvt │ │ ├── test-gloss-mk.tlg │ │ ├── test-gloss-ml.luatex.tlg │ │ ├── test-gloss-ml.lvt │ │ ├── test-gloss-ml.tlg │ │ ├── test-gloss-mn.luatex.tlg │ │ ├── test-gloss-mn.lvt │ │ ├── test-gloss-mn.tlg │ │ ├── test-gloss-mongolian.luatex.tlg │ │ ├── test-gloss-mongolian.lvt │ │ ├── test-gloss-mongolian.tlg │ │ ├── test-gloss-mr.luatex.tlg │ │ ├── test-gloss-mr.lvt │ │ ├── test-gloss-mr.tlg │ │ ├── test-gloss-naustrian.luatex.tlg │ │ ├── test-gloss-naustrian.lvt │ │ ├── test-gloss-naustrian.tlg │ │ ├── test-gloss-nb.luatex.tlg │ │ ├── test-gloss-nb.lvt │ │ ├── test-gloss-nb.tlg │ │ ├── test-gloss-newzealand.luatex.tlg │ │ ├── test-gloss-newzealand.lvt │ │ ├── test-gloss-newzealand.tlg │ │ ├── test-gloss-ngerman.luatex.tlg │ │ ├── test-gloss-ngerman.lvt │ │ ├── test-gloss-ngerman.tlg │ │ ├── test-gloss-nko.luatex.tlg │ │ ├── test-gloss-nko.lvt │ │ ├── test-gloss-nko.tlg │ │ ├── test-gloss-norsk.luatex.tlg │ │ ├── test-gloss-norsk.lvt │ │ ├── test-gloss-norsk.tlg │ │ ├── test-gloss-norwegian.luatex.tlg │ │ ├── test-gloss-norwegian.lvt │ │ ├── test-gloss-norwegian.tlg │ │ ├── test-gloss-nswissgerman.luatex.tlg │ │ ├── test-gloss-nswissgerman.lvt │ │ ├── test-gloss-nswissgerman.tlg │ │ ├── test-gloss-nynorsk.luatex.tlg │ │ ├── test-gloss-nynorsk.lvt │ │ ├── test-gloss-nynorsk.tlg │ │ ├── test-gloss-occitan.luatex.tlg │ │ ├── test-gloss-occitan.lvt │ │ ├── test-gloss-occitan.tlg │ │ ├── test-gloss-odia.luatex.tlg │ │ ├── test-gloss-odia.lvt │ │ ├── test-gloss-odia.tlg │ │ ├── test-gloss-or.luatex.tlg │ │ ├── test-gloss-or.lvt │ │ ├── test-gloss-or.tlg │ │ ├── test-gloss-pa.luatex.tlg │ │ ├── test-gloss-pa.lvt │ │ ├── test-gloss-pa.tlg │ │ ├── test-gloss-persian.luatex.tlg │ │ ├── test-gloss-persian.lvt │ │ ├── test-gloss-persian.tlg │ │ ├── test-gloss-piedmontese.luatex.tlg │ │ ├── test-gloss-piedmontese.lvt │ │ ├── test-gloss-piedmontese.tlg │ │ ├── test-gloss-polish.luatex.tlg │ │ ├── test-gloss-polish.lvt │ │ ├── test-gloss-polish.tlg │ │ ├── test-gloss-polutonikogreek.luatex.tlg │ │ ├── test-gloss-polutonikogreek.lvt │ │ ├── test-gloss-polutonikogreek.tlg │ │ ├── test-gloss-portuges.luatex.tlg │ │ ├── test-gloss-portuges.lvt │ │ ├── test-gloss-portuges.tlg │ │ ├── test-gloss-portuguese.luatex.tlg │ │ ├── test-gloss-portuguese.lvt │ │ ├── test-gloss-portuguese.tlg │ │ ├── test-gloss-punjabi.luatex.tlg │ │ ├── test-gloss-punjabi.lvt │ │ ├── test-gloss-punjabi.tlg │ │ ├── test-gloss-romanian.luatex.tlg │ │ ├── test-gloss-romanian.lvt │ │ ├── test-gloss-romanian.tlg │ │ ├── test-gloss-romansh.luatex.tlg │ │ ├── test-gloss-romansh.lvt │ │ ├── test-gloss-romansh.tlg │ │ ├── test-gloss-russian.luatex.tlg │ │ ├── test-gloss-russian.lvt │ │ ├── test-gloss-russian.tlg │ │ ├── test-gloss-sami.luatex.tlg │ │ ├── test-gloss-sami.lvt │ │ ├── test-gloss-sami.tlg │ │ ├── test-gloss-samin.luatex.tlg │ │ ├── test-gloss-samin.lvt │ │ ├── test-gloss-samin.tlg │ │ ├── test-gloss-sanskrit.luatex.tlg │ │ ├── test-gloss-sanskrit.lvt │ │ ├── test-gloss-sanskrit.tlg │ │ ├── test-gloss-scottish.luatex.tlg │ │ ├── test-gloss-scottish.lvt │ │ ├── test-gloss-scottish.tlg │ │ ├── test-gloss-serbian.luatex.tlg │ │ ├── test-gloss-serbian.lvt │ │ ├── test-gloss-serbian.tlg │ │ ├── test-gloss-serbianc.luatex.tlg │ │ ├── test-gloss-serbianc.lvt │ │ ├── test-gloss-serbianc.tlg │ │ ├── test-gloss-slovak.luatex.tlg │ │ ├── test-gloss-slovak.lvt │ │ ├── test-gloss-slovak.tlg │ │ ├── test-gloss-slovene.luatex.tlg │ │ ├── test-gloss-slovene.lvt │ │ ├── test-gloss-slovene.tlg │ │ ├── test-gloss-slovenian.luatex.tlg │ │ ├── test-gloss-slovenian.lvt │ │ ├── test-gloss-slovenian.tlg │ │ ├── test-gloss-sorbian.luatex.tlg │ │ ├── test-gloss-sorbian.lvt │ │ ├── test-gloss-sorbian.tlg │ │ ├── test-gloss-spanish.luatex.tlg │ │ ├── test-gloss-spanish.lvt │ │ ├── test-gloss-spanish.tlg │ │ ├── test-gloss-spanishmx.luatex.tlg │ │ ├── test-gloss-spanishmx.lvt │ │ ├── test-gloss-spanishmx.tlg │ │ ├── test-gloss-swedish.luatex.tlg │ │ ├── test-gloss-swedish.lvt │ │ ├── test-gloss-swedish.tlg │ │ ├── test-gloss-swissgerman.luatex.tlg │ │ ├── test-gloss-swissgerman.lvt │ │ ├── test-gloss-swissgerman.tlg │ │ ├── test-gloss-syriac.luatex.tlg │ │ ├── test-gloss-syriac.lvt │ │ ├── test-gloss-syriac.tlg │ │ ├── test-gloss-tamil.luatex.tlg │ │ ├── test-gloss-tamil.lvt │ │ ├── test-gloss-tamil.tlg │ │ ├── test-gloss-telugu.luatex.tlg │ │ ├── test-gloss-telugu.lvt │ │ ├── test-gloss-telugu.tlg │ │ ├── test-gloss-thai.luatex.tlg │ │ ├── test-gloss-thai.lvt │ │ ├── test-gloss-thai.tlg │ │ ├── test-gloss-tibetan.luatex.tlg │ │ ├── test-gloss-tibetan.lvt │ │ ├── test-gloss-tibetan.tlg │ │ ├── test-gloss-turkish.luatex.tlg │ │ ├── test-gloss-turkish.lvt │ │ ├── test-gloss-turkish.tlg │ │ ├── test-gloss-turkmen.luatex.tlg │ │ ├── test-gloss-turkmen.lvt │ │ ├── test-gloss-turkmen.tlg │ │ ├── test-gloss-ug.luatex.tlg │ │ ├── test-gloss-ug.lvt │ │ ├── test-gloss-ug.tlg │ │ ├── test-gloss-ukrainian.luatex.tlg │ │ ├── test-gloss-ukrainian.lvt │ │ ├── test-gloss-ukrainian.tlg │ │ ├── test-gloss-uppersorbian.luatex.tlg │ │ ├── test-gloss-uppersorbian.lvt │ │ ├── test-gloss-uppersorbian.tlg │ │ ├── test-gloss-urdu.luatex.tlg │ │ ├── test-gloss-urdu.lvt │ │ ├── test-gloss-urdu.tlg │ │ ├── test-gloss-usorbian.luatex.tlg │ │ ├── test-gloss-usorbian.lvt │ │ ├── test-gloss-usorbian.tlg │ │ ├── test-gloss-uyghur.luatex.tlg │ │ ├── test-gloss-uyghur.lvt │ │ ├── test-gloss-uyghur.tlg │ │ ├── test-gloss-vietnamese.luatex.tlg │ │ ├── test-gloss-vietnamese.lvt │ │ ├── test-gloss-vietnamese.tlg │ │ ├── test-gloss-welsh.luatex.tlg │ │ ├── test-gloss-welsh.lvt │ │ ├── test-gloss-welsh.tlg │ │ ├── test-gloss-zh-CN.luatex.tlg │ │ ├── test-gloss-zh-CN.lvt │ │ ├── test-gloss-zh-CN.tlg │ │ ├── test-gloss-zh-TW.luatex.tlg │ │ ├── test-gloss-zh-TW.lvt │ │ └── test-gloss-zh-TW.tlg │ ├── bug127.luatex.tlg │ ├── bug127.lvt │ ├── bug127.tlg │ ├── bug164.luatex.tlg │ ├── bug164.lvt │ ├── bug164.tlg │ ├── bug203.luatex.tlg │ ├── bug203.lvt │ ├── bug203.tlg │ ├── bug204.luatex.tlg │ ├── bug204.lvt │ ├── bug204.tlg │ ├── bug205.luatex.tlg │ ├── bug205.lvt │ ├── bug205.tlg │ ├── bug208.luatex.tlg │ ├── bug208.lvt │ ├── bug208.tlg │ ├── bug24-1.luatex.tlg │ ├── bug24-1.lvt │ ├── bug24-1.tlg │ ├── bug24-2.luatex.tlg │ ├── bug24-2.lvt │ ├── bug24-2.tlg │ ├── bug27.luatex.tlg │ ├── bug27.lvt │ ├── bug27.tlg │ ├── bug334.luatex.tlg │ ├── bug334.lvt │ ├── bug334.tlg │ ├── bug357.luatex.tlg │ ├── bug357.lvt │ ├── bug357.tlg │ ├── bug38.luatex.tlg │ ├── bug38.lvt │ ├── bug38.tlg │ ├── bug5.luatex.tlg │ ├── bug5.lvt │ ├── bug5.tlg │ ├── bug519-1.luatex.tlg │ ├── bug519-1.lvt │ ├── bug519-1.tlg │ ├── bug519.luatex.tlg │ ├── bug519.lvt │ ├── bug519.tlg │ ├── bug6.luatex.tlg │ ├── bug6.lvt │ ├── bug6.tlg │ ├── bug607.luatex.tlg │ ├── bug607.lvt │ ├── bug607.tlg │ ├── bug608.luatex.tlg │ ├── bug608.lvt │ ├── bug608.tlg │ ├── bug619.luatex.tlg │ ├── bug619.lvt │ ├── bug619.tlg │ ├── bug620.luatex.tlg │ ├── bug620.lvt │ ├── bug620.tlg │ ├── bug632.luatex.tlg │ ├── bug632.lvt │ ├── bug632.tlg │ ├── bug654.luatex.tlg │ ├── bug654.lvt │ ├── bug654.tlg │ ├── bug684.luatex.tlg │ ├── bug684.lvt │ ├── bug684.tlg │ ├── bug7.luatex.tlg │ ├── bug7.lvt │ ├── bug7.tlg │ ├── bug86.luatex.tlg │ ├── bug86.lvt │ ├── bug86.tlg │ ├── bug9-1.luatex.tlg │ ├── bug9-1.lvt │ ├── bug9-1.tlg │ ├── bug9-2.luatex.tlg │ ├── bug9-2.lvt │ ├── bug9-2.tlg │ ├── bug90.luatex.tlg │ ├── bug90.lvt │ ├── bug90.tlg │ ├── disabled/ │ │ ├── breqn-order-1.luatex.tlg │ │ ├── breqn-order-1.lvt │ │ ├── breqn-order-1.tlg │ │ ├── breqn-order-2.luatex.tlg │ │ ├── breqn-order-2.lvt │ │ ├── breqn-order-2.tlg │ │ ├── bug4.luatex.tlg │ │ ├── bug4.lvt │ │ ├── bug4.tlg │ │ ├── font-patch.luatex.tlg │ │ ├── font-patch.lvt │ │ └── font-patch.tlg │ ├── hebrew-cal-academy-tl.luatex.tlg │ ├── hebrew-cal-academy-tl.lvt │ ├── hebrew-cal-academy-tl.tlg │ ├── hebrew-cal-marcheshvan-1.luatex.tlg │ ├── hebrew-cal-marcheshvan-1.lvt │ ├── hebrew-cal-marcheshvan-1.tlg │ ├── hebrew-cal-marcheshvan.luatex.tlg │ ├── hebrew-cal-marcheshvan.lvt │ ├── hebrew-cal-marcheshvan.tlg │ ├── hebrew-cal.luatex.tlg │ ├── hebrew-cal.lvt │ ├── hebrew-cal.tlg │ ├── iflanguageoption.luatex.tlg │ ├── iflanguageoption.lvt │ ├── iflanguageoption.tlg │ ├── localmarks-1.luatex.tlg │ ├── localmarks-1.lvt │ ├── localmarks-1.tlg │ ├── localmarks-2.luatex.tlg │ ├── localmarks-2.lvt │ ├── localmarks-2.tlg │ ├── luatex/ │ │ ├── bug129.lvt │ │ ├── bug129.tlg │ │ ├── bug222.lvt │ │ ├── bug222.tlg │ │ ├── bug603-1.lvt │ │ ├── bug603-1.tlg │ │ ├── bug603-2.lvt │ │ └── bug603-2.tlg │ ├── polyglossia-with-defaultfontfeatures-workaround.luatex.tlg │ ├── polyglossia-with-defaultfontfeatures-workaround.lvt │ ├── polyglossia-with-defaultfontfeatures-workaround.tlg │ ├── polyglossia-with-defaultfontfeatures.luatex.tlg │ ├── polyglossia-with-defaultfontfeatures.lvt │ ├── polyglossia-with-defaultfontfeatures.tlg │ ├── test-british.luatex.tlg │ ├── test-british.lvt │ ├── test-british.tlg │ ├── test-core-package-load.luatex.tlg │ ├── test-core-package-load.lvt │ ├── test-core-package-load.tlg │ ├── test-dates.luatex.tlg │ ├── test-dates.lvt │ ├── test-dates.tlg │ ├── test-gloss-asturian-1.luatex.tlg │ ├── test-gloss-asturian-1.lvt │ ├── test-gloss-asturian-1.tlg │ ├── test-gloss-catalan-1.luatex.tlg │ ├── test-gloss-catalan-1.lvt │ ├── test-gloss-catalan-1.tlg │ ├── test-gloss-english-1.luatex.tlg │ ├── test-gloss-english-1.lvt │ ├── test-gloss-english-1.tlg │ ├── test-gloss-french-1.luatex.tlg │ ├── test-gloss-french-1.lvt │ ├── test-gloss-french-1.tlg │ ├── test-gloss-german-1.luatex.tlg │ ├── test-gloss-german-1.lvt │ ├── test-gloss-german-1.tlg │ ├── test-gloss-kurdish-ckb-ar-1.luatex.tlg │ ├── test-gloss-kurdish-ckb-ar-1.lvt │ ├── test-gloss-kurdish-ckb-ar-1.tlg │ ├── test-set-hyphenation-exception.luatex.tlg │ ├── test-set-hyphenation-exception.lvt │ ├── test-set-hyphenation-exception.tlg │ ├── test-xpg@loaded.lvt │ └── test-xpg@loaded.tlg ├── tex/ │ ├── arabicnumbers.sty │ ├── babel-hebrewalph.def │ ├── babelsh.def │ ├── bengalidigits.sty │ ├── cal-util.def │ ├── devanagaridigits.sty │ ├── farsical.sty │ ├── gloss-acadian.ldf │ ├── gloss-aeb.ldf │ ├── gloss-af.ldf │ ├── gloss-afb.ldf │ ├── gloss-afrikaans.ldf │ ├── gloss-albanian.ldf │ ├── gloss-am.ldf │ ├── gloss-american.ldf │ ├── gloss-amharic.ldf │ ├── gloss-apd.ldf │ ├── gloss-ar-IQ.ldf │ ├── gloss-ar-JO.ldf │ ├── gloss-ar-LB.ldf │ ├── gloss-ar-MR.ldf │ ├── gloss-ar-PS.ldf │ ├── gloss-ar-SY.ldf │ ├── gloss-ar-YE.ldf │ ├── gloss-ar.ldf │ ├── gloss-arabic.ldf │ ├── gloss-armenian.ldf │ ├── gloss-arq.ldf │ ├── gloss-ary.ldf │ ├── gloss-arz.ldf │ ├── gloss-ast.ldf │ ├── gloss-asturian.ldf │ ├── gloss-australian.ldf │ ├── gloss-austrian.ldf │ ├── gloss-ayl.ldf │ ├── gloss-bahasa.ldf │ ├── gloss-bahasai.ldf │ ├── gloss-bahasam.ldf │ ├── gloss-basque.ldf │ ├── gloss-be-tarask.ldf │ ├── gloss-be.ldf │ ├── gloss-belarusian.ldf │ ├── gloss-bengali.ldf │ ├── gloss-bg.ldf │ ├── gloss-bn.ldf │ ├── gloss-bo.ldf │ ├── gloss-bosnian.ldf │ ├── gloss-br.ldf │ ├── gloss-brazil.ldf │ ├── gloss-breton.ldf │ ├── gloss-british.ldf │ ├── gloss-bs.ldf │ ├── gloss-bulgarian.ldf │ ├── gloss-ca.ldf │ ├── gloss-canadian.ldf │ ├── gloss-canadien.ldf │ ├── gloss-catalan.ldf │ ├── gloss-chinese.ldf │ ├── gloss-ckb-Arab.ldf │ ├── gloss-ckb-Latn.ldf │ ├── gloss-ckb.ldf │ ├── gloss-classicallatin.ldf │ ├── gloss-classiclatin.ldf │ ├── gloss-cop.ldf │ ├── gloss-coptic.ldf │ ├── gloss-croatian.ldf │ ├── gloss-cy.ldf │ ├── gloss-cz.ldf │ ├── gloss-czech.ldf │ ├── gloss-da.ldf │ ├── gloss-danish.ldf │ ├── gloss-de-AT-1901.ldf │ ├── gloss-de-AT-1996.ldf │ ├── gloss-de-AT.ldf │ ├── gloss-de-CH-1901.ldf │ ├── gloss-de-CH-1996.ldf │ ├── gloss-de-CH.ldf │ ├── gloss-de-DE-1901.ldf │ ├── gloss-de-DE-1996.ldf │ ├── gloss-de-DE.ldf │ ├── gloss-de-Latf-AT-1901.ldf │ ├── gloss-de-Latf-AT-1996.ldf │ ├── gloss-de-Latf-AT.ldf │ ├── gloss-de-Latf-CH-1901.ldf │ ├── gloss-de-Latf-CH-1996.ldf │ ├── gloss-de-Latf-CH.ldf │ ├── gloss-de-Latf-DE-1901.ldf │ ├── gloss-de-Latf-DE-1996.ldf │ ├── gloss-de-Latf-DE.ldf │ ├── gloss-de-Latf.ldf │ ├── gloss-de.ldf │ ├── gloss-divehi.ldf │ ├── gloss-dsb.ldf │ ├── gloss-dutch.ldf │ ├── gloss-dv.ldf │ ├── gloss-ecclesiasticallatin.ldf │ ├── gloss-ecclesiasticlatin.ldf │ ├── gloss-el-monoton.ldf │ ├── gloss-el-polyton.ldf │ ├── gloss-el.ldf │ ├── gloss-en-AU.ldf │ ├── gloss-en-CA.ldf │ ├── gloss-en-GB.ldf │ ├── gloss-en-NZ.ldf │ ├── gloss-en-US.ldf │ ├── gloss-en.ldf │ ├── gloss-english.ldf │ ├── gloss-eo.ldf │ ├── gloss-es-ES.ldf │ ├── gloss-es-MX.ldf │ ├── gloss-es.ldf │ ├── gloss-esperanto.ldf │ ├── gloss-estonian.ldf │ ├── gloss-et.ldf │ ├── gloss-eu.ldf │ ├── gloss-fa.ldf │ ├── gloss-farsi.ldf │ ├── gloss-fi.ldf │ ├── gloss-finnish.ldf │ ├── gloss-fr-CA-u-sd-canb.ldf │ ├── gloss-fr-CA.ldf │ ├── gloss-fr-CH.ldf │ ├── gloss-fr-FR.ldf │ ├── gloss-fr.ldf │ ├── gloss-french.ldf │ ├── gloss-friulan.ldf │ ├── gloss-friulian.ldf │ ├── gloss-fur.ldf │ ├── gloss-ga.ldf │ ├── gloss-gaelic.ldf │ ├── gloss-galician.ldf │ ├── gloss-gd.ldf │ ├── gloss-georgian.ldf │ ├── gloss-german.ldf │ ├── gloss-germanb.ldf │ ├── gloss-gl.ldf │ ├── gloss-grc.ldf │ ├── gloss-greek.ldf │ ├── gloss-he.ldf │ ├── gloss-hebrew.ldf │ ├── gloss-hi.ldf │ ├── gloss-hindi.ldf │ ├── gloss-hr.ldf │ ├── gloss-hsb.ldf │ ├── gloss-hu.ldf │ ├── gloss-hungarian.ldf │ ├── gloss-hy.ldf │ ├── gloss-ia.ldf │ ├── gloss-icelandic.ldf │ ├── gloss-id.ldf │ ├── gloss-interlingua.ldf │ ├── gloss-irish.ldf │ ├── gloss-is.ldf │ ├── gloss-it.ldf │ ├── gloss-italian.ldf │ ├── gloss-ja.ldf │ ├── gloss-japanese.ldf │ ├── gloss-ka.ldf │ ├── gloss-kannada.ldf │ ├── gloss-khmer.ldf │ ├── gloss-km.ldf │ ├── gloss-kmr-Arab.ldf │ ├── gloss-kmr-Latn.ldf │ ├── gloss-kmr.ldf │ ├── gloss-kn.ldf │ ├── gloss-ko.ldf │ ├── gloss-korean.ldf │ ├── gloss-ku-Arab.ldf │ ├── gloss-ku-Latn.ldf │ ├── gloss-ku.ldf │ ├── gloss-kurdish.ldf │ ├── gloss-kurmanji.ldf │ ├── gloss-la-x-classic.ldf │ ├── gloss-la-x-ecclesia.ldf │ ├── gloss-la-x-medieval.ldf │ ├── gloss-la.ldf │ ├── gloss-lao.ldf │ ├── gloss-latex.ldf │ ├── gloss-latin.ldf │ ├── gloss-latvian.ldf │ ├── gloss-lithuanian.ldf │ ├── gloss-lo.ldf │ ├── gloss-lowersorbian.ldf │ ├── gloss-lsorbian.ldf │ ├── gloss-lt.ldf │ ├── gloss-lv.ldf │ ├── gloss-macedonian.ldf │ ├── gloss-magyar.ldf │ ├── gloss-malay.ldf │ ├── gloss-malayalam.ldf │ ├── gloss-marathi.ldf │ ├── gloss-medievallatin.ldf │ ├── gloss-mk.ldf │ ├── gloss-ml.ldf │ ├── gloss-mn.ldf │ ├── gloss-mongolian.ldf │ ├── gloss-mr.ldf │ ├── gloss-naustrian.ldf │ ├── gloss-nb.ldf │ ├── gloss-newzealand.ldf │ ├── gloss-ngerman.ldf │ ├── gloss-nko.ldf │ ├── gloss-norsk.ldf │ ├── gloss-norwegian.ldf │ ├── gloss-nswissgerman.ldf │ ├── gloss-nynorsk.ldf │ ├── gloss-occitan.ldf │ ├── gloss-odia.ldf │ ├── gloss-or.ldf │ ├── gloss-pa.ldf │ ├── gloss-persian.ldf │ ├── gloss-piedmontese.ldf │ ├── gloss-polish.ldf │ ├── gloss-polutonikogreek.ldf │ ├── gloss-portuges.ldf │ ├── gloss-portuguese.ldf │ ├── gloss-punjabi.ldf │ ├── gloss-romanian.ldf │ ├── gloss-romansh.ldf │ ├── gloss-russian.ldf │ ├── gloss-sami.ldf │ ├── gloss-samin.ldf │ ├── gloss-sanskrit.ldf │ ├── gloss-scottish.ldf │ ├── gloss-serbian.ldf │ ├── gloss-serbianc.ldf │ ├── gloss-slovak.ldf │ ├── gloss-slovene.ldf │ ├── gloss-slovenian.ldf │ ├── gloss-sorbian.ldf │ ├── gloss-spanish.ldf │ ├── gloss-spanishmx.ldf │ ├── gloss-swedish.ldf │ ├── gloss-swissgerman.ldf │ ├── gloss-syriac.ldf │ ├── gloss-tamil.ldf │ ├── gloss-telugu.ldf │ ├── gloss-thai.ldf │ ├── gloss-tibetan.ldf │ ├── gloss-turkish.ldf │ ├── gloss-turkmen.ldf │ ├── gloss-ug.ldf │ ├── gloss-ukrainian.ldf │ ├── gloss-uppersorbian.ldf │ ├── gloss-urdu.ldf │ ├── gloss-usorbian.ldf │ ├── gloss-uyghur.ldf │ ├── gloss-vietnamese.ldf │ ├── gloss-welsh.ldf │ ├── gloss-zh-CN.ldf │ ├── gloss-zh-TW.ldf │ ├── gurmukhidigits.sty │ ├── hebrewcal.sty │ ├── hijrical.sty │ ├── nkonumbers.sty │ ├── odiadigits.sty │ ├── polyglossia-cjk-spacing.lua │ ├── polyglossia-french.lua │ ├── polyglossia-latin.lua │ ├── polyglossia-punct.lua │ ├── polyglossia-sanskrit.lua │ ├── polyglossia-tibt.lua │ ├── polyglossia.lua │ ├── polyglossia.sty │ ├── xgreek-fixes.def │ └── xpg-cyrillicnumbers.sty └── tools/ ├── README ├── add-documentation-fonts ├── bcp47.py └── insert-language-list.rb