<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, Michal, <br>
    <br>
    <br>
    <blockquote cite="mid:1438717159-sup-4427@kodymirus" type="cite">
      <pre wrap="">
I can confirm that mathml output seems nice as well, only thing I've
spot is that not all characters in \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
are converted to their unicode counterparts, but it is only minor
problem.</pre>
    </blockquote>
    please can you post a command line you use for matml output?<br>
    <br>
    <blockquote cite="mid:1438717159-sup-4427@kodymirus" type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">I have posted source code for kpfonts (unicode) on <a class="moz-txt-link-freetext" href="https://github.com/dgalcius/kpfonts">https://github.com/dgalcius/kpfonts</a>.
'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)
</pre>
          </blockquote>
        </blockquote>
      </blockquote>
      <pre wrap="">
This is really nice. Could you post some notes about the method you used
for math font conversion? Had you used any automation?</pre>
    </blockquote>
    I did not use any automation. It would be difficult to make it.
    Although I think about automation for chinese fonts.<br>
    My approach is to use proofsheets for a  (math) font, so I can
    quickly identify problems. <br>
    proofsheet  is  an html table where I put <br>
    char number;  picture of a char; and unicode value (or whaterver
    comes from a htf); <br>
    <br>
    How do to produce a missing htf font? For example, jkpex.htf.  <br>
    My method is as follow:<br>
    -  <i>guess the best possible match for another font</i> (that has
    htf counterpart)<br>
    E.g. for jkpex font I thought that it would be using same encoding
    as cmex10. <br>
    I made jkpex.htf  file with an alias for 'cmex' and run proofsheets
    so  I can validate my guess. <br>
    Another option I use to compare fonts (and encodings) is generate
    tables with nfssfont (`pdflatex nfssfont`) and compare  PDFs. <br>
    After comparison it was clear that jkpex font is an extended version
    of cmex10. <br>
    So, for literate code I took cmex font from tex4ht-font-noncjk.tex
    as a basis and added some extra characters.<br>
    Probably it would be better to make a patch for a
    tex4ht-font-noncjk.tex file.<br>
    <br>
    <br>
    <blockquote cite="mid:1438717159-sup-4427@kodymirus" type="cite">
      <pre wrap="">

</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">I did not test svg output. Do I have to run 'make4ht' for it?
</pre>
          </blockquote>
        </blockquote>
      </blockquote>
      <pre wrap="">
It is better, as you can easily configure the method used for dvi to svg
conversion. See Nasser's page for efficient method for conversion files
with huge number of equations:

<a class="moz-txt-link-freetext" href="http://12000.org/my_notes/faq/LATEX/layout/#x1-40002">http://12000.org/my_notes/faq/LATEX/layout/#x1-40002</a>

Best regards,
Michal
</pre>
    </blockquote>
    <br>
    perfect!<br>
    <br>
    best regards, <br>
    -- deimi <br>
    <br>
  </body>
</html>