* I am using Mixtex / TeXnic
I need help making a title page that has the title in the middle of the page and my name in the bottom right hand corner. Any ideas how I can do this?
Page Layout ⇒ Title Page Help
Title Page Help
Last edited by bpetersen on Wed Sep 22, 2010 2:04 am, 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
Title Page Help
Use the titlepage environment.For the »report« class it is turned on by default.
Best regards and welcome to the board
Thorsten
Code: Select all
Code, edit and compile here:
\documentclass[11pt,a4paper]{report}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\begin{document}\begin{titlepage}\centering~\vfill\HugeThe Title\vfill\raggedleft\normalsizeYour Name\end{titlepage}\end{document}
Best regards and welcome to the board
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