Code: Select all
name: user0:Make Nomenclature
command: makeindex %.nlo -t %.nlg -o %.nlsWhen I run the command using Tools/User/Make Nomenclature, the output is:
Code: Select all
Process started: makeindex "main".nlo -t "main".nlg -o "main".nls
This is makeindex, version 2.15 [TeX Live 2020] (kpathsea + Thai support). Scanning input file main.nlo...done (0 entries accepted, 0 rejected). Nothing written in main.nls. Transcript written in main.nlg.
Process exited normallypackages.tex file, I have these two commands:\usepackage{makeidx}
\makeindexBut, after I compile
main.tex (twice), my document compiles, main.pdf is created/compiled, but there is no index at the end.Any thoughts?