stone-zeng / fduthesis

LaTeX thesis template for Fudan University
LaTeX Project Public License v1.3c
820 stars 207 forks source link

设置章节标题字体 #184

Closed SirCats closed 3 years ago

SirCats commented 3 years ago

请问如何设置章节标题中的英文为times new roman,现在默认好像是黑体?

stone-zeng commented 3 years ago

导言区:

\ctexset{
  chapter/format    = {\huge\normalfont\bfseries\centering},
  section/format    = {\Large\normalfont\bfseries\raggedright},
  subsection/format = {\large\normalfont\bfseries\raggedright},
}