Latex标题左对齐

时间:2021-12-30 06:37:58

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

\documentclass[UTF8]{ctexart}

\CTEXsetup[format={\Large\bfseries}]{section}

\title{题目}

\begin{document}

\maketitle

\section{标题一}
内容

\section{标题二}
内容
\end{document}

Latex标题左对齐

显示效果如上图所示