我正在嘗試使用乳膠將標題垂直居中在自定義大小的頁面上。我寫了下面的代碼,但由於某種原因,它不居中。有人可以指出我有什麼問題嗎?垂直居中標題頁
謝謝!
\documentclass{article}
\setlength{\pdfpagewidth}{88.184mm}
\setlength{\pdfpageheight}{113.854mm}
\usepackage[margin=0.5cm, paperwidth=88.184mm, paperheight=113.854mm]{geometry}
\title{[[title]]}
\date{[[date]]}
\author{[[author]]}
\begin{document}
\vspace{\fill}
\maketitle
\vspace{\fill}
\newpage
[[text]]
\end{document}
完美,謝謝! – 2010-07-02 19:03:20