diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/ooimpress.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/ooimpress.4ht | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooimpress.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooimpress.4ht index fe6f63aaee0..8d0a7cdc7f5 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/ooimpress.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/ooimpress.4ht @@ -1,4 +1,4 @@ -% ooimpress.4ht (2020-02-18-14:19), generated from tex4ht-ooimpress.tex +% ooimpress.4ht (2020-10-16-13:48), generated from tex4ht-ooimpress.tex % Copyright (C) 2009-2010 TeX Users Group % Copyright (C) 2001-2009 Eitan M. Gurari % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2020-02-18-14:19} +\immediate\write-1{version 2020-10-16-13:48} \exit:ifnot{foils,% g-brief,% @@ -107,19 +107,21 @@ tex4ht} \no:dupl{colortbl}{\input colortbl.4ht}% }{}}{colortbl} +\def\:strip:quotes"#1"#2"#3\relax{\if .#1.#2\else #1\fi} \def\h:input#1.#2.#3!*?: {% - \:CheckOption{no_#1}\if:Option + \edef\:current:package{\:strip:quotes"#1""\relax} + \:CheckOption{no_\:current:package}\if:Option \let\:temp\empty \else \let\:temp\empty - \no:dupl{#1}{% + \no:dupl{\:current:package}{% \def\:warn:msg{} \:CheckOption{debug}\if:Option \def\:warn:msg{% - \:warning{No configuration file for #1.\if .#2.tex\else #2\fi}% + \:warning{No configuration file for \:current:package.\if .#2.tex\else #2\fi}% } \fi% - \def\:temp{\input:if:fileexists{#1.4ht}{}{\:warn:msg}}% + \def\:temp{\input:if:fileexists{\:current:package.4ht}{}{\:warn:msg}}% }% \fi \:temp} \edef\:temp{\noexpand\Hinclude @@ -905,5 +907,7 @@ tex4ht} + + \endinput |