Created
December 7, 2014 00:21
-
-
Save thomasantony/feb05e9a26f8c08bd786 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Place in ~/Library/TexShop/Engines | |
# LatNomLat.engine | |
bfname=$(dirname "$1")/"`basename "$1" .tex`" | |
makeindex "$bfname".nlo -s nomencl.ist -o "$bfname".nls | |
done | |
pdflatex "$1" | |
# pdflatex "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment