我正在撰写论文,章节、部分和小节的说明如下。
- Chapter heading :All Capital—14 Font size, Bold
- Section heading :Title case-12 Font size, Bold
- Sub-section heading :Sentence case-12 Font size, Bold
- Body text :Sentence case - 12 Font size
此外,我还有“小节”。我正在尝试使用来实现这些titlesec
。我的问题是如何将章节标题大写?如何实现“标题大小写”和“句子大小写”?提前致谢。
\usepackage{titlesec}
\titleformat{\chapter}{\normalfont\large\bfseries}{\thechapter}{14pt}{\large}
\titleformat{\section}
{\normalfont\bfseries}{\thesection}{12pt}{}
\titleformat{\subsection}
{\normalfont\bfseries}{\thesubsection}{12pt}{}
\titleformat{\subsubsection}
{\normalfont\bfseries}{\thesubsubsection}{12pt}{}