Theses, Books, Title pages ⇒ Supervisor name display in two lines on the front page
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Supervisor name display in two lines on the front page
I have problem with the "Supervisor" field. Since my supervisor's name is 5 words long (including title Prof.), the font page display Author name in one line and Supervisor name in 2 separate lines, the second line display 5th word. I am asking for your helps whether it is possible to adjust the indent of the line "Authoer and Supervisor" shift to left hand side a bit so that there is enough room for the whole name fully display.
Eg: Prof. Nguyen Phuong MATTIA BARNABA
Thanks in advance.
yellow_tulip_88
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Supervisor name display in two lines on the front page
Under the
TITLE PAGE
block in main.tex
, change the second \begin{minipage}{0.4\textwidth} to \begin{minipage}{0.59\textwidth}
. This is the one that houses the \supname
command, you're expanding it from 0.4 of the page to 0.59 which makes your supervisor's name fit!Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Supervisor name display in two lines on the front page
yellow_tulip_84
Re: Supervisor name display in two lines on the front page
