ラテックスを使用したカスタムサイズのページでタイトルを垂直方向に中央揃えにしようとしています。以下のコードを書いたのですが、なぜか中央にずれます。誰かが私にそれの何が問題なのか教えてもらえますか?
ありがとう!
\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}