diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-09 00:08:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-09 00:08:16 +0000 |
commit | f54d9cf5282bbd54f70dff81d94ec667928da76b (patch) | |
tree | f82862b6414ab0e57d5ef9bff0d39f3e90863292 /Master/texmf-dist/tex/generic | |
parent | 556a88ed004dcf5ec0faab5960815809290db61e (diff) |
sectionbreak in html4.4ht
git-svn-id: svn://tug.org/texlive/trunk@46021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 88bb62adf7d..b046a58113a 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 (2017-12-08-16:02), generated from tex4ht-html4.tex +% html4.4ht (2017-12-08-16:07), generated from tex4ht-html4.tex % Copyright 2009-2017 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 2017-12-08-16:02} +\immediate\write-1{version 2017-12-08-16:07} \exit:ifnot{8859-6,% CJK,% @@ -193,6 +193,7 @@ scottish,% scrartcl,% scrbook,% scrreprt,% +sectionbreak,% seminar,% seslideb,% sistyle,% @@ -39573,6 +39574,24 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \ConfigureHinput{sectionbreak} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \Configure{sectionbreak}{\ifvmode\IgnorePar\fi\EndP\HCode{<div class="sectionbreak">}}{\HCode{</div>}} + +\Css{div.sectionbreak{ + margin-top:3rem; + margin-bottom:3rem; + text-align:center; +}} + +% use the asterism HTML entity +\Configure{asterism}{\HCode{\string&\:sharp8258;}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\endinput\empty\empty\empty\empty\empty\empty +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \endinput |