如何在符号(命名法)标题列表下制作粗体水平线?

如何在符号(命名法)标题列表下制作粗体水平线?

我想在符号(命名法)列表下放置线条,使其更具特色。我该怎么做?我想实现这样的效果在此处输入图片描述

答案1

您可以尝试:

\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\begin{document}

\centering\renewcommand{\nomname}{List of Symbols

\hfill
\hline
\smallskip
\hline
\hfill
}

\nomenclature{A(T_{n})}{Alternate triangular snake}

\printnomenclature
\end{document}

在此处输入图片描述

相关内容