Input index file $makeindex fronty.nlo -s nomencl.ist -o fronty.nls not found.
Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
I checked the different posts and tried inputting :
makeindex 〈myfilename〉.nlo -s nomencl.ist -o〈myfilename〉.nls
in Edit->Preferences->Compilation of TexWork, but still get the same error.
Could anyone please help me out?
My script for the nomenclature part is :
Code: Select all
\documentclass[a4paper,preprint,11pt,authoryear]{elsarticle}
\usepackage{graphicx}
\usepackage{array,multirow,booktabs}
\usepackage{amssymb,amsthm,amsmath,mathtools}
\usepackage[]{breqn}
\usepackage{caption}
\usepackage{lineno}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{epstopdf}
\usepackage[noprefix,compatible]{nomencl}
\makenomenclature
\begin{document}
\section{Nomenclature }
\subsection{List of Symbols}
\nomenclature[A,01]{${c}_p$}{Food material heat capacity}
\nomenclature[A,02]{$c_{pf}$}{Fully frozen food material heat capacity}
\printnomenclature
\end{document}