[tex4ht-commits] [SCM] tex4ht updated: r252 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Mar 15 15:25:12 CET 2017


Author: michal_h21
Date: 2017-03-15 16:25:11 +0200 (Wed, 15 Mar 2017)
New Revision: 252

Modified:
   trunk/lit/Makefile
   trunk/lit/tex4ht-fonts-4hf.tex
Log:
Added support for tex4ht-fonts-4hf.tex

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-03-13 23:10:00 UTC (rev 251)
+++ trunk/lit/Makefile	2017-03-15 14:25:11 UTC (rev 252)
@@ -99,6 +99,9 @@
 #derived += $(tex4ht_htcmd_derived)
 #tex4ht_htcmd_derived = htcmd.c
 
+derived += $(tex4ht_fonts_4hf)
+tex4ht_fonts_4hf = unicode.4hf
+
 derived += $(tex4ht_html_speech_derived)
 tex4ht_html_speech_derived = html-speech.4ht html-speech-math.4ht emacspeak.4ht
 
@@ -259,6 +262,9 @@
   tex4ht-fonts-noncjk.tex tex4ht-fonts-modern.tex $(common)
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_4hf): tex4ht-fonts-4hf.tex
+	make4ht -lm draft $< ""
+
 $(tex4ht_htcmd_derived): tex4ht-htcmd.tex $(common)
 	$(HTTEX) $< ""
 
@@ -519,6 +525,7 @@
  tex4ht-fonts-cjk.tex\
  tex4ht-fonts-cjk-utf8.tex\
  tex4ht-fonts-noncjk.tex\
+ tex4ht-fonts-4hf.tex \
  tex4ht-unicode.tex\
  tex4ht-html-speech.tex\
  tex4ht-html0.tex\

Modified: trunk/lit/tex4ht-fonts-4hf.tex
===================================================================
--- trunk/lit/tex4ht-fonts-4hf.tex	2017-03-13 23:10:00 UTC (rev 251)
+++ trunk/lit/tex4ht-fonts-4hf.tex	2017-03-15 14:25:11 UTC (rev 252)
@@ -8,9 +8,7 @@
 
 \documentclass{article}
   
-   \ifx \HOME\UnDef
-       \def\HOME{/opt/cvr/tex4ht.dir/}
-   \fi
+\input tex4ht-dir
    \def\MYdir{\HOME texmf/tex4ht/ht-fonts}
 
    \ifx \HCode\UnDef \usepackage[xhtml,3,sections+]{tex4ht} \fi 
@@ -69,7 +67,7 @@
 
 \begin{document}
 
-\<TeX4ht copyright\><<<
+% unicode.4hf files can't contain coments
 %                                                        %
 % This work may be distributed and/or modified under the %
 % conditions of the LaTeX Project Public License, either %
@@ -93,6 +91,7 @@
 %                                        tex4ht at tug.org  %
 %                             http://www.tug.org/tex4ht  %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\<TeX4ht copyright\><<<
 >>>
 
 
@@ -101354,7 +101353,7 @@
 '&#x003C;' '' '&#x003C;' '' `%<`%
 '&#x003E;' '' '&#x003E;' '' `%>`%
 '&#x0022;' '' '&#x0022;' '' `%"`%
-'&#x2019;' '' '&#x2019;' '' `%quot`%
+'&#x0027;' '' '&#x0027;' '' `%'`%
 '&#x0026;' '' '&#x0026;' '' `%&`%
 >>>
 



More information about the tex4ht-commits mailing list