作者hau (小豪)
看板LaTeX
标题Re: [问题] 有关中文变粗体
时间Fri Aug 24 22:28:19 2018
※ 引述《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零章」,怎麽改?
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 175.180.207.5
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1535120902.A.C5D.html
1F:→ andrew43: 你期待的结果应是怎样? 08/25 00:25
2F:→ hau: 目录的那边,应该出现「附录 A」 08/25 00:48
3F:→ sppmg: 你 \apptocmd 里面没 \titlecontents(参考下我的 code) 08/25 14:19