Theses, Books, Title pagesSupervisor name display in two lines on the front page

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Supervisor name display in two lines on the front page

Post by templateuser »

Hi,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Supervisor name display in two lines on the front page

Post by Vel »

Hey,

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Supervisor name display in two lines on the front page

Post by templateuser »

Wow, it solved my problem. Thank you so much Vel. You are very supportive, I am very appreciated your helps to make my thesis done beautifully with Latex.

yellow_tulip_84
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Supervisor name display in two lines on the front page

Post by Vel »

No problem :) Good luck with the thesis!
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply