作者hau (小豪)
看板LaTeX
标题Re: [问题] 有关中文变粗体
时间Fri Aug 24 21:50:16 2018
※ 引述《hau (小豪)》之铭言:
: ※ 引述《hau (小豪)》之铭言:
: : 我是用 xelatex
: : 并用了圆体
: : \setCJKmainfont{cwyen.ttf}
: : 请问怎麽变粗体字?(还是说没办法,我只能变换字型)
: : 我试过
: : \textbf
: : \bold
: : \bfseries
: : 都不行……
: 最後我用下面这个,成功了
: \setCJKmainfont[AutoFakeBold=2.5,AutoFakeSlant=.4]{cwyen.ttf}
: 但是有个问题,
: 我当初用
: \chapter{ }
: \section{ }
: 当中的字也自动变粗体了,\chapter,\section,我不要粗体,怎麽改呢?
谢谢网友答覆。
我用下面这样
\setCJKmainfont[AutoFakeBold=2.5,AutoFakeSlant=.4]{cwyen.ttf}
\usepackage{titlesec}
\usepackage{titletoc}
\usepackage{CJKnumb}
\renewcommand{\contentsname}{目录}
\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
但是在「目录」中,
「章」的名称仍然是粗体,「附录」的地方也是,
请问怎麽改目录中「章」、「附录」的字体。
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 175.180.207.5
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1535118619.A.99B.html
1F:→ andrew43: 要改目录中的样式可用titletoc 08/24 21:55