texlive[53119] Master/texmf-dist/tex/generic/tex4ht/html4.4ht:

commits+karl at tug.org commits+karl at tug.org
Fri Dec 13 23:39:20 CET 2019


Revision: 53119
          http://tug.org/svn/texlive?view=revision&revision=53119
Author:   karl
Date:     2019-12-13 23:39:20 +0100 (Fri, 13 Dec 2019)
Log Message:
-----------
p-indent and p-space options, tex4ht r633

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=633

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2019-12-13 22:29:51 UTC (rev 53118)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2019-12-13 22:39:20 UTC (rev 53119)
@@ -1,4 +1,4 @@
-% html4.4ht (2019-11-07-14:08), generated from tex4ht-html4.tex
+% html4.4ht (2019-12-13-14:32), generated from tex4ht-html4.tex
 % Copyright 2009-2019 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2019-11-07-14:08}
+\immediate\write-1{version 2019-12-13-14:32}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -1121,6 +1121,15 @@
 \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;}}
+}{}
 \NewConfigure{!BODY}[1]{\expandafter\concat:config
   \csname a:!BODY\endcsname{#1}}
 \expandafter\let\csname a:!BODY\endcsname\relax
@@ -1604,7 +1613,7 @@
   \EndP \ht:special{t4ht=</div>}\ShowPar \par{\HCondtrue\noindent}%
 }
 \HAssign\Verb:N=0
-\Css{div.verbatim {font-family: monospace;
+\Css{div.verbatim {font-family: monospace,monospace;
                    white-space: nowrap;
                    text-align:left;
                    clear:both;
@@ -3298,7 +3307,7 @@
   \Css{span.textrm { font-family: serif; }}
   \Css{span.textsc { font-variant: small-caps; }}
   \Css{span.textsf { font-family: sans-serif; }}
-  \Css{span.texttt { font-family: monospace; }}
+  \Css{span.texttt { font-family: monospace,monospace; }}
   \Css{span.emph   { font-style: italic;}}
   \Css{span.emph span.emph {font-style: normal;}}
 \else
@@ -29478,7 +29487,7 @@
    {\verb:par}
    {\HCode{\string&}\HChar{-35}\HCode{x00A0;}}
 \Css{div.typing
-       {font-family: monospace; white-space: nowrap; }}
+       {font-family: monospace,monospace; white-space: nowrap; }}
 
 \Configure{narrower}
    {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="narrower">}}
@@ -34596,7 +34605,7 @@
    \HCode{<div class="verbatiminput"\a:LRdir>}}
   {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
 \Css{div.verbatiminput
-       {font-family: monospace; white-space: nowrap; }}
+       {font-family: monospace,monospace; white-space: nowrap; }}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   
@@ -37138,7 +37147,7 @@
     \ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par}
    {} {}
 \Css{.lstlisting .label{margin-right:0.5em; }}
-\Css{div.lstlisting{font-family: monospace; white-space: nowrap;
+\Css{div.lstlisting{font-family: monospace,monospace; white-space: nowrap;
                     margin-top:0.5em; margin-bottom:0.5em;
                    }}
 \Configure{lstinputlisting}
@@ -37157,7 +37166,7 @@
     \egroup
     \ifvmode \IgnorePar\fi \EndP  \HCode{</div>}\par}
 \Css{div.lstinputlisting{
-   font-family: monospace;
+   font-family: monospace,monospace;
    white-space: nowrap;
 }}
 \Css{.lstinputlisting .label{margin-right:0.5em;}}
@@ -37828,7 +37837,7 @@
 \Configure{ShowCode}
    {\HCode{\ifx \:test\:minus  \else </div>\fi
        \html:src<div class="body"><span class="ShowCode"
-        style="font-family:monospace;white-space:nowrap;"
+        style="font-family:monospace,monospace;white-space:nowrap;"
      >\html:invisible}%
      \nobreak
    }
@@ -38003,7 +38012,7 @@
    {\IgnorePar\HCode{</div>}\par\ShowPar}
    {\HAdvance\Verb:N by 1 \ifnum \Verb:N>1 \HCode{<br />}\fi}
    {\:nbsp}
-\Css{div.Verbatim { font-family: monospace; white-space: nowrap; }}
+\Css{div.Verbatim { font-family: monospace,monospace; white-space: nowrap; }}
 \Css{body .Verbatim { margin: 1em; }}
 
 \Configure{Columns}



More information about the tex-live-commits mailing list