diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/babel.4ht | 51 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht | 9 |
2 files changed, 31 insertions, 29 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/babel.4ht b/Master/texmf-dist/tex/generic/tex4ht/babel.4ht index a993b8815cb..d67deb27e37 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/babel.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/babel.4ht @@ -1,31 +1,23 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% babel.4ht 2009-05-21-09:32 % -% Copyright (C) 1999--2009 Eitan M. Gurari % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3c of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3c or later is part of all distributions % -% of LaTeX version 2005/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is Eitan M. Gurari. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% gurari@cse.ohio-state.edu % -% http://www.cse.ohio-state.edu/~gurari % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-05-21-09:32} - +% babel.4ht 2019-07-10-13:21 % +% Copyright (C) 1999-2009 Eitan M. Gurari % +% Copyright 2009-2019 TeX Users Group +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated. \def\:tempc#1{% \edef\bbl@tempa{\expandafter\@gobble\string#1}% @@ -69,6 +61,11 @@ \Configure{quotedblbase}{\o:quotedblbase:} \Configure{quotesinglbase}{\o:quotesinglbase:} +\def\arabic:loopoverdigits#1{\ifx\relax#1\else% +\special{t4ht@+&{35}x066#1{59}}x% +\expandafter\arabic:loopoverdigits\fi} +\def\arabicdigits#1{\arabic:loopoverdigits#1\relax} + \def\active:prefix#1{\protect#1} \def\:temp#1{% \ifx\protect\@typeset@protect diff --git a/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht b/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht index 826d7de06de..4982f5395c5 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht @@ -1,4 +1,4 @@ -% polyglossia.4ht (2019-06-19-16:30), generated from tex4ht-4ht.tex +% polyglossia.4ht (2019-07-10-13:21), generated from tex4ht-4ht.tex % Copyright 2019 TeX Users Group % % This work may be distributed and/or modified under the @@ -16,9 +16,14 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2019-06-19-16:30} +\immediate\write-1{version 2019-07-10-13:21} \NewConfigure{PolyglossiaRtl}{2} +\def\arabic:loopoverdigits#1{\ifx\relax#1\else% +\special{t4ht@+&{35}x066#1{59}}x% +\expandafter\arabic:loopoverdigits\fi} +\def\arabicdigits#1{\arabic:loopoverdigits#1\relax} + \Hinput{polyglossia} \endinput |