diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-12 23:11:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-12 23:11:23 +0000 |
commit | c064fb0af296b7907f2b20863dc27b1e6210a676 (patch) | |
tree | 549b66a5e0ac9e6470c8cf655c9c422f50be296a /Master/texmf-dist | |
parent | c165ac30d7928856afc4e2bb88e987bf2e9f40b5 (diff) |
biblatex language handling, tex4ht r478
git-svn-id: svn://tug.org/texlive/trunk@49685 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht index 8d18a848f05..e5113b77784 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht @@ -1,6 +1,6 @@ -% usepackage.4ht (2018-12-20-15:38), generated from tex4ht-4ht.tex +% usepackage.4ht (2019-01-12-14:56), generated from tex4ht-4ht.tex % Copyright 2003-2009 Eitan M. Gurari -% Copyright 2009-2018 TeX Users Group +% Copyright 2009-2019 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2018-12-20-15:38} +\immediate\write-1{version 2019-01-12-14:56} \def\:temp{tex4ht}\ifx \:temp\@currname \:warning{\string\usepackage{tex4ht} again?} @@ -76,6 +76,18 @@ \blx@lbxinput{\blx@languagename}% {}{}% }% + \def\blx@lbxinput@iii#1#2{% + \global\csundef{blx@lng@#2}% + \:IfFileExists{#1.lbx} + {\blx@lbxinput@iv{#2}{#1}{language '#2' -> '#1'}} + {\ifcsdef{blx@suffmaptried@#2} + {} + {\blx@warning@noline{% + File '#1.lbx' not found!\MessageBreak + Ignoring mapping '#2' -> '#1'}% + \global\cslet{blx@suffmaptried@#2}\@empty}% + \blx@lbxinput@iv{#2}{#2}{language '#2'}}} + } \fi \def\:temp{xeCJK}\ifx \@currname\:temp |