<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p><br>
</p>
<p>Thank you, David.  By looking at the tracings in the log file I was able to figure out where the trouble lies.  Just in case someone googles this, I was getting into trouble writing </p>
<p><br>
</p>
<p>    \Numberstring{chapter}</p>
<p><br>
</p>
<p>to the answer file.  (The \Numberstring{..} command is from the fmtcount package and for example if the counter is 3 then it returns "Three".)  I appreciate the help.</p>
<p><br>
</p>
<p>Jim</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="PlainText"><br>
----------------<br>
<a href="https://archive.org/details/DontBeaS1947" class="OWAAutoLink" id="LPNoLP">https://archive.org/details/DontBeaS1947</a><br>
</div>
</span></font></div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> David Carlisle <d.p.carlisle@gmail.com><br>
<b>Sent:</b> Saturday, August 12, 2017 16:16<br>
<b>To:</b> Hefferon, James S.<br>
<b>Cc:</b> texhax@tug.org<br>
<b>Subject:</b> Re: [texhax] ! TeX capacity exceeded, sorry [input stack size=5000].</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">not really the stack directly but if you stick `\tracingall` at the<br>
last point before the error, you should see macros expanding and<br>
almost certainly getting in a loop somewere<br>
<br>
On 12 August 2017 at 20:13, Hefferon, James S. <jhefferon@smcvt.edu> wrote:<br>
> Is there some way to see the contents of the stack?<br>
><br>
> Just for a brief description of why I want to do that: I'm having a lot of trouble developing a document class.  It is telling me this.<br>
><br>
> ! TeX capacity exceeded, sorry [input stack size=5000].<br>
><br>
> If I look in the log I see this.<br>
><br>
> Here is how much of TeX's memory you used:<br>
>  36435 strings out of 493029<br>
>  635171 string characters out of 6136234<br>
>  1080452 words of memory out of 5000000<br>
>  38236 multiletter control sequences out of 15000+600000<br>
>  248887 words of font info for 486 fonts, out of 8000000 for 9000<br>
>  1141 hyphenation exceptions out of 8191<br>
>  5000i,19n,6867p,10383b,1882s stack positions out of 5000i,500n,10000p,200000b,80000s<br>
> !  ==> Fatal error occurred, no output PDF file produced!<br>
><br>
> I seem to be getting the error a lot when I say \begin{answer} ... \end{answer}. I am using the answers package, but the code I'm using seems right to me.<br>
><br>
> % Name of file holding answers<br>
> \newcommand{\answerbodyfilename}{answerbody}<br>
><br>
> \usepackage{answers}<br>
> \Opensolutionfile{\answerbodyfilename}<br>
> \Newassociation{answer}{ans}{\answerbodyfilename}<br>
><br>
> The file "answerbody.tex" contains lots of prior answers surrounded by the "ans" environments, so I think it is working OK up until that point.  Moving to the spot that gives the error and putting an \endinput and \end{document} immediately before the \begin{answer}
 shows instead a "59i" used on the stack, so I think there is something wrong in that particular answer.  But that answer has no recursion, just text.<br>
><br>
> So I'm stumped.  I hoped that looking  at the stack would give me a clue, but I couldn't find in Chap 27 of the TeXbook if there was a way to do that.  Any other suggestion would be gratefully received.<br>
><br>
> Thanks,<br>
> Jim<br>
><br>
><br>
> _______________________________________________<br>
> TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>
> Mailing list archives: <a href="http://tug.org/pipermail/texhax/">http://tug.org/pipermail/texhax/</a><br>
> More links: <a href="http://tug.org/begin.html">http://tug.org/begin.html</a><br>
><br>
> Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax">
http://tug.org/mailman/listinfo/texhax</a><br>
> Human mailing list managers: postmaster@tug.org<br>
</div>
</span></font></div>
</div>
</body>
</html>