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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Feb 8 11:04:38 CET 2021


Author: michal_h21
Date: 2021-02-08 12:04:38 +0200 (Mon, 08 Feb 2021)
New Revision: 882

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-docbook.tex
Log:
Start new paragraph after maketitle

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-02-07 22:51:16 UTC (rev 881)
+++ trunk/lit/ChangeLog	2021-02-08 10:04:38 UTC (rev 882)
@@ -1,3 +1,8 @@
+2021-02-08  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-docbook.tex (docbook.4ht): start new paragraph after \maketitle.
+	https://github.com/michal-h21/make4ht/issues/44
+
 2021-02-07  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (exerquiz.4ht, exerquiz-hooks.4ht, usepackage.4ht),

Modified: trunk/lit/tex4ht-docbook.tex
===================================================================
--- trunk/lit/tex4ht-docbook.tex	2021-02-07 22:51:16 UTC (rev 881)
+++ trunk/lit/tex4ht-docbook.tex	2021-02-08 10:04:38 UTC (rev 882)
@@ -612,7 +612,7 @@
 \<article maketitle\><<<
 \Configure{maketitle}
    {\HCode{<info role="maketitle">}}
-   {\HCode{</info>}}
+   {\HCode{</info>}\par\ShowPar}
    {\HCode{<title>}}{\HCode{</title>}}
 \Configure{thanks author date and} {}{}
    {\HCode{<author><personname><othername>}}
@@ -625,7 +625,7 @@
 \<report maketitle\><<<
 \Configure{maketitle}
    {\HCode{<info role="maketitle">}}
-   {\HCode{</info>}}
+   {\HCode{</info>}\par\ShowPar}
    {\HCode{<title>}}{\HCode{</title>}}
 \Configure{thanks author date and} {}{}
    {\HCode{<author><personname><othername>}}
@@ -638,7 +638,7 @@
 \<book maketitle\><<<
 \Configure{maketitle}
    {\HCode{<info role="maketitle">}}
-   {\HCode{</info>}}
+   {\HCode{</info>}\par\ShowPar}
    {\HCode{<title>}}{\HCode{</title>}}
 \Configure{thanks author date and} {}{}
    {\HCode{<author><personname><othername>}}



More information about the tex4ht-commits mailing list.