summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-17 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2022-06-17 03:01:24 +0000
commitf9418ac1e9385653cfa09da311bb2d405a936334 (patch)
tree764fc072c0bea51901ba3ef3a6dd915400df47c5 /support
parentb83d15e1ff2e551eb7391d45becd87dce59d39b8 (diff)
CTAN sync 202206170301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-jats.tex14
2 files changed, 20 insertions, 0 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 956704a020..2bbda119db 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-16 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-jats.tex (jats.4ht): added support for Koma, AMS and Memoir
diff --git a/support/TeX4ht/source/tex4ht-jats.tex b/support/TeX4ht/source/tex4ht-jats.tex
index 68aed941f9..1b54ba7096 100644
--- a/support/TeX4ht/source/tex4ht-jats.tex
+++ b/support/TeX4ht/source/tex4ht-jats.tex
@@ -162,6 +162,7 @@ Configurations that are shared only for article and report
|<abstract|>
|<latex tables|>
|<latex footnotes|>
+|<latex quotes|>
>>>
\section{Configurations for Memoir}
@@ -178,6 +179,7 @@ Configurations that are shared only for article and report
|<latex floats|>
|<latex tables|>
|<latex footnotes|>
+|<latex quotes|>
>>>
\<shared article,report\><<<
@@ -656,6 +658,18 @@ about font name and size is lost.
{\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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%