diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-11 20:58:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-11 20:58:09 +0000 |
commit | 7274b7b08a76115132d059ef3b11e01f69d3a618 (patch) | |
tree | 9358c6600db764993f572d08dd485f2eb7d43ebd /Master/texmf-dist/source | |
parent | e4ac240b2aab8cfa7e290e224e2837359ee089ca (diff) |
\tt undefined fix, tex4ht r991
git-svn-id: svn://tug.org/texlive/trunk@60739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index ae34076fa0d..a7621ecb95d 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 989 2021-10-04 09:35:17Z michal_h21 $ +% $Id: tex4ht-4ht.tex 991 2021-10-10 18:03:42Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -16984,7 +16984,7 @@ See report at screnggu.tex >>> %%%%%%%%%%%%%%%%%% -\Section{srcbook} +\Section{srcartcl} \<scrartcl.4ht\><<< % scrartcl.4ht (|version), generated from |jobname.tex @@ -17130,6 +17130,12 @@ UnDFexyz}% \pend:defI\@makefntext{\IgnorePar} >>> +It seems that we got the error message about old font commands again. Probably because +TeX4ht now loads before class files. We reuse the code used in Koma classes +\<scr artcl, reprt, book\><<< +\let\scr@defineobsoletefonts\thr@@ +>>> + \<general scrbook\><<< \Configure{UndefinedSec}{likepart} \Configure{UndefinedSec}{likechapter} |