From f295a7e5413437563fba7caa6c36e6cdb42e4364 Mon Sep 17 00:00:00 2001 From: Wen-Gan Li Date: Sat, 7 Dec 2019 22:21:15 +0800 Subject: [PATCH 1/4] Add orientation test page --- .gitignore | 1 + reference/page-orientation.tex | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 reference/page-orientation.tex diff --git a/.gitignore b/.gitignore index ff2b528..c41f071 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ **/*.log **/*.lot **/*.out +reference/*.pdf thesis/*.pdf **/*.bbl **/*.synctex.gz* diff --git a/reference/page-orientation.tex b/reference/page-orientation.tex new file mode 100644 index 0000000..aac9a29 --- /dev/null +++ b/reference/page-orientation.tex @@ -0,0 +1,16 @@ +\documentclass{article} + +\usepackage{lscape} + +\begin{document} + +Page 1 +Hello World. + +\begin{landscape} +\newpage +Page 2 +Hello World again. +\end{landscape} + +\end{document} From 0127775223884878ac49589dfee30e65dd905676 Mon Sep 17 00:00:00 2001 From: Wen-Gan Li Date: Thu, 20 Feb 2020 00:56:34 +0800 Subject: [PATCH 2/4] Add page-orientation test --- reference/page-orientation-2.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 reference/page-orientation-2.tex diff --git a/reference/page-orientation-2.tex b/reference/page-orientation-2.tex new file mode 100644 index 0000000..745f8dc --- /dev/null +++ b/reference/page-orientation-2.tex @@ -0,0 +1,20 @@ +\documentclass{article} +\usepackage{pdflscape}[2016/05/14] +\begin{document} +\section{Portrait page} +\begin{landscape} +\section{Landscape page} +Foo bar foo bar foo bar foo bar foo bar +foo bar foo bar foo bar foo bar foo bar. +\end{landscape} +\section{Portrait Section} +Foo bar +\begin{landscape} +\section{Again Landscape Section} +\newpage +\section{Second Page of Landscape Section} +\end{landscape} +\section{Second Last Portrait Page} +\newpage +\section{Last Portrait Page} +\end{document} \ No newline at end of file From 44b986ff7fa139a02230106f9fc05f5ae39dce4b Mon Sep 17 00:00:00 2001 From: Wen-Gan Li Date: Tue, 24 Mar 2020 23:59:53 +0800 Subject: [PATCH 3/4] Fix error of department's name can't break line --- thesis/template/command/cmd-department.tex | 6 +++--- thesis/template/cover/cover-eng.tex | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thesis/template/command/cmd-department.tex b/thesis/template/command/cmd-department.tex index 4694952..6026d35 100644 --- a/thesis/template/command/cmd-department.tex +++ b/thesis/template/command/cmd-department.tex @@ -304,7 +304,7 @@ % 電腦與通信工程研究所 Institute of Computer & Communication Engineering \newcommand{\SetDeptCCE} { - \SetDeptName{電腦與通信工程研究所}{CCE}{Institute of Computer & Communication Engineering} + \SetDeptName{電腦與通信工程研究所}{CCE}{Institute of Computer \& Communication Engineering} \SetCollegeElectricalEngineeringAndComputerScience } % End of \newcommand{} @@ -371,14 +371,14 @@ % 財務金融研究所 Institute of Finance & Banking \newcommand{\SetDeptFin} { - \SetDeptName{財務金融研究所}{Fin}{Institute of Finance & Banking} + \SetDeptName{財務金融研究所}{Fin}{Institute of Finance \& Banking} \SetCollegeManagement } % End of \newcommand{} % 體育健康與休閒研究所 Institute of Physical Education, Health & Leisure Studies \newcommand{\SetDeptPHEI} { - \SetDeptName{體育健康與休閒研究所}{PHEI}{Institute of Physical Education, \\ Health & Leisure Studies} + \SetDeptName{體育健康與休閒研究所}{PHEI}{Institute of Physical Education, \\ Health \& Leisure Studies} \SetCollegeManagement } % End of \newcommand{} diff --git a/thesis/template/cover/cover-eng.tex b/thesis/template/cover/cover-eng.tex index 2b1690e..49dc6ca 100644 --- a/thesis/template/cover/cover-eng.tex +++ b/thesis/template/cover/cover-eng.tex @@ -35,7 +35,7 @@ \makebox[\textwidth][c]{\Huge \GetUniversityEngName} \\ \vspace{0.5cm} - \makebox[\textwidth][c]{\LARGE \GetDeptEngName} \\ + \parbox[s]{\textwidth}{\center \LARGE \GetDeptEngName} \\ \vspace{0.5cm} \makebox[\textwidth][c]{\LARGE \GetEngDegreeThesis} \\ From c0a2eb5baa4192722c5f00c0e4a6f1dc1af0374d Mon Sep 17 00:00:00 2001 From: Wen-Gan Li Date: Wed, 25 Mar 2020 00:06:08 +0800 Subject: [PATCH 4/4] Update ChangeLog --- ChangeLog.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 75a4be5..c7184de 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +#### v1.5.10 [Mar 25, 2020]: + ++ **修正錯誤**: + 部份系所英文名稱在產生封面時會出現error \([感謝medicalwei的Issue \#47](https://github.com/wengan-li/ncku-thesis-template-latex/issues/47)\) + #### v1.5.9 [Nov 27, 2019]: + **更新**: diff --git a/README.md b/README.md index 0ca7084..a489700 100755 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ 如果對本模版沒有興趣, 有[另一位同學提供的模版](https://github.com/lycsjm/nckuthesis)可使用. ### ChangeLog 版本修改 -最新版本為: [v1.5.9](https://github.com/wengan-li/ncku-thesis-template-latex/releases) +最新版本為: [v1.5.10](https://github.com/wengan-li/ncku-thesis-template-latex/releases) 詳細[請看ChangeLog.md](https://github.com/wengan-li/ncku-thesis-template-latex/blob/master/ChangeLog.md)這檔案中的內容.