【转】latex 中section的标题左对齐而不是居中

在ctexart类型文章中,标题\section标题是居中的,现需要改为左对齐,需要设置如下。转自:Latex标题左对齐

\documentclass[UTF8]{ctexart}
 
\CTEXsetup[format={\Large\bfseries}]{section}
 
\title{题目}
 
\begin{document}
 
\maketitle
 
\section{标题一}
    内容
 
\section{标题二}
    内容
\end{document}
 

猜你喜欢

转载自blog.csdn.net/u_7890/article/details/82050300
今日推荐