<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">Hello Steve,</span><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
your first problem may be caused by using `NoFonts` option either on the command line </div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
mk4ht xhmlatex $1 "ht5mathjax, NoFonts"</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">or in the config file</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"> \Preamble{xhtml,mathml, NoFonts}</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">This option prevents tex4ht from inserting formatting elements based on font properties. </div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
Problem with these elements is, when you use accented characters, like:</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
\textit{nazdar svìte}</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">sequence like</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"> <span class="x">nazdar sv</span><span class="x">ì</span><span class="x">te</span></div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">is created. If you don't use accented characters, you probably don't need NoFonts option.</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px">If you really want to use this option, you must style font changing commands yourself, like this config file:</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"> \Preamble{xhtml, mathml, NoFonts}</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"> ...</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
\begin{document} </div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><div> \Configure{textit}{\ifvmode\ShowPar\fi\HCode{<em>}}{\HCode{</em>}} </div>
<div> \renewcommand{\sectiontitle}[1]{\ifvmode \IgnorePar\fi%</div><div> \EndP\HCode{<div class="sectiontitle">}#1\HCode{</div>}%</div><div> \IgnoreIndent\par%</div><div> } </div>
<div> \Css{.sectiontitle{text-align:center;font-size:large;}} </div></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"> \EndPreamble </div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">Regarding the other two problems, without some sample it is hard to tell what's going on, compilation run without problems for me.</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">Regards,</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
Michal</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/23 Steven Dunbar <span dir="ltr"><<a href="mailto:sdunbar1@unl.edu" target="_blank">sdunbar1@unl.edu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div name="divtagdefaultwrapper" style="font-size:12pt;margin:0;font-family:Calibri,Arial,Helvetica,sans-serif">
<div>In mid-summer, I upgraded to the most recent Fedora 19 distribution of</div>
<div>Linux. As part of the upgrade, I installed the corresponding 2013 TeXLive</div>
<div>package from Fedora.</div>
<div><br>
</div>
<div>Previously (with Fedora 17 and the previous TeXLive version, probably</div>
<div>2011 or possibly 2012), I had used mzlatex to process LaTeX source files to XHTML</div>
<div>1.1 plus MathML 2.0. </div>
<div><br>
</div>
<div>After the upgrade I no longer had mzlatex as a script. After some</div>
<div>searching and learning, I started using the command</div>
<div>mk4ht xhmlatex $1 "/path/to/ht5mathjax"</div>
<div>where ht5mathjax.cfg is the configuration file suggested by Michal</div>
<div>Hoftich and William Hammond.</div>
<div><br>
</div>
<div>This command mostly works, it creates the an html/MathJax file that</div>
<div>is readable with all browsers I have access to. However, there are several</div>
<div>problems:</div>
<div><br>
</div>
<div>1. Most text formatting no longer exists, for instance, no boldface, a</div>
<div>font change using \texttt{} results in a the same roman font as all</div>
<div>other text, and the macro </div>
<div>\newcommand{\sectiontitle}[1]{\begin{center} {\Large #1} \end{center}}</div>
<div>results in left-justified text at the same size as all other</div>
<div>text.</div>
<div><br>
</div>
<div>After some investigating, I see that the old mzlatex processing</div>
<div>created a *.css file of size 6,335 characters, while the new command</div>
<div>creates a *.css file of size 15 characters. Substituting the old</div>
<div>*.css file restores the text formatting.</div>
<div><br>
</div>
<div>Question: Why doesn't the new command create an appropriate CSS</div>
<div>file? How can I force the processing to create an appropriate CSS?</div>
<div><br>
</div>
<div>2. During the processing, I get a lot of error messages of the form:</div>
<div>tex4ht.c <a href="tel:%282012-07-25-19" value="+12012072519" target="_blank">(2012-07-25-19</a>:36 kpathsea)</div>
<div>tex4ht </div>
<div>--- error --- improper command line</div>
<div>tex4ht [-f<path-separator-ch>]in-file[.dvi]</div>
<div><br>
</div>
<div>This scrolls past too many times to count, the many identical errors fly by.</div>
<div>But there don't seem to be any problems with the *.html files.</div>
<div><br>
</div>
<div>Question: What's happening? How to fix?</div>
<div><br>
</div>
<div>3. At the end of the processing, I get the following:</div>
<div>/usr/bin/t4ht: fork: retry: No child processes</div>
<div>/usr/bin/t4ht: fork: retry: No child processes</div>
<div>/usr/bin/t4ht: fork: retry: No child processes</div>
<div>/usr/bin/t4ht: fork: retry: No child processes</div>
<div>/usr/bin/t4ht: fork: Resource temporarily unavailable</div>
<div>--- error --- failed to execute command</div>
<div><br>
</div>
<div>Again, there don't seem to be any problems with the *.html files.</div>
<div><br>
</div>
<div>Question: What's happening? How to fix?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<div>Steve Dunbar</div>
<div><br>
</div>
</div>
</div>
</blockquote></div><br></div>