<div dir="ltr">Hello,<div><br></div><div>I'm hoping you can provide some assistance with a persistent problem. I'm using TeXShop on a Mac, which was working great until I tried to make a list of symbols at the end of my document. Following instructions on <a href="http://tex.stackexchange.com">tex.stackexchange.com</a>, I made a file with the code shown below and placed it in my project's home directory in Library\TeXShop\Engines. When trying to typeset using the Nomenclature option, I get a blank console and the entire program freezes, requiring me to force quit. If you have any idea how to fix this issue, I would greatly appreciate it!</div><div><br></div><div>Thank you,</div><div>Debbie Hutchinson</div><div><br></div><div><br></div><div><div>#!/bin/sh</div><div><br></div><div>bfname=$(dirname "$1")/"`basename "$1" .tex`"</div><div>makeindex "$bfname".nlo -s nomencl.ist -o "$bfname".nls</div></div></div>