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

commits+karl at tug.org commits+karl at tug.org
Sat Dec 9 01:08:16 CET 2017


Revision: 46021
          http://tug.org/svn/texlive?view=revision&revision=46021
Author:   karl
Date:     2017-12-09 01:08:16 +0100 (Sat, 09 Dec 2017)
Log Message:
-----------
sectionbreak in html4.4ht

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	2017-12-09 00:06:00 UTC (rev 46020)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2017-12-09 00:08:16 UTC (rev 46021)
@@ -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 @@
 scrartcl,% 
 scrbook,% 
 scrreprt,% 
+sectionbreak,% 
 seminar,% 
 seslideb,% 
 sistyle,% 
@@ -39573,7 +39574,25 @@
 \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
 



More information about the tex-live-commits mailing list