我想要什么:
chapter one
introduction
我已经拥有的:
chapter one introduction
我使用的代码:
\begin{document}
\newpage
\renewcommand*\contentsname{List of Content}
\addcontentsline{toc}{chapter}{List of Content}
\tableofcontents
\chapter{Introduction}
\pagenumbering{arabic}
\input{chapters/introduction}
% \newpage
\renewcommand{\bibname}{References}
\bibliographystyle{myunsrt}
\bibliography{../allReferences}
\end{document}
答案1
这应该可以实现你想要的效果:
\usepackage{fmtcount}
\usepaclage{titlesec}
\titleformat{\chapter}[display]{\huge\filright}{\chaptername \Numberstring{chapter}}{2ex}{}
当然,您可以根据需要调整字体大小和垂直间距。
如果有未编号的章节,则需要使用默认样式为它们添加不同的格式hang
:
\titleformat{name=\chapter, numberless}{\huge\filright}{}{0ex}{}