<div>Hi,</div><div>I think tex4ht can survive, but I see some areas in which it could, or should be improved:</div><div><br></div><div>1. Documentation. </div><div><br></div><div>In particular, some documentation for macro package authors how to use \NewConfigure, \Configure and various other TeX4ht macros. Also how to write macros with inserting logical markup in mind. I think it is really important to enable package authors to write proper configurations for tex4ht themselves. </div>
<div><br></div><div>I would write something, but my writing and English skills are not so good, so it would need some proofing. Maybe we could set up wiki or something similar?</div><div><br></div><div>2. Font handling in tex4ht binary. </div>
<div><br></div><div>It doesn't support fonts selected with fontspec, which is really big drawback. It also generates ugly code like</div><div>   </div><div>  <span class="cmr-10">è</span><span class="cmr-10">au</span></div>
<div><br></div><div>when text contains accented letters. </div><div><br></div><div>It is possible to use luatex's node processing callbacks to catch tex4ht special nodes and generate output files this way, I used this approach in my failed attempt to insert page breaks from pdf file to html [1]. This would be functional even with fontspec documents. Problem is that I don't really understand all special codes, and tex4ht also generates generates second dvi file containing only pages which should be converted to images. I doubt this is possible with luatex.</div>
<div><br></div><div>3.  t4ht binary and tex4ht.env. </div><div><br></div><div>AFAIK, this application convert characters, math and illustrations to images, resp.  call dvipng or dvips on dvi file created with tex4ht. It also copies files to destination directory if needed, and it creates css file. </div>
<div><br></div><div>Some problem I find is that if one uses \includegraphics{img/file.png} and select output directory other than current dir, image is not copied to outputdir/img/, but juts to outputdir. In html file, there is <img src="img/file.png" />, so image is not displayed. </div>
<div><br></div><div>Other ugly thing is tex4ht.env syntax and the fact, that this file is platform dependent. I think that t4ht and tex4ht.env could be replaced with some lua script . I am probably going to do that in tex4ebook [2].</div>
<div><br></div><div>4. Document build process</div><div><br></div><div>Current scripts are also platform dependent and don't it is easy to add support for tools like bibtex, biber, indexing tools, etc. Also option passing like</div>
<div><br></div><div>     htlatex filename "xhtml, charset=utf-8" " -cunihtf -utf8" </div><div><br></div><div>if someone want xhtml file in utf8 encoding isn't pretty. Instead, if we use lua again, we can use libraries like lapp [3] to support command line options and create some simple DSL as simple make tool for bibtex, xindy, etc. support. I am probably going to do something similar for tex4ebook.</div>
<div><br></div><div>Regards,</div><div>Michal</div><div><br></div><div><br></div><div>[1] <a href="https://github.com/michal-h21/realpgno">https://github.com/michal-h21/realpgno</a></div><div>[2] <a href="https://github.com/michal-h21/tex4ebook">https://github.com/michal-h21/tex4ebook</a><br>
<div>[3] <a href="http://lua-users.org/wiki/LappFramework">http://lua-users.org/wiki/LappFramework</a><br><br><div class="gmail_quote">2013/3/19 Thompson,Paul <span dir="ltr"><<a href="mailto:Paul.Thompson@sanfordhealth.org" target="_blank">Paul.Thompson@sanfordhealth.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Karl:<br>
<br>
What is the functional specification for tex4ht? Can it survive in its current form?<br>
<br>
This is a good example of one concern that I have (and probably you as well): the long-term viability of a system built on custom non-standard specifications by hundreds if not thousands of persons each doing boutique independent installation and development is simply not clear. Will LaTeX survive? LaTeX3 is going to possibly fix this, but I am totally confused by it (since I haven't really looked into it, it might be less confusing if I did).<br>

________________________________________<br>
From: tex4ht [<a href="mailto:tex4ht-bounces@tug.org">tex4ht-bounces@tug.org</a>] on behalf of Karl Berry [<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>]<br>
Sent: Tuesday, March 19, 2013 4:26 PM<br>
To: <a href="mailto:celano@laposte.net">celano@laposte.net</a><br>
Cc: <a href="mailto:tex4ht@tug.org">tex4ht@tug.org</a><br>
Subject: Re: [tex4ht] TeX4ht upgrading: doesn't work<br>
<div><div class="h5"><br>
    here are the instructions to upgrade tex4ht (<a href="http://tug.org/applications/tex4ht/mn-upgrade.html" target="_blank">http://tug.org/applications/tex4ht/mn-upgrade.html</a>).<br>
<br>
Which Eitan wrote years ago, and it's not been touched since.  I guess I<br>
better eradicate that page.  Advising people to replace anything in<br>
/usr/bin is a terrible idea.  I have no specific idea why it fails, but<br>
I am not at all surprised it does, since it's replacing the<br>
distro-built binaries with others.<br>
<br>
In any event, tex4ht has not seen a full update since Eitan died.  (I<br>
should probably delete that .zip file too.)  CVR and I are still hoping<br>
that will happen at some point, but there is no ETA.  Meanwhile, some of<br>
the *.4ht, etc., files have been updated by CVR and you can get the<br>
current versions from TeX Live.  There have been no other substantive<br>
changes.<br>
<br>
Best,<br>
karl<br>
</div></div>-----------------------------------------------------------------------<br>
Confidentiality Notice: This e-mail message, including any attachments,<br>
is for the sole use of the intended recipient(s) and may contain<br>
privileged and confidential information.  Any unauthorized review, use,<br>
disclosure or distribution is prohibited.  If you are not the intended<br>
recipient, please contact the sender by reply e-mail and destroy<br>
all copies of the original message.<br>
<br>
<br>
</blockquote></div><br></div></div>