diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-25 20:49:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-25 20:49:27 +0000 |
commit | 6ebccb6d28c40cafab5fb0ba6a04f163eae2feef (patch) | |
tree | 3436b71f67d21b453a3776cddc2313ed9c92db4b /Master/texmf-dist/tex/generic | |
parent | af9196aad47c1cc621861bfed39e7bb4cbd0ceed (diff) |
footnote fixes, \reversemarginpar support, tex4ht r545-546
git-svn-id: svn://tug.org/texlive/trunk@50591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht | 18 |
2 files changed, 26 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 10d40601a01..ec7d0a22de0 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-03-13-15:05), generated from tex4ht-html4.tex +% html4.4ht (2019-03-25-13:44), 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-03-13-15:05} +\immediate\write-1{version 2019-03-25-13:44} \exit:ifnot{8859-6,% CJK,% @@ -3236,23 +3236,26 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}% \fi \let\^^_\v \Configure{marginpar} - {\ifvmode - \IgnorePar\EndP\HCode{<div class="marginpar">}% + {% + \def\marginpar:class{marginpar}% + \if@reversemargin\def\marginpar:class{reversemarginpar}\fi% + \ifvmode\IgnorePar\EndP\HCode{<div class="\marginpar:class">}% \def\end:margp{\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}% \par \else \SaveEndP - \HCode{<span class="marginpar">}% + \HCode{<span class="\marginpar:class">}% \bgroup \Configure{HtmlPar}{\HCode{<br />}}{\HCode{<br />}}{}{}% \def\end:margp{\egroup\HCode{</span>}\RecallEndP}% \fi } {\end:margp} -\Css{.marginpar {width:20\%; float:right; text-align:left; +\Css{.marginpar,.reversemarginpar {width:20\%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85\%; text-decoration:underline;}} -\Css{.marginpar p{margin-top:0.4em; margin-bottom:0.4em;}} +\Css{.marginpar p,.reversemarginpar p{margin-top:0.4em; margin-bottom:0.4em;}} +\Css{.reversemarginpar{float:left;}} \:CheckOption{fonts} \if:Option \Configure{textbf}{\Protect\HCode{<span class="textbf">}\NoFonts} {\EndNoFonts\Protect\HCode{</span>}} diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht index 13fc2926501..4e4961d8b40 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht @@ -1,4 +1,4 @@ -% ooffice.4ht (2019-03-21-16:01), generated from tex4ht-ooffice.tex +% ooffice.4ht (2019-03-25-13:45), generated from tex4ht-ooffice.tex % Copyright 2009-2019 TeX Users Group % Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2019-03-21-16:01} +\immediate\write-1{version 2019-03-25-13:45} \exit:ifnot{Preamble,% algorithmicx,% @@ -2523,6 +2523,20 @@ xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"\Hnew style:font-size-asian="85\%" style:font-size-complex="85\%" /> </style:style>\Hnewline +<text:notes-configuration text:note-class="footnote" + text:citation-style-name="Footnote_20_Symbol" + text:citation-body-style-name="Footnote_20_anchor" + style:num-format="1" text:start-value="0" + text:footnotes-position="page" + text:start-numbering-at="document" />\Hnewline +<style:style style:name="Footnote_20_Symbol" +style:display-name="Footnote Symbol" style:family="text" >\Hnewline + <style:text-properties style:text-position="super 70\%" />\Hnewline +</style:style> +<style:style style:name="Footnote_20_anchor" +style:display-name="Footnote anchor" style:family="text"> + <style:text-properties style:text-position="super 58\%" />\Hnewline +</style:style>\Hnewline } \Configure{textsuperscript} {\HCode{<text:span text:style-name="textsuperscript">}} |