[tex4ht-commits] [SCM] tex4ht updated: r1154 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Jun 16 14:36:52 CEST 2022
Author: michal_h21
Date: 2022-06-16 12:36:52 +0000 (Thu, 16 Jun 2022)
New Revision: 1154
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-jats.tex
Log:
Added support for the quote environment
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-06-15 14:03:03 UTC (rev 1153)
+++ trunk/lit/ChangeLog 2022-06-16 12:36:52 UTC (rev 1154)
@@ -1,3 +1,9 @@
+2022-06-16 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-jats.tex (jats.4ht): added support for the quote
+ environment.
+ https://tex.stackexchange.com/q/647208/2891
+
2022-06-15 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-jats.tex (jats.4ht): added support for Koma, AMS and Memoir
Modified: trunk/lit/tex4ht-jats.tex
===================================================================
--- trunk/lit/tex4ht-jats.tex 2022-06-15 14:03:03 UTC (rev 1153)
+++ trunk/lit/tex4ht-jats.tex 2022-06-16 12:36:52 UTC (rev 1154)
@@ -162,6 +162,7 @@
|<abstract|>
|<latex tables|>
|<latex footnotes|>
+|<latex quotes|>
>>>
\section{Configurations for Memoir}
@@ -178,6 +179,7 @@
|<latex floats|>
|<latex tables|>
|<latex footnotes|>
+|<latex quotes|>
>>>
\<shared article,report\><<<
@@ -656,6 +658,18 @@
{\EndP\RecallEndP\HCode{</fn>}}%
>>>
+%%%%%%%%%%%%%%%%%%%%
+\section{Quotes}
+%%%%%%%%%%%%%%%%%%%%
+
+\<latex quotes\><<<
+\ConfigureEnv{quote}
+ {}{}
+ {\ifvmode\IgnorePar\fi\EndP%
+ \HCode{<disp-quote>}}
+ {\IgnorePar\EndP\HCode{</disp-quote>}\ShowPar\ShowIndent}
+>>>
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Packages}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.