Hi Nasser,
I have posted source code for kpfonts (unicode) on https://github.com/dgalcius/kpfonts. 'lit' folder contains literate source file. Run 'make' to generate htf files. Folder 'charpos' is for making font proof sheets. Copy generate htf file to charpos folder and run 'make fonts'. it will generate html files (e.g. jkpex/jkpex.htm) I did not test svg output. Do I have to run 'make4ht' for it? best regards, -- deimi On 07/30/2015 06:13 PM, Nasser M. Abbasi wrote:
URL: <http://puszcza.gnu.org.ua/bugs/?261> Summary: add full support for kpfonts when compiling in SVG mode for math Project: tex4ht Submitted by: nma123 Submitted on: Thu 30 Jul 2015 06:13:48 PM EEST Category: None Priority: 5 - Normal Severity: 3 - Minor Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: First reported at tex4ht mailing list: reference link: http://tug.org/pipermail/tex4ht/2015q3/001240.html When compiling the following MWE and asking tex4ht to use SVG for math, it reports missing fonts --------------------------------------- \documentclass{article} \usepackage[T1]{fontenc} \usepackage{ntheorem} \newtheorem{theorem}{Theorem} \usepackage{amsmath} \DeclareMathOperator{\Res}{Res} \usepackage{kpfonts} \begin{document} \ifdefined\HCode \Configure{Picture}{.svg} \fi \begin{theorem}[Residue Theorem] Let $f$ be analytic in the region $G$ except for the isolated singularities $a_1,a_2,\dots,a_m$. If $\gamma$ is a closed rectifiable curve in $G$ which does not pass through any of the points $a_k$ and if $\gamma\approx 0$ in $G$, then \[ \frac{1}{2\pi i}\int_\gamma\! f = \sum_{k=1}^m n(\gamma;a_k)\Res(f;a_k)\,. \] \end{theorem} \end{document} \end{document} ------------------------------ compile using htlatex foo.tex gives warning --- Couldn't find font `jkpsy.htf' (char codes: 0--128) warning --- Couldn't find font `jkpmi.htf' (char codes: 0--239) warning --- Couldn't find font `jkpmi.htf' (char codes: 0--239) warning --- Couldn't find font `jkpmn7t.htf' (char codes: 0--170) warning --- Couldn't find font `jkpmn7t.htf' (char codes: 0--170) warning --- Couldn't find font `jkpbn8t.htf' (char codes: 0--255) warning --- Couldn't find font `jkpmit8t.htf' (char codes: 0--255) warning --- Couldn't find font `jkpmn8t.htf' (char codes: 0--255) Compiling to png works ok, i.e. when replacing the line \Configure{Picture}{.svg} with \Configure{$}{\PicMath}{\EndPicMath}{} But math looks better in SVG. Tl 2015. _______________________________________________________ Reply to this item at: <http://puszcza.gnu.org.ua/bugs/?261> _______________________________________________ Message sent via/by Puszcza http://puszcza.gnu.org.ua/
