summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht
index f365d58d732..6ff55c0da0b 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/cond4ht.4ht
@@ -14,8 +14,8 @@
% \AddFile{1}{latex} \AddFile{2}{article}
% \AddFile{5}{amsmath} \AddFile{2}{report} ...
-% cond4ht.4ht (2020-10-16-13:47), generated from tex4ht-cond4ht.tex
-% Copyright 2009-2019 TeX Users Group
+% cond4ht.4ht (2022-06-01-13:59), generated from tex4ht-cond4ht.tex
+% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
% This work may be distributed and/or modified under the
@@ -33,7 +33,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2020-10-16-13:47}
+\immediate\write-1{version 2022-06-01-13:59}
\ifx \BREAK\UnDef
@@ -453,7 +453,7 @@ tex4ht-4ht, e.g., for adding cases to {\tt\string\exit:ifnot}.
% the copyright notice.
%
% |mkfilename (|version), generated from |jobname.4ht
-% Copyright 2009-2019 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
|<TeX4ht copywrite|>
@@ -566,12 +566,14 @@ tex4ht-4ht, e.g., for adding cases to {\tt\string\exit:ifnot}.
}
\catcode`\:=12
-
-
\documentclass{book}
\ifx \HCode\UnDef
- \def\temp{\usepackage[\ifx \OPTIONS\UnDef
- xhtml,3,sections+\else \OPTIONS\fi]{tex4ht}}
+ \ifx\OPTIONS\UnDef
+ \toks0={xhtml,3,sections+}%
+ \else
+ \toks0={\OPTIONS}%
+ \fi
+ \def\temp{\usepackage[\the\toks0]{tex4ht}}
\expandafter\temp
\fi
\Configure{ProTex}{4ht,<<<>>|empty>,||,title,list,[[]]}