Skip to content

Commit

Permalink
Merge pull request #48 from wengan-li/develop
Browse files Browse the repository at this point in the history
Fix Issue #47
  • Loading branch information
wengan-li authored Mar 24, 2020
2 parents 458389a + c0a2eb5 commit 189965e
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**/*.log
**/*.lot
**/*.out
reference/*.pdf
thesis/*.pdf
**/*.bbl
**/*.synctex.gz*
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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]:

+ **更新**:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)這檔案中的內容.

Expand Down
20 changes: 20 additions & 0 deletions reference/page-orientation-2.tex
Original file line number Diff line number Diff line change
@@ -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}
16 changes: 16 additions & 0 deletions reference/page-orientation.tex
Original file line number Diff line number Diff line change
@@ -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}
6 changes: 3 additions & 3 deletions thesis/template/command/cmd-department.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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{}

Expand Down Expand Up @@ -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{}

Expand Down
2 changes: 1 addition & 1 deletion thesis/template/cover/cover-eng.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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} \\
Expand Down

0 comments on commit 189965e

Please sign in to comment.