diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-09 23:51:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-09 23:51:58 +0000 |
commit | ad7e0d83b28503addfc7feacd8967078dd8d025b (patch) | |
tree | 5acd10a38a0fd9be2f99c61960278fe472f7bd58 /Master/texmf-dist/tex/generic | |
parent | e07718cf09bc0b67323b93d3f313e937200bad9a (diff) |
fontspec styles for html4, tex4ht r205
git-svn-id: svn://tug.org/texlive/trunk@42666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index adc3bbd6979..0677504715d 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 (2016-07-01-08:29), generated from tex4ht-html4.tex +% html4.4ht (2016-12-08-16:40), generated from tex4ht-html4.tex % Copyright 2009-2016 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 2016-07-01-08:29} +\immediate\write-1{version 2016-12-08-16:40} \exit:ifnot{8859-6,% CJK,% @@ -102,6 +102,7 @@ fancyvrb,% finnish,% floatflt,% foils,% +fontspec,% francais,% frenchb,% g-brief,% @@ -39374,6 +39375,20 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \ConfigureHinput{fontspec} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \Configure{textit}{\Tg<i>}{\Tg</i>} +\Configure{textbf}{\Tg<strong>}{\Tg</strong>} +\Configure{textsc}{\Tg<span class="small-caps">}{\Tg</span>} +\Css{.small-caps{font-variant: small-caps;}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\endinput\empty\empty\empty\empty\empty\empty +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + |