[tex4ht-commits] [SCM] tex4ht updated: r181 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Sat Jul 2 18:16:17 CEST 2016
Author: karl
Date: 2016-07-02 19:16:17 +0300 (Sat, 02 Jul 2016)
New Revision: 181
Removed:
trunk/lit/tex4ht-misc.tex
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-4ht.tex
Log:
lettrine: remove literal Agrave chars
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2016-07-01 16:18:15 UTC (rev 180)
+++ trunk/lit/ChangeLog 2016-07-02 16:16:17 UTC (rev 181)
@@ -1,3 +1,8 @@
+2016-07-02 Karl Berry <karl at freefriends.org>
+
+ * tex4ht-4ht.tex (lettrine.4ht): delete the .lettrine-Agrave css
+ with literal Agraves, to avoid encoding agony. Update copyright.
+
2016-07-01 Karl Berry <karl at freefriends.org>
* tex4ht-sty.tex (tex4ht.sty),
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2016-07-01 16:18:15 UTC (rev 180)
+++ trunk/lit/Makefile 2016-07-02 16:16:17 UTC (rev 181)
@@ -16,7 +16,7 @@
derived += $(tex4ht_4ht_derived)
tex4ht_4ht_derived = \
algorithmic.4ht biblatex.4ht book.4ht frenchb.4ht \
- geometry.4ht graphicx.4ht hyperref.4ht latex.4ht listings.4ht \
+ geometry.4ht graphicx.4ht hyperref.4ht latex.4ht lettrine.4ht listings.4ht \
memoir.4ht multicol.4ht quoting.4ht reading.4ht \
scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
titlesec.4ht tocloft.4ht wrapfig.4ht usepackage.4ht
@@ -445,9 +445,12 @@
diff_files = $(tex4ht_mathml_derived) $(tex4ht_html_speech_derived) \
$(tex4ht_jsml_derived) $(tex4ht_mathltx_derived)
inst_dir = /usr/local/texlive/dev/texmf-dist/tex/generic/tex4ht
-diff = diff --ignore-all-space
+diff = diff --ignore-all-space --ignore-blank-lines
diff:
-for f in $(diff_files); do $(diff) -u0 $(inst_dir)/$$f .; done
+dif:
+ htdiff $d
+
mostlyclean:
rm -f $(derived)
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2016-07-01 16:18:15 UTC (rev 180)
+++ trunk/lit/tex4ht-4ht.tex 2016-07-02 16:16:17 UTC (rev 181)
@@ -29054,17 +29054,18 @@
\append:def\endmulticols{\EndP\HCode{</div>}}
>>>
+\Section{lettrine.sty}
+
% Lettrine
\<lettrine.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% lettrine.4ht |version %
-|<TeX4ht copyright|>
+% lettrine.4ht (|version), generated from |jobname.tex
+% Copyright 2012-2016 TeX Users Group
+|<TeX4ht license text|>
|<config lettrine|>
\Hinput{lettrine}
\endinput
>>> \AddFile{2}{lettrine}
-
\<config lettrine\><<<
\NewConfigure{lettrine}{7}
\define at key{LH}{ante}{\def\LH:ante{#1}}%
@@ -29118,8 +29119,6 @@
%
\Css{.lettrine-A{margin-right: 0.3em;}}
\Css{.lettrine-A + .lettrine-line{margin-left: -0.4em;}}
-\Css{.lettrine-\unexpanded{À}{margin-right: 0.3em;}}
-\Css{.lettrine-\unexpanded{À} + .lettrine-line{margin-left: -0.4em;}}
\Css{.lettrine-J{line-height: 1; margin-right: 0;}}
\Css{.lettrine-H, .lettrine-I, .lettrine-N, .lettrine-U{margin-right: 0;}}
\Css{.lettrine-V{margin-right: -0.3em;}}
@@ -29128,7 +29127,6 @@
\Css{.lettrine-line{font-variant: small-caps;}}
\Css{p.indent{text-indent: 0em;}}
>>>
-%-------------------------------- Baby osudeG.sty -------------
\Section{osudeG.sty}
More information about the tex4ht-commits
mailing list