我想使用命名法,但一旦我输入命名法,它就不会出现在文档中,我只得到了一个空白的方块,而通常应该是我的命名法
\documentclass[review]{elsarticle}
\DeclareGraphicsExtensions{.pdf,.gif,.jpg}
\usepackage{lineno,hyperref}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{cclicenses}
\usepackage{caption}
\usepackage{lscape}
\usepackage{natbib}
\usepackage{subcaption}
\usepackage{framed} % Framing content
\usepackage{nomencl} % Nomenclature package
\makenomenclature
\setlength{\nomitemsep}{-\parskip} % Baseline skip between items
\modulolinenumbers[5]
\begin{document}
\begin{abstract}
c
c
c
c
c
c
\end{abstract}
\linenumbers
\section{Introduction}
c
c
c
c
c
\begin{framed}
\mbox{}
\nomenclature{$R$}{Radius blade}
\nomenclature{$C_p$}{Power coefficient}
\nomenclature{$I_r$}{Third item}
\printnomenclature
\end{framed}
c
c
c
\end{document}