diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-19 23:56:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-19 23:56:38 +0000 |
commit | b74ceab4dc532cbf31aaae4561933798af84201a (patch) | |
tree | 2551bbca41293b187c0bc4f686bc9f4ff081f57a | |
parent | 1c57a6242c474b156eeab8e290919a52c70a17c0 (diff) |
cleveref, csquotes, tex4ht r522-523
git-svn-id: svn://tug.org/texlive/trunk@50067 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/cleveref.4ht | 19 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht | 26 |
2 files changed, 42 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/cleveref.4ht b/Master/texmf-dist/tex/generic/tex4ht/cleveref.4ht index c91294be528..7af226d474a 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/cleveref.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/cleveref.4ht @@ -1,5 +1,5 @@ -% cleveref.4ht (2018-06-08-16:51), generated from tex4ht-4ht.tex -% Copyright 2018 TeX Users Group +% cleveref.4ht (2019-02-19-15:55), generated from tex4ht-4ht.tex +% Copyright 2018-2019 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2018-06-08-16:51} +\immediate\write-1{version 2019-02-19-15:55} \def\refstepcounter@noarg#1{% @@ -39,5 +39,18 @@ [\@tempa][\arabic{#2}][\cref@result]% \csname p@#2\endcsname\csname the#2\endcsname}}% \Hinput{cleveref} + +\ifdefined\@firstoffive\else% + \def\@firstoffive#1#2#3#4#5{#1} +\fi +\def\:tempa#1#2{\bgroup% + \def\rEfLiNK##1##2{\Link{##1}{}}% + \expandafter\expandafter\expandafter\@firstoffive\csname r@#2\endcsname{}{}{}{}{}% + \o:@@@setcref:{#1}{#2}% + \EndLink\egroup% +}% + +\HLet\@@@setcref=\:tempa + \endinput diff --git a/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht b/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht new file mode 100644 index 00000000000..f1eb7057851 --- /dev/null +++ b/Master/texmf-dist/tex/generic/tex4ht/csquotes.4ht @@ -0,0 +1,26 @@ +% csquotes.4ht (2019-02-19-15:55), generated from tex4ht-4ht.tex +% Copyright 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. +\immediate\write-1{version 2019-02-19-15:55} + +\long\def\csq@bquote@i#1#2#3#4#5#6{% +\csq@bquote@ii{#1}{#2}{#3}{#4}{#5}{#6}} + +\Hinput{csquotes} +\endinput + |