<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello Ross, thank you.<div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div bgcolor="#FFFFFF" class=""><div class=""><div class="">What package(s) are you using to handle creation of the Glossary?</div></div></div></blockquote></div><div class=""><div bgcolor="#FFFFFF" class=""><div class=""><div class=""><br class=""></div></div></div></div><div class="">Rather unsophisticated (meaning “simple”): I use “imakeidx” and \index[sym i]{…} records a math symbol or expression (“…” is the placeholder for that) that I want to include. The “i” in "sym i” is specific to the chapter (in my case i=0,1,…,15) where the expression or symbol is recorded.<br class=""><div class=""><br class=""></div><div class="">I bumped into the package “morewrites”. Using it made the problem go away. I do not not know exactly what the LaTeX \write command does but apparently it is called by the compiler and there is a quota on how many it can call (anyway, that is how I picture it). The morewrites package expands the quota apparently. In my case it worked!</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">George<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 26, 2021, at 4:51 PM, Ross Moore <<a href="mailto:ross.moore@mq.edu.au" class="">ross.moore@mq.edu.au</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div bgcolor="#FFFFFF" class="">
<div class="">Hello George,<br class="">
<br class="">
<div class="">What package(s) are you using to handle creation of the Glossary?</div>
</div>
<div class="">If  glossaries.sty  then there is a  savewrites=true   option that can be used.</div>
<div class="">Give it a try.</div>
<div class=""><br class="">
</div>
<div class="">In your case the idea  is that you will need to use the same write channel for each chapter.</div>
<div class="">You must not issue the TeX  \newwrite  command more than once.</div>
<div class="">You may need to consult the documentation to get everything working correctly; e.g. using a different  type  for each chapter.</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Hope this helps.</div>
<div class=""><br class="">
</div>
<div class="">  Ross</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
On 27/06/2021, at 5:40, "George Tourlakis" <<a href="mailto:gt@cse.yorku.ca" class="">gt@cse.yorku.ca</a>> wrote:<br class="">
<br class="">
</div>
<div class=""></div>
<blockquote type="cite" class="">
<div class="">Hi folks,<br class="">
<br class="">
I have encountered an unfamiliar (to me) problem: <br class="">
<br class="">
I am wrapping up a text book project. Creating a single symbol index was easy but useless, as symbols were listed randomly (vis a vis page numbers).<br class="">
<br class="">
So I turned to a by-chapter symbol index (but still one that is placed at the end of the book, the symbols grouped by chapter). This time compilation halts with a "too many \write’s" error message. (I have 16 chapters, 0-15; if I try to print a by-chapter index
 for the first 7 or so chapters only, then I am OK).<br class="">
<br class="">
Any suggestions for a workaround?<br class="">
<br class="">
Thanks,<br class="">
<br class="">
Cheers<br class="">
George<br class="">
----------- Please Consult the Following Before Posting -----------<br class="">
TeX FAQ: <a href="http://www.tex.ac.uk/faq" class="">
http://www.tex.ac.uk/faq</a><br class="">
List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/TeX" class="">
https://sites.esm.psu.edu/~gray/TeX/</a><br class="">
List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" class="">
http://dir.gmane.org/gmane.comp.tex.macosx</a><br class="">
<a href="https://email.esm.psu.edu/pipermail/macosx-tex" class="">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br class="">
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" class="">
http://mactex-wiki.tug.org/</a><br class="">
List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" class="">
https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br class="">
</div>
</blockquote>
</div>

----------- Please Consult the Following Before Posting -----------<br class="">TeX FAQ: <a href="http://www.tex.ac.uk/faq" class="">http://www.tex.ac.uk/faq</a><br class="">List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/TeX/" class="">https://sites.esm.psu.edu/~gray/TeX/</a><br class="">List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" class="">http://dir.gmane.org/gmane.comp.tex.macosx</a><br class="">                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" class="">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br class="">TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" class="">http://mactex-wiki.tug.org/</a><br class="">List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" class="">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br class=""></div></blockquote></div><br class=""></div></div></body></html>