wang-chen / thesis_template_ntu

Thesis Latex Template for Nanyang Technological University (NTU)

Home Page:http://www.ntu.edu.sg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make multiple lines in Hardbound-cover.tex

NamDinhRobotics opened this issue · comments

Hi Authors,
I tried to make the multiple lines in Hardbound-cover.tex,
But it was not sussess,
Would you give me any solution?

Thanks,

This feature was developed by @NerdToMars.
Hi, @NerdToMars Could you have a look?

Hi Authors, I tried to make the multiple lines in Hardbound-cover.tex, But it was not sussess, Would you give me any solution?

Thanks,

Hi, @NamDinhRobotics , thx for your comments,
May I know what's multiple lines means? where should we put it? and why should we add it? haha, less likely we will update it, as we already graduated, but please keep this repo updated to help more poor NTU PhD or MEng. 🤣

Hi, thanks for your answers,
I want to make multiple lines like this,
"I want multiple like, I want multiple like,
I want multiple like, I want multiple like "

now it has the only format as:
"I want multiple like, I want multiple like, I want multiple like, I want multiple like "

I tried using "\" , but was not successful :D, DO you have any solution?

@NamDinhRobotics,
You can try changing the line \put((21cm-\widthof{\textbf{\Large\ttitle}})/2,14){{\Large\textbf{\ttitle}}} to the following:

\put((21cm-\widthof{\textbf{\Huge{Line 1}}})/2,14){{\Huge\textbf{Line 1}}}

\put((21cm-\widthof{\textbf{\Huge{Line 2}}})/2,12.5){{\Huge\textbf{Line 2}}}

where "Line 1" and "Line 2" are your title lines.

Great,
Thank you so much, BII-wushuang,