From f30290c1b51e54bfeb68ac42319bc673f1cb1cd9 Mon Sep 17 00:00:00 2001 From: Wen-Gan Li Date: Wed, 25 Mar 2020 01:22:27 +0800 Subject: [PATCH] Break the CSIE name into two line --- thesis/template/command/cmd-department.tex | 2 +- thesis/template/cover/cover-eng.tex | 20 ++++++++++---------- thesis/template/style/ncku/ncku.tex | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/thesis/template/command/cmd-department.tex b/thesis/template/command/cmd-department.tex index 6026d35..4e79cc8 100644 --- a/thesis/template/command/cmd-department.tex +++ b/thesis/template/command/cmd-department.tex @@ -290,7 +290,7 @@ % 資訊工程研究所 Institute of Computer Science and Information Engineering \newcommand{\SetDeptCSIE} { - \SetDeptName{資訊工程研究所}{CSIE}{Institute of Computer Science and Information Engineering} + \SetDeptName{資訊工程研究所}{CSIE}{Institute of Computer Science and \\ Information Engineering} \SetCollegeElectricalEngineeringAndComputerScience } % End of \newcommand{} diff --git a/thesis/template/cover/cover-eng.tex b/thesis/template/cover/cover-eng.tex index 49dc6ca..4e06df2 100644 --- a/thesis/template/cover/cover-eng.tex +++ b/thesis/template/cover/cover-eng.tex @@ -30,19 +30,19 @@ % 顯示 校名, 系所名, 論文種類 \begin{minipage}[c][5cm][t]{\textwidth} - \begin{center} - \vspace{0.8cm} - \makebox[\textwidth][c]{\Huge \GetUniversityEngName} \\ + \centering - \vspace{0.5cm} - \parbox[s]{\textwidth}{\center \LARGE \GetDeptEngName} \\ + \vspace{0.8cm} + \makebox[\textwidth][c]{\Huge \GetUniversityEngName} \\ - \vspace{0.5cm} - \makebox[\textwidth][c]{\LARGE \GetEngDegreeThesis} \\ + \vspace{0.5cm} + \parbox{\textwidth}{\centering \LARGE \GetDeptEngName} + + \vspace{0.5cm} + \makebox[\textwidth][c]{\LARGE \GetEngDegreeThesis} \\ - \ifthenelse{\equal{\GetFlagDisplayDraft}{1}}% - {\vspace{0.5cm}\makebox[5cm][c]{\LARGE \GetTextDraftEng}}{} - \end{center} + \ifthenelse{\equal{\GetFlagDisplayDraft}{1}}% + {\vspace{0.5cm}\makebox[5cm][c]{\LARGE \GetTextDraftEng}}{} \end{minipage} % ------------------------------------------------ diff --git a/thesis/template/style/ncku/ncku.tex b/thesis/template/style/ncku/ncku.tex index 62dd235..d2c721f 100644 --- a/thesis/template/style/ncku/ncku.tex +++ b/thesis/template/style/ncku/ncku.tex @@ -58,6 +58,7 @@ \geometry{a4paper,% paperwidth=21cm,paperheight=29.6cm,% top=2.3cm,bottom=3.5cm,left=3.0cm,right=2.5cm,% + %showframe,% nohead% } % End of \geometry{}