模板显示的图目录序号和章节序号一样,直接是数字序号1.1,2.1。如下, ![](https://pics.latexstudio.net/data/images/202003/664dc495cb2366c.png) 可以变成图1-1,图2-1这样的序号吗?如下,![](https://pics.latexstudio.net/data/images/202003/5247f29399532c9.png) mwe如下, ![](/static/images/ext/rar.gif)目录格式.rar 感谢!

1 回答1

1
更改 document.tex 如下 ```tex % 用 xelatex 编译 \documentclass[UTF8,openright]{ctexbook} \usepackage{pdfpages} \newcommand{\RELESE}{} % 非盲审版本 \newcommand{\NOMARK}{} % 删除自用标记 \newcommand{\SIGNED}{} % 声明页前面 \ifdefined\RELESE \newcommand{\ssinfo}[1]{#1} \else \newcommand{\ssinfo}[1]{} \fi % 论文版面要求: % 统一按 word 格式A4纸(页面设置按word默认值)编排、打印、制作。 % 正文内容字体为宋体;字号为小4号;字符间距为标准;行距为25磅(约0.88175cm)。 % 页面设置 \usepackage[a4paper,top=2.54cm,bottom=2.54cm,left=3.17cm,right=3.17cm,includehead,includefoot]{geometry} \setlength{\parindent}{2em} \setlength{\parskip}{0.5em} % 章节 标题 设置 \ctexset{ contentsname={\centerline{目\ 录}}, listfigurename={\centerline{插\ 图}}, listtablename={\centerline{表\ 格}}, bibname={}, chapter={ name={第,章}, number=\chinese{chapter}, nameformat={\zihao{3}\bfseries}, titleformat={\zihao{3}\bfseries}, beforeskip={-10pt}, afterskip={20pt} }, section={ format=\raggedright, nameformat={\zihao{4}\bfseries}, titleformat={\zihao{4}\bfseries}, afterskip={1ex plus 0.2ex} }, subsection={ format=\raggedright, nameformat={\zihao{-4}\bfseries}, titleformat={\zihao{-4}\bfseries}, afterskip={0.5ex plus 0.1ex} } } % 中英文字体 \setmainfont{Times New Roman} \setCJKfamilyfont{STSong}{STZhongsong}\newcommand{\STSong}{\CJKfamily{STSong}} \setCJKmonofont{STKaiti}% mac 下面仿宋是坏的 \input{mydefs.tex} % 浮动图表的标题 \usepackage[margin=2em,labelsep=space,skip=0.5em,font=normalfont]{caption} \DeclareCaptionFormat{mycaption}{{\heiti\color{blue} #1}#2{\kaishu #3}} \captionsetup{format=mycaption,tablewithin=chapter,figurewithin=chapter} % 2020-03-22 add by OsbertWang for https://wenda.latexstudio.net/q-1933.html \renewcommand{\thefigure}{\arabic{chapter}-\arabic{figure}} \renewcommand{\cftfigpresnum}{图 } \renewcommand{\cftfigaftersnum}{} \newlength{\extralen} \settowidth{\extralen}{\cftfigpresnum\cftfigaftersnum} \addtolength{\cftfignumwidth}{\extralen} % 其他 \usepackage{ulem} \usepackage{caption} \usepackage{mathrsfs} \usepackage{multirow} \usepackage{url} \def\ULthickness{1pt} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 在编译前替换掉 u0008 字符 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifmacosx \immediate\write18{sh u0008.sh} \fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% ===== 格式 \input{sty/format.tex} \zihao{-4} %------------------ 盲审敏感信息 ------------------------ \ifdefined\RELESE \csupervisor{xx} \cauthor{xx} \def\ccauthor{xx} \studentid{xx} \esupervisor{xx} \eauthor{xx} \else \csupervisor{} \cauthor{} \def\ccauthor{} \studentid{} \esupervisor{} \eauthor{} \fi %------------------------------------------------------- % 中文封面信息 \graduateyear{2020} % 毕业年份 % \class{O175.29; TP311.1} % 分类号 \class{} % 分类号 \ctitle{\uline{xx}} \def\cctitle{xx} % 在原创性声明中使用, 不能出现手工换行 \caffil{xx} \cmajor{xx} % 计算数学 \cdirection{xx} % 数值代数 \cdate{2020 年 5 月} % 英文封面信息 \etitle{xx} \eaffil{xx} \emajor{xx} \edirection{xx} \edate{May, 2020} % 生成封面 %\newgeometry{top=2.0cm,bottom=2.0cm,left=2.5cm,right=2.5cm} %{ %\renewcommand{\baselinestretch}{1.6} %\makecover %} % % 原创性声明与著作权使用声明 % \ifdefined \SIGNED % \includepdf{fig/signed.pdf} % \else % \include{info/Declaration} % \fi % \clearpage{\pagestyle{empty}\cleardoublepage} % % 答辩委员会成员 % \include{info/Committee} % \clearpage{\pagestyle{empty}\cleardoublepage} %\frontmatter %% 中文摘要 %\thispagestyle{plain} %\include{info/abs_cn} %\clearpage % %% 英文摘要 %\thispagestyle{plain} %\include{info/abs_en} %\clearpage\cleardoublepage % { \hypersetup{linkcolor=black} % 生成目录 \newpage \setcounter{tocdepth}{1} \phantomsection \addcontentsline{toc}{chapter}{目录} \tableofcontents \newpage \phantomsection \addcontentsline{toc}{chapter}{图目录} { % \renewcommand{\addvspace}[1]{}% 可以删除章节空隙 \listoffigures } \newpage \phantomsection \addcontentsline{toc}{chapter}{表目录} { % \renewcommand{\addvspace}[1]{}% 可以删除章节空隙 \listoftables } } % 正文部分 \mainmatter \linespread{1.4}\selectfont %\setlength{\baselineskip}{0.88175cm} \chapter{AA} \section{A} \begin{figure}[htb] \centering \includegraphics[width=0.8\linewidth]{sty/ecnu_logo} \caption{A} \label{fig:meagate} \end{figure} \chapter{BB} \section{B} \begin{figure}[htb] \centering \includegraphics[width=0.8\linewidth]{sty/ecnu_logo} \caption{B} \label{fig:meagate} \end{figure} %\chapter*{参考文献} %\addcontentsline{toc}{chapter}{参考文献} %\bibliographystyle{plain} %\bibliography{reference} % % % % % % %\ssinfo{ %% % 致谢 %\input{info/thanks.tex} %\clearpage %% {\pagestyle{empty}\cleardoublepage} %} % %% % 研究成果 %\input{info/research.tex} %\clearpage %\cleardoublepage %% {\pagestyle{empty}\cleardoublepage} \end{document} ```

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。