[tex4ht-commits] [SCM] tex4ht updated: r1724 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Jul 23 23:23:33 CEST 2025


Author: michal_h21
Date: 2025-07-23 21:23:33 +0000 (Wed, 23 Jul 2025)
New Revision: 1724

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
added noindentafter package support

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2025-07-22 16:02:22 UTC (rev 1723)
+++ trunk/lit/ChangeLog	2025-07-23 21:23:33 UTC (rev 1724)
@@ -1,3 +1,9 @@
+2025-07-23  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (noindentafter.4ht): prevent the noindentafter
+	package from redefining paragraphs. 
+	https://tex.stackexchange.com/a/748515/2891
+
 2025-07-22  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (czech.4ht): disable short hand for the dash

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2025-07-22 16:02:22 UTC (rev 1723)
+++ trunk/lit/mktex4ht-cnf.tex	2025-07-23 21:23:33 UTC (rev 1724)
@@ -314,6 +314,7 @@
 \AddFile{9}{tasks}
 \AddFile{9}{alphanum}
 \AddFile{9}{lineno}
+\AddFile{9}{noindentafter}
 \AddFile{9}{errata}
 \AddFile{9}{epigraph}
 \AddFile{9}{float}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2025-07-22 16:02:22 UTC (rev 1723)
+++ trunk/lit/tex4ht-4ht.tex	2025-07-23 21:23:33 UTC (rev 1724)
@@ -34890,6 +34890,28 @@
 \endinput
 >>>        \AddFile{9}{lineno}
 
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{noindentafter}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<noindentafter.4ht\><<< 
+% noindentafter.4ht (|version), generated from |jobname.tex
+% Copyright 2025 TeX Users Group
+|<TeX4ht license text|> 
+|<noindentafter config|>
+\Hinput{noindentafter} 
+\endinput
+>>> \AddFile{9}{noindentafter}
+
+
+This should prevent noindentafter from redefining of the \Verb|\par| command,
+which would result in removing of the paragraph tags.
+
+\<noindentafter config\><<<
+\def\:tempa{\noindent\IgnorePar}
+\HLet\nia at scan\:tempa
+>>>
+
 \Section{errata}
 
 \<errata.4ht\><<<



More information about the tex4ht-commits mailing list.