如何通过\renewcommand{\maketitle}{}
或使用该titling
包排版作者下的关联?我试图得到这样的结果:
我目前拥有的
\documentclass{article}
\title{A very fancy title}
\author{John Doe\thanks{University of Doeland}}
\makeatletter
\renewcommand{\maketitle}{
\renewcommand*\footnoterule{}
{\Large\bfseries\@title}\par
\medskip
\@author\par
\medskip
\@thanks % adding \@thanks here causes the footnote to be typeset at the bottom of the page
\medskip
\hline
}
\makeatother
\begin{document}
\maketitle
\end{document}
答案1
\maketitle
是最令人困惑的命令之一。它只对重复的、应保持相同外观的冠词有意义。
我建议不要将其用于单篇论文或文章。
\documentclass{article}
\usepackage{url}
\begin{document}
\begin{center}
{\Huge\bfseries How to use a Wheelie Bin?\par\vspace{2\baselineskip}}
Walter Wombat\textsuperscript{1}, Carl Capybara\textsuperscript{2}, Bill Bobcat, Samantha Salamander, Quintus Quail, and Rusty Racoon
\par\vspace{\baselineskip}
\textsuperscript{1} University of Trash Cans\par \url{www.donotwasteyourtime.com}\par \url{[email protected]}\par
\textsuperscript{2} National Institute of Waste
\end{center}
\tableofcontents
\section{The wheels}
\section{the lid}
\end{document}