% tcolorbox.4ht (2021-11-24-13:48), generated from tex4ht-4ht.tex % Copyright 2020-2021 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 . % % If you modify this program, changing the % version identification would be appreciated. \immediate\write-1{version 2021-11-24-13:48} % use custom counter that increments for every \tcolorbox \newcounter{:tcbcolcount} \def\tcb@drawcolorbox{% \stepcounter{:tcbcolcount}% % save text and background colors for use in CSS \get:xcolorcss{tcbcolbacktitle}\:tcbcolbacktitle% \get:xcolorcss{tcbcoltitle}\:tcbcoltitle% \get:xcolorcss{tcbcolback}\:tcbcolback% \get:xcolorcss{tcbcolframe}\:tcbcolframe% \get:xcolorcss{tcbcolupper}\:tcbcolupper% % make unique ID for this box \def\:tcbcolid{tcolobox-\arabic{:tcbcolcount}} % Open box \a:tcolorbox% % save label, if it is set \ifdefined\tcolorbox:label:key% \AnchorLabel% save cross-ref destination \label{\tcolorbox:label:key}% \global\let\tcolorbox:label:key\undefined% \fi% % open title \b:tcolorbox% \kvtcb@before@title\kvtcb@title\kvtcb@after@title% % close title and open main box \c:tcolorbox% \box\tcb@upperbox% % deal with lower box, if it is set \iftcb@hasLower% \a:tcolorlowerbox% \box\tcb@lowerbox% \b:tcolorlowerbox% \fi% % close box \d:tcolorbox% } % overwrite other versions of box drawing macros \let\tcb@drawcolorbox@standalone\tcb@drawcolorbox \NewConfigure{tcolorbox}{4} \NewConfigure{tcolorlowerbox}{2} % we need to save label for a later use \def\:tempa#1{% \xdef\tcolorbox:label:key{#1}% \o:tcb@set@label:{#1}% } \HLet\tcb@set@label\:tempa % this is a trick to fix issues with paragraphs % spurious end

tags were inserted \def\tcb@minipage#1{\SaveEndP\vbox\bgroup\par} \def\endtcb@savebox{\EndP\egroup\RecallEndP} \Hinput{tcolorbox} \endinput