<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" id="owaParaStyle" style="display: none;">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body dir="ltr" fpstyle="1" aria-label="Message body" tabindex="0">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000; margin: 0">
<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 (2012-07-25-19: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>
</body>
</html>