<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">What changes to the “pdflatexmk.engine" or the “latexmkrcedit" file might be needed, if any, in order to run “makeindex" from within a “memoir" document class .tex source so as to create a glossary (along with  an ordinary index)? Or is there an issue with the used “imakeidx” package itself or the way I’m using it?<div class=""><br class=""></div><div class="">Note that I’m using the built-in glossary facilities of the memoir class, and *not* the external package “glossaries”.</div><div class=""><br class=""></div><div class="">Below is the source, which when the pdflatexmk engine is run from within TeXShop, creates an *empty* file glossary.idx — hence no glossary appears in the resulting .pdf.</div><div class=""><br class=""></div><div class=""><div class="">    \documentclass{memoir}</div><div class="">    </div><div class="">    \usepackage{amsmath}</div><div class="">    </div><div class="">    \usepackage[makeindex]{imakeidx}</div><div class="">    \makeindex[options=-s indexheaders]</div><div class="">    \makeglossary[glossary]</div><div class="">    \makeindex[name=glossary,title=Index of notation,options=-s glossarystyle.gst -o book.gls book.glo]</div><div class="">    </div><div class="">    \begin{document}</div><div class="">    </div><div class="">    The empty set is denoted by $\emptyset$.%</div><div class="">    \index{empty set!notation}</div><div class="">    \glossary[glossary]{$\emptyset$}{empty set}</div><div class="">    </div><div class="">    The set of all subsets of a set $X$ is denoted by $\mathcal{P}(X)$.%</div><div class="">    \index{power set}</div><div class="">    \glossary[glossary]{$\mathcal{P}(X)$}{power set of set}</div><div class="">    </div><div class="">    \newpage</div><div class="">    </div><div class="">    For sets $X$ and $Y$, the notation $f \colon X \to Y$ means that $f$ is a functions from $X$ to $Y$.%</div><div class="">    \index{function!notation}</div><div class="">    \glossary[glossary]{$f \colon X \to Y$}{function from one set to another}.</div><div class="">    </div><div class="">    \printindex</div><div class="">    \printglossary[glossary]</div><div class="">    </div><div class="">    \end{document}</div></div><div class=""><br class=""></div><div class="">This query is related to what I’ve posted a:t <a href="http://tex.stackexchange.com/questions/321597/how-run-makeindex-inside-memoir-class-document-for-glossary" class="">http://tex.stackexchange.com/questions/321597/how-run-makeindex-inside-memoir-class-document-for-glossary</a> .</div><div class="">At least I’ve progressed to the point that running the pdflatexmk engine no longer produces an error — just no glossary at all!</div><div class=""><br class=""></div><div class=""><div class="">
---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>
<br class=""></div></body></html>