\usepackage{mfirstuc}
\titleformat{\section}
{\normalfont\Large\bfseries}{\thesection}{1em}{\capitalisewords}
如果想要使用全大写,则有
\usepackage{mfirstuc}
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{1em}{\MakeUppercase}
博客介绍了LaTeX中标题格式的设置方法。使用\\usepackage{mfirstuc},通过\\titleformat可对标题样式进行调整,若想标题首字母大写,可使用\\capitalisewords;若要全大写,则使用\\MakeUppercase。
\usepackage{mfirstuc}
\titleformat{\section}
{\normalfont\Large\bfseries}{\thesection}{1em}{\capitalisewords}
如果想要使用全大写,则有
\usepackage{mfirstuc}
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{1em}{\MakeUppercase}
813
1142
1077
6135
2813

被折叠的 条评论
为什么被折叠?