可能在其他课程中也是如此。排版如下,所有内容都会聚集在页面顶部:
\documentclass{memoir}
\usepackage{marginfix}
\pretitle{\noindent\raggedright\begin{adjustwidth*}{0sp}{39bp}\fontsize{24bp}{24bp}\selectfont\MakeUppercase}
\posttitle{\end{adjustwidth*}}
\preauthor{\unskip\noindent\raggedright\normalfont\fontsize{16bp}{24bp}\selectfont\bfseries\MakeUppercase}
\postauthor{\par}
\date{}
\newcommand{\setpublisher}{\relax}
\newcommand{\publishers}[1]{\renewcommand{\setpublisher}{#1}}
\predate{\vspace*{\stretch{1}}\par\noindent\raggedright\noindent\normalfont\fontsize{12bp}{24bp}\MakeUppercase\setpublisher}
\postdate{\thispagestyle{empty}\clearpage}
\begin{document}
\title{Title goes here}
\publishers{Publishing information here}
\author{Author Name}
\maketitle
\end{document}
注释掉该marginfix
包,发布者数据就会正确地移到底部。
有什么建议吗?