[tex4ht-commits] [SCM] tex4ht updated: r1248 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Nov 22 17:46:12 CET 2022
Author: michal_h21
Date: 2022-11-22 16:46:12 +0000 (Tue, 22 Nov 2022)
New Revision: 1248
Modified:
trunk/lit/ChangeLog
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
fixed glossaries and added support for the slashbox package
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-11-22 15:57:51 UTC (rev 1247)
+++ trunk/lit/ChangeLog 2022-11-22 16:46:12 UTC (rev 1248)
@@ -1,5 +1,11 @@
2022-11-22 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-4ht.tex (slashbox.4ht): added basic support for the
+ Slashbox package.
+
+ * tex4ht-4ht.tex (glossaries.4ht): removed spurious tags from the
+ glossary.
+
* tex4ht-4ht.tex (caption.4ht): fixed support for the
\ContinuedFloat command.
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2022-11-22 15:57:51 UTC (rev 1247)
+++ trunk/lit/mktex4ht-cnf.tex 2022-11-22 16:46:12 UTC (rev 1248)
@@ -372,6 +372,7 @@
\AddFile{9}{framed}
\AddFile{9}{mdframed}
\AddFile{9}{tcolorbox}
+\AddFile{9}{slashbox}
\AddFile{9}{parallel}
\AddFile{9}{skak}
\AddFile{9}{chessboard}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-11-22 15:57:51 UTC (rev 1247)
+++ trunk/lit/tex4ht-4ht.tex 2022-11-22 16:46:12 UTC (rev 1248)
@@ -13048,6 +13048,7 @@
% Copyright (C) |CopyYear.2008. Eitan M. Gurari %
|<TeX4ht copyright|>
|<config glossaries|>
+|<index in glossary|>
\Hinput{glossaries}
\endinput
>>> \AddFile{6}{glossaries}
@@ -13075,6 +13076,18 @@
\HLet\@gls at removespaces\:tempc
>>>
+This should fix wrong handling of paragraphs in glossary.
+The problem is that extra paragraph is inserted
+when a new letter is started.
+
+\<index in glossary\><<<
+\Configure{@begin}{theglossary}{
+ \Configure{theindex}{}{}{}{}{}{}{}{}{}{}
+ \def\idx:item{\SaveEverypar\ht:everypar{}}
+ \let\end:theidx\empty
+}
+>>>
+
%%%%%%%%%%%%%%%%%%
\Section{Glossary}
%%%%%%%%%%%%%%%%%%
@@ -27942,6 +27955,27 @@
>>>
%%%%%%%%%%%%%%%%%%%%%%%
+\Section{slashbox}
+%%%%%%%%%%%%%%%%%%%%%%%
+\<slashbox.4ht\><<<
+% slashbox.4ht (|version), generated from |jobname.tex
+% Copyright 2022 TeX Users Group
+|<TeX4ht license text|>
+|<slashbox config|>
+\Hinput{slashbox}
+\endinput
+>>> \AddFile{9}{slashbox}
+
+\<slashbox config\><<<
+\NewConfigure{slashbox}{2}
+\def\:tempa[#1][#2]#3#4{\a:slashbox\o:@@@slashbox:[#1][#2]{#3}{#4}\b:slashbox}
+
+\HLet\@@@slashbox\:tempa
+\Configure{slashbox}{\Picture+{}}{\EndPicture}
+>>>
+
+
+%%%%%%%%%%%%%%%%%%%%%%%
\Section{dvipsnam}
%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.