※ 引述《hau (小豪)》之铭言:
谢谢网友答复。
我加上 \titlecontents 变下面:
\setCJKmainfont[AutoFakeBold=2.5,AutoFakeSlant=.4]{cwyen.ttf}
\usepackage{titlesec}
\usepackage{titletoc}
\usepackage{CJKnumb}
\renewcommand{\contentsname}{目录}
\titlecontents{chapter}[0pt]{\vspace{.5\baselineskip}\nromal}
{第\CJKnumber{\thecontentslabel}章\quad}{}
{\hspace{.5em}\titlerule*[10pt]{$\cdot$}\contentspage}
\titleformat{\chapter}{\lefting\huge\normal}{第\,\CJKnumber{\thechapter}\,章
}{1em}{}
\titleformat{\section}{\lefting\LARGE\normal}{\thesection}{1em}{}
\usepackage{etoolbox}
\apptocmd{\appendix}{
\titleformat{\chapter}{\lefting\Huge\normal}{\appendixname\thechapter}{1em}
{}
}{}{}
\renewcommand\appendixname{附录}
\tableofcontents
但是在“目录”中,附录的地方出现之前的“第A零章”,怎么改?