diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-28 20:58:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-28 20:58:49 +0000 |
commit | ffd652038baef26fb84de26fce9991a02e875485 (patch) | |
tree | c02e3f8fde2e20bb8ba3cc9ab3216e609648e350 /Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf | |
parent | cffa8e2910c5d2a7b6b26032eef37d9e18b8b72d (diff) |
polyglossia (28oct19)
git-svn-id: svn://tug.org/texlive/trunk@52555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf')
-rw-r--r-- | Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf b/Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf index 9f8cc83df3e..96b5c436cf7 100644 --- a/Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf +++ b/Master/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf @@ -8,9 +8,11 @@ and may look very wrong.} \PolyglossiaSetup{lao}{ script=Lao, scripttag=lao, + langtag=LAO, hyphennames={lao}, hyphenmins={1,1}, fontsetup=true, + localnumeral=laonumerals %TODO localalph={xxx@alph,xxx@Alph} %TODO localdigits=laonumber } @@ -76,6 +78,8 @@ and may look very wrong.} \fi } +\newcommand{\laonumerals}[2]{\laonumber{#2}} + \def\laonumber#1{% \if@lao@numerals \laodigits{\number#1}% @@ -86,11 +90,10 @@ and may look very wrong.} \def\lao@globalnumbers{% \let\orig@arabic\@arabic% \let\@arabic\laonumber% - \renewcommand{\thefootnote}{\protect\laonumber{\c@footnote}}% + \renewcommand{\thefootnote}{\localnumeral*{footnote}}% } \def\nolao@globalnumbers{% \let\@arabic\orig@arabic% - \renewcommand\thefootnote{\protect\number{\c@footnote}}% } \endinput |