I would like to add the title of a document that is an appendix. How can I do it? If I run this code, the title is not displayed.
\documentclass[10 pt,a4paper,oneside,openany]{article}
\begin{document}
\title{Title\footnote{Disclaimer.}}
\author{XX\thanks{University.}}
\begin{appendix}
\section{The game}
\label{unilateral}
blah
\end{appendix}
\end{document}
\maketitlein order for\title(and friends) to be realised. – Werner May 11 '16 at 20:03\maketitleanswers your question? If so, then this is a possible duplicate: Title does not appear when LaTeX code is compiled – Werner May 11 '16 at 20:2610 pt. Or omit the whole thing since it is default. – Johannes_B May 12 '16 at 06:56