在文中使用了附录,文中标题为 附录A xxxxx。在目录中显示附录 第一章 xxxxx
```markdown
\documentclass[a4paper,10pt]{ctexart}
\usepa...
在文中使用了附录,文中标题为 “附录A xxxxx”。在目录中显示“附录 第一章 xxxxx”
```markdown
\documentclass[a4paper,10pt]{ctexart}
\usepackage{titlesec}
\usepackage[titletoc]{appendix}
\ctexset{
section={
name = {第,章},
number = \chinese{section},
format = \heiti\zihao{-2}\bfseries\centering
},
subsection={
format = \heiti\zihao{-3}\bfseries
},
subsubsection={
format = \heiti\zihao{-4}\bfseries
}
}
\begin{document}
\tableofcontents
\newpage
\section{测试1}
1111111111
\section{测试2}
111111111
\titleformat{\section}[hang]
{\normalfont\zihao{-2}\heiti\bfseries\centering}{附录~\Alph{section}}{12pt}{\zihao{-2}\heiti}
\begin{appendices}
\renewcommand{\thesection}{\Alph{section}}
\section{第一个附录}
附录附录附录
\section{第二个附录}
附录附录附录
\end{appendices}
\end{document}
```
如何实现目录中也是"附录A XXXX"的样式
一周热门 更多>