texlive[51604] Master/texmf-dist/tex/generic/tex4ht: \arabicdigits

commits+karl at tug.org commits+karl at tug.org
Wed Jul 10 22:41:28 CEST 2019


Revision: 51604
          http://tug.org/svn/texlive?view=revision&revision=51604
Author:   karl
Date:     2019-07-10 22:41:28 +0200 (Wed, 10 Jul 2019)
Log Message:
-----------
\arabicdigits support, tex4ht r589

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=589

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht	2019-07-10 20:30:53 UTC (rev 51603)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/babel.4ht	2019-07-10 20:41:28 UTC (rev 51604)
@@ -1,32 +1,24 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% 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 at 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 at tempa{\expandafter\@gobble\string#1}%
   \expandafter\let\csname org@\bbl at tempa\endcsname#1
@@ -69,6 +61,11 @@
 \Configure{quotedblbase}{\o:quotedblbase:}
 \Configure{quotesinglbase}{\o:quotesinglbase:}
 
+\def\arabic:loopoverdigits#1{\ifx\relax#1\else%
+\special{t4ht at +&{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 at protect

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht	2019-07-10 20:30:53 UTC (rev 51603)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/polyglossia.4ht	2019-07-10 20:41:28 UTC (rev 51604)
@@ -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 at +&{35}x066#1{59}}x%
+\expandafter\arabic:loopoverdigits\fi}
+\def\arabicdigits#1{\arabic:loopoverdigits#1\relax}
+
 \Hinput{polyglossia}
 \endinput
 



More information about the tex-live-commits mailing list