Latex使\section中的内容左对齐

在\begin{ducoment}前加上下面的代码:


\makeatletter %使\section中的内容左对齐
\renewcommand{\section}{\@startsection{section}{1}{0mm}
  {-\baselineskip}{0.5\baselineskip}{\bf\leftline}}
\makeatother

如果想去掉\section中自带的标号可以使用如下命令格式:
\section*{标题}

你可能感兴趣的:(Latex)