Hello,
how can I put the text in the centre of the page? (not the line, so not: \begin{center} \end{center} )
Thank you!
Text Formatting ⇒ Text in the centre of the Page (not the line)
Text in the centre of the Page (not the line)
Last edited by ffarr on Tue May 03, 2011 5:11 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Text in the centre of the Page (not the line)
A very basic structure of a control mechanism could look like this.
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
First page
\clearpage
~
\vfill
Second page with vertically centered text
\vfill
~
\clearpage
Third page
\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10