<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi Herb,<div><br></div><div>Yes, I think it is pdflatex, although I do not remember (I think I used to know, at least) why in the Typeset menu Pdftex is checked (as is LaTeX).</div><div><br></div><div>More important, I put % !TEX program = pdflatexmk as the first line of the document (I tried both before and after \document class — I used the syntax %TEX root = …, after \documentclass, with success in other files). As before, no new file other than the .nlo, but no error on executing. </div><div><br></div><div>I haven’t tried the terminal, but I wonder whether that is the most efficient way to uncover the problem. I had a quick look over the .log file for anything that would catch my eye, and did see "No file Try-nomencl.nls,” which didn’t surprise me, but I don’t know why this file failed to be produced. Maybe I should also say that I never did anything actively to set up pdflatexmk. Were it not for Overleaf, I would keep thinking that I have a syntax error vis-a-vis the nomenclature package.</div><div><br></div><div><div>
<div>Nicolae</div><div><br></div><br class="Apple-interchange-newline">

</div>
<div><br><blockquote type="cite"><div>On Feb 5, 2024, at 12:29, Herbert Schulz via MacOSX-TeX <macosx-tex@email.esm.psu.edu> wrote:</div><br class="Apple-interchange-newline"><div><div><br><br><blockquote type="cite">On Feb 5, 2024, at 11:53 AM, Nicolae Garleanu <nbgarleanu@gmail.com> wrote:<br><br>Hi,<br><br>I was trying to create a nomenclature in the article class. I followed the same procedure as described in the texshop manual on pages 37-38, with “index" replaced appropriately. I ended up with the following MWE based on an Overleaf sample file (it works in Overleaf):<br><br>------<br>\documentclass{article}<br>\usepackage[refpage]{nomencl}<br>\makenomenclature<br><br>\begin{document}<br>Here is an example:<br>\nomenclature{$V_{t,s}$}{Value function}<br><br>\printnomenclature<br>\end{document}<br>------<br><br>I typeset (using pdftex), then run makeindex, then typeset again, but I don’t get the nomenclature. Looking in the folder, I see that there is an .nlo file, but no other “new” type of file (I gathered that I should expect a .gls file). My guess is that I am not running makeindex with the correct settings, but I don’t know how to figure that out.<br><br>Nicolae<br><br>PS Once I get it running, I’ll try to get the reference page printed in a third column, also aligned, but that is a different type of "project."<br></blockquote><br>Howdy,<br><br>First, I assume you used pdflatex not pdftex since that is a latex file.<br><br>Please try using the pdflatexmk engine. Just place the line<br><br>% !TEX program = pdflatexmk<br><br>as the first line of the file and typeset using Typeset->Typeset (Cmd-T). This engine uses the latexmk script to completely typeset the document using pdflatex and is set up to take care of the proper use makeindex for the nomenclature package.<br><br>Good Luck,<br><br>Herb Schulz<br>herbs2@mac.com<br><br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: https://www.tug.org/mactex/faq/index.html<br>List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/<br>List Archives: http://dir.gmane.org/gmane.comp.tex.macosx<br>                https://email.esm.psu.edu/pipermail/macosx-tex/<br>TeX on Mac OS X Website: https://www.tug.org/mactex/index.html<br>List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex<br></div></div></blockquote></div><br></div></body></html>