答案1
这里有一些可以帮助您开始使用的东西titlesec
。
\documentclass{report}
\usepackage{titlesec}
\renewcommand{\thechapter}{\arabic{chapter}}
\titleformat{\chapter}[display]
{\titlerule[2pt]
\vspace{4ex}\bfseries\sffamily\large}
{\filleft\Huge\thechapter}
{2ex}
{\filleft}
\begin{document}
\chapter{Introduction}
\end{document}