好的,我仍在为我的论文格式化各种列表,并已弄清楚如何正确设置图表列表的格式。我使用的自定义页面样式如下:
% List of Figures
\copypagestyle{asu-lof}{asu}
\makeevenhead{asu-lof}{Figure}{}{Page}
\makeoddhead{asu-lof}{Figure}{}{Page}
\copypagestyle{asu-lof-init}{asu}
\makeevenhead{asu-lof-init}{}{\printchaptertitle{\listfigurename}}{}
\makeoddhead{asu-lof-init}{}{\printchaptertitle{\listfigurename}}{}
\renewcommand{\lofheadstart}{}
\renewcommand{\printloftitle}[1]{}
\renewcommand{\afterloftitle}{
\thispagestyle{asu-lof-init}
Figure\hfill Page\par
}
在我的主 tex 文件中,我为列表声明了一个新的浮动环境:
\newfloat[chapter]{listing}{lol}{Listing}
我的整体模板是基于回忆录的。我的问题如下:是否有与命令\lofheadstart
和\printloftitle
命令类似的命令\lstlistoflistings
?