Skip to content

Commit

Permalink
Adjust thesis cover for bachelor's degree
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Wen committed Dec 13, 2019
1 parent 1e3344f commit 4baf4fd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/github/last-commit/x-magus/ThesisUESTC)](https://github.com/x-magus/ThesisUESTC/zipball/master)
[![](https://img.shields.io/github/issues/x-magus/ThesisUESTC)](https://github.com/x-magus/ThesisUESTC/issues)

**ThesisUESTC**提供用于排版电子科技大学毕业论文的LaTeX模板类,旨在帮助电子科技大学的毕业生高效地完成毕业论文的写作。模板提供各种方便的命令,自动化地排版论文的各个部分,使毕业论文轻易地满足学校的格式要求。为了支持更好的字体效果,模板基于XeLaTeX编写,并且放弃对CTeX的依赖,使模板更加稳定。
此项目提供用于排版电子科技大学毕业论文的LaTeX模板类,旨在帮助电子科技大学的毕业生高效地完成毕业论文的写作。模板提供各种方便的命令,自动化地排版论文的各个部分,使毕业论文轻易地满足学校的格式要求。为了支持更好的字体效果,模板基于XeLaTeX编写,并且放弃对CTeX的依赖,使模板更加稳定。

模板由电子科技大学物理电子学院2014级硕士研究生王稳编写,由于在毕业论文写作中遇到各种问题,希望有一个理想的解决方案,所以决定写一个模板出来。祝愿此项目能继续发展,解决各位同学毕业论文写作中的困难。

Expand Down Expand Up @@ -182,4 +182,4 @@ xelatex main.tex

如果希望使用QQ即时交流可加成电LaTeX模板交流群(926297104)。验证信息请回答问题,不要空置。由于作者不怎么访问清水河畔论坛,如有问题请在项目Issue模块提出,或者邮件联系作者([email protected])。类模板完全由作者手动编写,并非由代码工具生成,相对容易修改和阅读。在此欢迎高阶的使用者分享更好的写法,提出改进的建议。

![](./pic/technical_contact.jpg)
![](https://x-magus.github.io/pic/save/technical_contact.jpg)
Binary file added pic/bachelor_font.pdf
Binary file not shown.
Binary file removed pic/technical_contact.jpg
Binary file not shown.
23 changes: 18 additions & 5 deletions thesis-uestc.cls
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
\DeclareOption{bachelor}{
\def\chinesedegreename{本科}
\def\englishdegreename{Bachelor}
\def\chinesebooktitle{本科学位论文}
\def\chinesebooktitle{学士学位论文}
\def\englishbooktitle{Bachelor Thesis}
\def\display@englishheader{Bachelor Thesis of University of Electronic Science and Technology of China}
}
Expand Down Expand Up @@ -551,14 +551,27 @@
\thispagestyle{empty}
\setlength{\extrarowheight}{9pt}
\begin{center}
\fontsize{22pt}{22pt}\selectfont\hspace{0.5em}子\hspace{0.5em}科\hspace{0.5em}技%
\hspace{0.5em}大\hspace{0.5em}学 \\[7bp]
\ifthenelse{\equal{\englishdegreename}{Bachelor}}{
\includegraphics{bachelor_font.pdf} \\
}{
\fontsize{22pt}{22pt}\selectfont\hspace{0.5em}子\hspace{0.5em}科\hspace{0.5em}技%
\hspace{0.5em}大\hspace{0.5em}学 \\[7bp]
}
\fontsize{12pt}{12pt}\selectfont UNIVERSITY OF ELECTRONIC SCIENCE
AND TECHNOLOGY OF CHINA \\[36bp]
\fontsize{42pt}{42pt}\selectfont\chinesebooktitle \\[24bp]
\ifthenelse{\equal{\englishdegreename}{Bachelor}}{
\fontsize{42pt}{42pt}\selectfont{\bfseries\chinesebooktitle} \\[24bp]
}{
\fontsize{42pt}{42pt}\selectfont\chinesebooktitle \\[24bp]
}
\fontsize{16pt}{16pt}\selectfont
\textbf{\MakeUppercase{\englishbooktitle}} \\[48bp]
\includegraphics[width=221bp]{logo.pdf} \\[48bp]
\ifthenelse{\equal{\englishdegreename}{Bachelor}}{
\vspace{0.5cm}
\includegraphics[width=5cm]{logo.pdf} \\[66bp]
} {
\includegraphics[width=221bp]{logo.pdf} \\[48bp]
}
\begin{tabular}{lp{4.6in}}
\fontsize{16pt}{16pt}\selectfont 论文题目 & \multirow[t]{2}{4.6in}{
\centering
Expand Down

0 comments on commit 4baf4fd

Please sign in to comment.