[tex4ht-commits] [SCM] tex4ht updated: r429 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sat Sep 8 17:13:07 CEST 2018
Author: michal_h21
Date: 2018-09-08 18:13:07 +0300 (Sat, 08 Sep 2018)
New Revision: 429
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
Added fix for punctuation with biblatex-chicago
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-09-02 21:31:20 UTC (rev 428)
+++ trunk/lit/ChangeLog 2018-09-08 15:13:07 UTC (rev 429)
@@ -1,3 +1,7 @@
+2018-09-08 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex-chicago.4ht): fix for correct punctuation.
+
2018-09-02 Karl Berry <karl at freefriends.org>
* tex4ht-unicode.tex: copyright.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2018-09-02 21:31:20 UTC (rev 428)
+++ trunk/lit/Makefile 2018-09-08 15:13:07 UTC (rev 429)
@@ -43,7 +43,7 @@
derived += $(tex4ht_4ht_derived)
tex4ht_4ht_derived = \
algorithmic.4ht animate.4ht authblk.4ht \
- biblatex.4ht book.4ht \
+ biblatex.4ht biblatex-chicago.4ht book.4ht \
caption.4ht cleveref.4ht color.4ht colortbl.4ht \
fontspec.4ht fontspec-4ht.lua fontspec-luatex.4ht fontspec-xetex.4ht \
framed.4ht frenchb.4ht \
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2018-09-02 21:31:20 UTC (rev 428)
+++ trunk/lit/mktex4ht-cnf.tex 2018-09-08 15:13:07 UTC (rev 429)
@@ -21,6 +21,7 @@
\AddFile{9}{apacite}
\AddFile{9}{mla}
\AddFile{6}{biblatex}
+\AddFile{6}{biblatex-chicago}
\AddFile{6}{reading}
\AddFile{5}{debug}
\AddFile{5}{footnote-dw}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2018-09-02 21:31:20 UTC (rev 428)
+++ trunk/lit/tex4ht-4ht.tex 2018-09-08 15:13:07 UTC (rev 429)
@@ -2612,6 +2612,7 @@
class="description">}\bgroup \bf}%
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}}
>>>
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\SubSection{reading.4ht}
@@ -2815,6 +2816,23 @@
\NewConfigure{blx at unit}{2}
>>>
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\SubSection{biblatex-chicago.4ht}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+The tex4ht output contains wrong punctuation, it should follow
+US rules.
+\Link[https://tex.stackexchange.com/q/301287/2891]{}{}Source.\EndLink
+
+\<biblatex-chicago.4ht\><<<
+% biblatex-chicago.4ht (|version), generated from |jobname.tex
+|<TeX4ht copywrite|>
+\blx at defbibextras{english}{\uspunctuation}
+\Hinput{biblatex-chicago}
+\endinput
+>>> \AddFile{6}{biblatex-chicago}
+
+
%%%%%%%%%%%%%
\SubSection{debug.bbx}
%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list