Title

Title #

Author: Erhua

Keywords: Title

In this section, we will discuss the title of a document.

The title of an article can be divided into two parts: the declaration of the title and the display of the output title.

Each title consists of the title, author, and date.

Example:

\documentclass[]{article}
\usepackage{ctex}
--- or use the following method to define the format of the date
\ctexset{today=big}
---
% \CTEXoptions [today = big]
%\CTEXoptions [today = small]
\CTEXoptions [today = old] % The ctex package is used to set the display mode of Chinese dates
\title{八卦、\六十四卦}
\author{LiErhua \and 李二花} % Use "and" to separate multiple authors
\date{\today}
\begin{document}
\maketitle % Output title items
\end{document}

If a document, such as a graduation thesis, has a title page, it is recommended to use the titlepage environment for manual typesetting.

\begin{titlepage}
Title content
\end{titlepage}

Further reading:

Wilson package documentation