wang-chen / thesis_template_ntu

Thesis Latex Template for Nanyang Technological University (NTU)
http://www.ntu.edu.sg
MIT License
146 stars 48 forks source link

How to make multiple lines in Hardbound-cover.tex #11

Open NamDinhRobotics opened 3 years ago

NamDinhRobotics commented 3 years ago

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,

wang-chen commented 2 years ago

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

NerdToMars commented 2 years ago

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. 🤣

NamDinhRobotics commented 2 years ago

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?

BII-wushuang commented 2 years ago

@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.

NamDinhRobotics commented 2 years ago

Great, Thank you so much, BII-wushuang,