summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-4ht.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-4ht.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index d7c9840d4a..ca0a0fb863 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1224 2022-10-26 14:03:21Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1227 2022-10-27 15:02:31Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -3650,7 +3650,7 @@ This is basic support for the cleveref package.
{\def\@tempa{\csname cref@#1@alias\endcsname}}%
\protected@xdef\cref@currentlabel{%
[\@tempa][\arabic{#1}][\cref@result]%
- \csname p@#1\endcsname\csname the#1\endcsname}
+ \csname p@#1\endcsname\csname the#1\endcsname}%
\cref:currentlabel{#1}%
}%
\def\refstepcounter@optarg[#1]#2{%
@@ -3661,7 +3661,7 @@ This is basic support for the cleveref package.
{\def\@tempa{\csname cref@#1@alias\endcsname}}%
\protected@xdef\cref@currentlabel{%
[\@tempa][\arabic{#2}][\cref@result]%
- \csname p@#2\endcsname\csname the#2\endcsname}
+ \csname p@#2\endcsname\csname the#2\endcsname}%
\cref:currentlabel{#2}%
}%
>>>
@@ -3671,7 +3671,7 @@ Support for links from the \Verb|\cref| command.
\<cleveref links\><<<
\ifdefined\@firstoffive\else%
- \def\@firstoffive#1#2#3#4#5{#1}
+ \def\@firstoffive#1#2#3#4#5{#1}%
\fi
\def\:tempa#1#2{\bgroup%
\def\rEfLiNK##1##2{\Link{##1}{}}%
@@ -3694,11 +3694,11 @@ Fixes for the amsthm cleveref redefinitions.
\def\:tempb[#1]#2#3#4{%
% call original amsthm theorem definition, but
% disable \:thm in order to prevent infinite loop
- \let\:thm\:gobble
+ \let\:thm\:gobble%
\cref@thmnoarg{#2}%
\o:cref@thmoptarg:[#1]{#2}{#3}{#4}
}%
- \HLet\cref@thmoptarg\:tempb
+ \HLet\cref@thmoptarg\:tempb%
}{}%
>>>