Skip to content

Commit 8c705a1

Browse files
committed
Merge branch 'NerdToMars-master'
2 parents fadf4f2 + b3f30ac commit 8c705a1

File tree

3 files changed

+19
-25
lines changed

3 files changed

+19
-25
lines changed

Hardbound-cover.pdf

173 KB
Binary file not shown.

Hardbound-cover.tex

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,10 @@
2121
%SOFTWARE.
2222
\documentclass{article}
2323
\usepackage{pgfornament}
24-
% \usepackage[english,greek]{babel}
2524
\pagestyle{empty}
2625
\usepackage{tikz}
2726
\usepackage[calc]{picture}
2827
\usetikzlibrary{decorations.fractals}
29-
\usepackage{xstring}
30-
\makeatletter
31-
% first, need to fix a bug in xstring:
32-
\@xs@newmacro\IfDecimal{}{1}{0}{%
33-
\@xs@formatnumber{#1}\@xs@reserved@A
34-
\decimalpart\z@
35-
\afterassignment\@xs@defafterinteger\integerpart\@xs@reserved@A\relax\@xs@nil
36-
\expandafter\@xs@testdot\@xs@afterinteger\@xs@nil
37-
\ifx\@empty\@xs@afterdecimal\expandafter\@firstoftwo\else\expandafter\@secondoftwo\fi}
38-
39-
\newcommand*\ExtractLeadingNumber[1]{%
40-
\IfBeginWith{#1}{ }{\StrBehind{#1}{ }[\temp@@]}{\def\temp@@{#1}}%
41-
\IfDecimal\temp@@{#1}{\StrBefore{#1}\@xs@afterdecimal}%
42-
}
43-
\newcommand*\ExtractTralingNonDigits[1]{%
44-
\IfBeginWith{#1}{ }{\StrBehind{#1}{ }[\temp@@]}{\def\temp@@{#1}}%
45-
\IfDecimal\temp@@{}\@xs@afterdecimal
46-
}
47-
\makeatother
4828

4929
\newcommand*{\university}[1]{\def\univname{#1}}
5030
\newcommand*{\department}[1]{\def\deptname{#1}}
@@ -53,13 +33,15 @@
5333

5434
% ---- configure layout ----
5535
\usepackage[papersize={,297mm}, strictheight=false,topmargin=0mm, botmargin, flap=0mm, textwidth=210mm, spine=9mm, cropmarks, cropframe, croptitle=MAE thesis]{zwpagelayout}
56-
\usepackage{rotating}
36+
% \usepackage{rotating}
37+
\usepackage[counterclockwise]{rotating}
38+
5739
\linespread{1}
5840

5941
% ---- configure name -----
6042
\department{\Large School of Mechanical and Aerospace Engineering}
61-
\thesistitle{\textbf{Smart Three-Dimensional Machine Vision}}
62-
\authors{\Large }
43+
\thesistitle{\LARGE The Greatest Thesis in the World}
44+
\authors{\Large Author Name}
6345

6446
\begin{document}
6547
\hbox to \textwidth{%
@@ -68,15 +50,20 @@
6850

6951
%-------------------------- spine ------------------------------
7052
\vbox to \textheight{\hsize \CropSpine \vfill \centering
71-
\begin{sideways}\hspace{-0.5cm}\Large \the\year\hspace{2cm} \authornames{} \hspace{3cm}{\ttitle} \end{sideways}\vfill}\hss
53+
\begin{sideways}
54+
\hspace{-0.5cm}\LARGE\ttitle
55+
\hspace{2cm} \authornames{}
56+
\hspace{3cm}{\Large \the\year}
57+
\end{sideways}
58+
\vfill}\hss
7259

7360
%-------------------------- cover page ---------------------------------
7461
\vbox to \textheight{\hsize \UserWidth \centering \vspace{0cm}
7562
\setlength{\unitlength}{1cm}
7663
\begin{picture}(22,27)
7764
\put(4.5,18){\includegraphics[width=12.8cm]{Styles/ntu_logo.png}}
7865
% \put(8,15) {{\Large Nanyang Technological University}}
79-
\put((21cm-\widthof{\LARGE \ttitle})/2,14){{\LARGE \ttitle}}
66+
\put((21cm-\widthof{\textbf{\Large\ttitle}})/2,14){{\Large\textbf{\ttitle}}}
8067
\put((21cm-\widthof{\textbf{\deptname{}}})/2,4) {\textbf{\deptname{}}}
8168
\put((21cm-\widthof{\textbf{\authornames{}}})/2,5) {\textbf{\authornames{}}}
8269
\put((21cm-\widthof{\textbf{\Large \the\year}})/2,3){\textbf{\Large \the\year}}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ Author: [Chen Wang](https://wang-chen.github.io)
77

88
## Usage:
99

10+
### Main thesis
1011
Please change your name, title, and school in the file of Thesis.cls
12+
13+
### Hard-cover binding (Not recommend do this by yourself)
14+
Midify the hardbound-cover.tex
15+
You may not need to do this by yourself if you follow the [Format](https://www.ntu.edu.sg/sasd/oas/ge/Documents/FormatofThesis_Sample_Oct2017.pdf). Just ask the stuff to follow the NTU 'standard'.
16+
if your need hard-binding in 7 days, just send your thesis to [ultrasupplies](https://www.ultrasupplies.com.sg/solutions/book-binding/hard-cover-binding), and confirm with them.
17+
1118

1219
## Example:
1320

0 commit comments

Comments
 (0)