答案1
以下是使用 来实现此目的的一种方法titlesec
。*
in\titlespacing
可抑制章节开头的缩进。
\documentclass{book}
\usepackage{titlesec, graphicx, geometry, titlecaps}
%Chapter Headers%
\titleformat{\chapter}[display]{}{\normalfont\Large\scshape\titlecap{\chaptertitlename}\enspace\scalebox{1.8}{\thechapter}\filright} {8ex}{\Huge\bfseries\sffamily\filleft}[{\titlerule[1pt]}]
\titlespacing*{\chapter}{0pt}{30pt}{20pt}
\begin{document}
\chapter{Introduction}
\end{document}