* 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.
- localghost
- Site Moderator
- Posts: 9201
- 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
\documentclass[11pt,a4paper]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{titlepage}
\centering
~
\vfill
\Huge
The Title
\vfill
\raggedleft
\normalsize
Your Name
\end{titlepage}
\end{document}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1