作者hau (小豪)
看板LaTeX
标题Re: [问题] 有关中文变粗体
时间Sat Aug 25 23:12:28 2018
※ 引述《hau (小豪)》之铭言:
: ※ 引述《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}{
\ifzh{
\titleformat{\chapter}{\lefting\Huge\normal}{\appendixname\thechapter}{1em}
{} % 改章首
\titlecontents{chapter} % 改目录
[\tocNumSpaceC@Before]
{\tocStyleChapterAboveApp}
{\tocStyleChapterFont\makebox[\tocNumSpaceC@Total][l]{\thecontentslabel@chapter@app}}
{\tocStyleChapterFont}
{\tocStyleChapterFiller}
\@mainmattertrue % \appendix 置於 \backmatter 之後
}{}{}
\renewcommand\appendixname{附录}
\tableofcontents
请问 sppmg
是如上的 \titlecontents{chapter} 对吧,我不大懂当中参数的意思,
可以请您以一个范例,简单说明参数的意思吗?谢谢。
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 123.204.173.55
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1535209951.A.207.html
1F:→ sppmg: 呃,你就清掉我的参数,照手册打。我只是要说你 08/26 15:59
2F:→ sppmg: \apptocmd 漏了 \titlecontents 08/26 16:00