我不知道为什么我的标题页上除了作者名字之外什么都没有。我使用\documentclass[12pt]{uvamath}
我大学的
\title{Title}
\what{Blabla paper}
\author{Person}
\supervisors{Person1}
\secondgrader{Person2}
\begin{document}
\selectlanguage{english}
\maketitle
并且标题页没有作者,尽管第二页上包含所有数据的小块完好无损。
我之前的唯一几行看起来像:
\documentclass[12pt]{uvamath}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[pdfborder={0 0 0}]{hyperref}
\usepackage{amsmath,amscd}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{color}
\usepackage[all]{xy}
\usepackage{enumerate}
\usepackage{tikz}
\usetikzlibrary{matrix,arrows,decorations.pathmorphing,calc}
%\usepackage{mathtools}
\usepackage{lpic}
\usepackage{fullpage}
\usepackage[mathscr]{euscript}
\usepackage[utf8]{inputenc}
\usepackage{mathrsfs}
\pagenumbering{roman}
\bibliographystyle{alpha}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
答案1
我编译了这个,从以下位置下载在此处输入链接描述
\documentclass[12pt]{uvamath}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[pdfborder={0 0 0}]{hyperref}
\usepackage{amsmath,amscd}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{color}
\usepackage[all]{xy}
\usepackage{enumerate}
\usepackage{tikz}
\usetikzlibrary{matrix,arrows,decorations.pathmorphing,calc}
%\usepackage{mathtools}
\usepackage{lpic}
\usepackage{fullpage}
\usepackage[mathscr]{euscript}
\usepackage[utf8]{inputenc}
\usepackage{mathrsfs}
\pagenumbering{roman}
\bibliographystyle{alpha}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
\title{Title}
\what{Blabla paper}
\author{Person}
\supervisors{Person1}
\secondgrader{Person2}
\begin{document}
\selectlanguage{english}
\maketitle
\end{document}
并产生
我觉得还可以。