Center Text in A Page in LaTeX

May. 27, 2024

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass[a4paper]{article}
\usepackage[margin=1in]{geometry}

\usepackage{lipsum}

\usepackage[x11names]{xcolor}
\pagecolor{AntiqueWhite1}
\usepackage{showframe}

\begin{document}
	\vspace*{\fill}
	
	\lipsum[1-2]
	
	\vspace*{\fill}
\end{document}

png-1


References