I am trying to make a single page 'Acknowledgment' with three to four lines. I want the word - Acknowledgment to be centered but 10 cm below from the top of the page. What should be the syntax?
Please help.
Thanks!
General ⇒ How to create desired blank space
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
How to create desired blank space
This is quite simple. After the contents of the preceding page you insert the desired vertical space followed by your acknowledgements.
I already took into account that there is a top margin. So there's a little less vertical space than 10cm needed. Moreover, the center environment produces space above and below its contents.
Best regards
Thorsten¹
Code: Select all
...
\newpage
\vspace*{8cm}
\begin{center}
\Large
Acknowledgements
\end{center}
The thanks to the people and your appreciations are placed here.
...
\newpage
Best regards
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
Re: How to create desired blank space
You are the man!
Thanks!
Thanks!