我正在使用 overleaf。这是我在 main.tex 文件中的代码-
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amssymb,graphicx,hyperref,ulem,physics,enumitem,mathtools,titling}
\title{\LARGE{\textbf{The Solow Model}}}
\author{XYZ}
\date{}
\setlength{\parindent}{0pt}
\begin{document}
\maketitle
\input{Introduction}
\input{Balanced Growth Path}
\input{Solving for k, y and c}
\include{Transitional Dynamics}
\end{document}`
在 Transitional Dymanics.tex 文件中,我想创建一个标题“Transitional Dynamics”,该页面上没有作者或日期,标题与标题后的新段落之间留有合适的空间。我应该怎么做?
答案1
就像是?
\begin{center}
\LARGE{\textbf{The Solow Model}}
\end{center}