Text Formatting ⇒ Thesis writing
-
- Posts: 6
- Joined: Sat Jun 20, 2015 2:49 pm
Thesis writing
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Thesis writing
Without letting us know what you have attempted, it is difficult to answer your question. You should always post arishavharsh wrote:I am writing my thesis but unable to format the Acknowledgement, Declaration, Abstract pages having heading at the center with some empty vertical space on top.

As a probable answer,you can center the text within the
{center}
environment. You can use \vspace
to provide vertical space in the text. Have you tried them? Take a look at the snippet below:
Code: Select all
\documentclass{book}
\begin{document}
\vspace*{50mm}
\begin{center}
\bfseries Acknowledgement
\end{center}
Blah, \ldots
\end{document}
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
-
- Posts: 6
- Joined: Sat Jun 20, 2015 2:49 pm