diff options
author | Norbert Preining <norbert@preining.info> | 2022-09-27 03:02:45 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-09-27 03:02:45 +0000 |
commit | 358efc294299fa1b336a63da305121fb8b71447b (patch) | |
tree | 0c0b70e0c71feb835e4645799d4d9b4eba1fdd3a /support/TeX4ht | |
parent | 3416c5679e9cfa1ebba2296ecf401319a9f1cfe6 (diff) |
CTAN sync 202209270302
Diffstat (limited to 'support/TeX4ht')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 10 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-4ht.tex | 29 |
2 files changed, 38 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 9bfa086af1..00d6409a36 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,13 @@ +2022-09-26 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-fonts-modern.tex ( + ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/mathkerncmssi/mathkerncmssi.htf + ): added support for the Sansmathaccent font. + + * tex4ht-4ht.tex (usepackage.4ht, + lua-widow-control-hooks.4ht): added support for the + Lua-widow-control package. + 2022-09-22 Michal Hoftich <michal.h21@gmail.com> * tex4ht-html4.tex (html4.4ht): use CSS grid for description list diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 899fcbe89f..e85b3ce283 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1196 2022-09-20 15:05:23Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1199 2022-09-26 13:25:22Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -4886,6 +4886,33 @@ PDF mode, it is safest thing to do to just disable the package. \endinput >>> \AddFile{9}{pdfx-hooks} + +%%%%%%%%%%%%%%%%% +\Section{lua-widow-control} +%%%%%%%%%%%%%%%%% + +The lua-widow-control package uses LuaTeX hooks to remove windows and orphans +on pages. We need to disable it, as it interferes with TeX4ht and produces +a fatal error. + +\<add to usepackage\><<< +\Configure{PackageHooks}{lua-widow-control.sty}{lua-widow-control-hooks.4ht} +>>> + +\<lua-widow-control-hooks.4ht\><<< +% lua-widow-control-hooks.4ht (|version), generated from |jobname.tex +% Copyright 2022 TeX Users Group +|<TeX4ht license text|> +\:dontusepackage{lua-widow-control} +% provide dummy definition of package's commands +\NewDocumentCommand \lwcsetup {m} {} +\NewDocumentCommand \lwcemergencystretch { } {} +\def\lwcenable{} +\def\lwcdisable{} +\endinput +>>> \AddFile{9}{lua-widow-control-hooks} + + %%%%%%%%%%%%%%%%% \Section{animate.sty} %%%%%%%%%%%%%%%%% |