diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht index d375944b150..e012aee8194 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht @@ -1,4 +1,4 @@ -% usepackage.4ht (2020-05-22-13:46), generated from tex4ht-4ht.tex +% usepackage.4ht (2020-05-25-14:00), generated from tex4ht-4ht.tex % Copyright 2003-2009 Eitan M. Gurari % Copyright 2009-2020 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2020-05-22-13:46} +\immediate\write-1{version 2020-05-25-14:00} \def\:temp{tex4ht}\ifx \:temp\@currname \:warning{\string\usepackage{tex4ht} again?} @@ -123,7 +123,13 @@ \orig_polyglossia@keys_define_lang:n{#1} \keys_define:nn {polyglossia}{ #1 / direction - . code:n = {} + . code:n = {}, + #1 / script + . code:n = {\ifdefined\XeTeXversion + \edef\:tempscript{\str_uppercase:f{\tl_head:n {#1}}\tl_tail:n{#1}} + \xeuniuseblock{#1} + \expandafter\xeuniuseblock\expandafter{\:tempscript} + \fi}, } } \def\RequireBidi{}% |