From 252d6b0a972ba049ffe6b366cccb2d540d690b76 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 13 Dec 2019 22:39:20 +0000 Subject: p-indent and p-space options, tex4ht r633 git-svn-id: svn://tug.org/texlive/trunk@53119 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 29 +++++++++++++++++--------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/generic') diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index e06964f5173..2a9f2ed7d54 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -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 @@ switches of tex4ht.c) \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 @@ switches of tex4ht.c) \EndP \ht:special{t4ht=}\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 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}% \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 @@ Y{0178}\i{00EF}% {\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{
}} @@ -34596,7 +34605,7 @@ description">}% \HCode{
}} {\ifvmode \IgnorePar\fi \EndP \HCode{
}} \Css{div.verbatiminput - {font-family: monospace; white-space: nowrap; }} + {font-family: monospace,monospace; white-space: nowrap; }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -37138,7 +37147,7 @@ description">}% \ifvmode \IgnorePar\fi \EndP \HCode{
}\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 @@ description">}% \egroup \ifvmode \IgnorePar\fi \EndP \HCode{}\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 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline \Configure{ShowCode} {\HCode{\ifx \:test\:minus \else \fi \html:src
\html:invisible}% \nobreak } @@ -38003,7 +38012,7 @@ emailing the fix to gurari@cse.ohio-state.edu. Thanks\Hnewline {\IgnorePar\HCode{
}\par\ShowPar} {\HAdvance\Verb:N by 1 \ifnum \Verb:N>1 \HCode{
}\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} -- cgit v1.2.3