[tex4ht-commits] [SCM] tex4ht updated: r636 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sun Dec 15 20:12:59 CET 2019
Author: michal_h21
Date: 2019-12-15 21:12:59 +0200 (Sun, 15 Dec 2019)
New Revision: 636
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Removed p-space option, the spaces between paragraphs are now default
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-12-15 18:29:09 UTC (rev 635)
+++ trunk/lit/ChangeLog 2019-12-15 19:12:59 UTC (rev 636)
@@ -4,6 +4,8 @@
tex4ht-mathml.tex (mathml.4ht): configure Amsmath \[ ... \] to
\begin{equation*} ... \end{equation*}
https://tex.stackexchange.com/q/520375/2891
+ * tex4ht-html4.tex (html4.4ht): use only spaces as separator between
+ paragraphs. Use the "p-indent" option to use text indents.
2019-12-13 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2019-12-15 18:29:09 UTC (rev 635)
+++ trunk/lit/tex4ht-html4.tex 2019-12-15 19:12:59 UTC (rev 636)
@@ -19312,22 +19312,23 @@
\<configure html4 tex4ht\><<<
\newif\ifHCond
|<global HtmlPar|>
+\NewConfigure{!P}[1]{\expandafter\concat:config\csname a:!P\endcsname{#1}}
+\expandafter\let\csname a:!P\endcsname|=\relax
+\Configure{!P}{}
+
+
+\ifOption{p-indent}{%
\Css{p.noindent { text-indent: 0em }}
\Css{td p.noindent { text-indent: 0em; margin-top:0em; }}
\Css{p.nopar { text-indent: 0em; }}
\Css{p.indent{ text-indent: 1.5em }}
-\NewConfigure{!P}[1]{\expandafter\concat:config\csname a:!P\endcsname{#1}}
-\expandafter\let\csname a:!P\endcsname|=\relax
-\Configure{!P}{}
-\ifOption{p-indent}{%
\Css{p{margin-top:0;margin-bottom:0}}
\Css{p.noindent + p.noindent{margin-top:1em;}}
-}{}
-\ifOption{p-space}{%
+}{%
\Css{p{margin-top:0;margin-bottom:0}}
\Css{p.indent{text-indent:0;}}
\Css{p + p{margin-top:1em;}}
-}{}
+}
>>>
\<global HtmlPar\><<<
More information about the tex4ht-commits
mailing list