Merge pull request #6 from Anna-fence/electronic_engineering
增加对电子信息硕士学位论文的支持
This commit is contained in:
commit
c3132d8c0b
|
|
@ -128,5 +128,5 @@
|
|||
],
|
||||
"latex-workshop.latex.recipe.default": "lastUsed",
|
||||
"files.autoGuessEncoding": true,
|
||||
"workbench.colorTheme": "Quiet Light",
|
||||
// "workbench.colorTheme": "Quiet Light",
|
||||
}
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
# Change Log
|
||||
|
||||
## [3.0.4] - 2024-3-19
|
||||
- 完善大封面以及中文封面中对于“电子信息硕士”学位论文的支持
|
||||
|
||||
## [3.0.3] - 2021.4.24
|
||||
- 大封面及中文封面填空处加粗
|
||||
- 完善对工程硕士学位论文的支持
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
```tex
|
||||
\title{灵犀一指GNSS心法}{灵犀一指 \rotatebox{270}{GNSS} 心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}
|
||||
```
|
||||
> 封皮夹缝中文标题仅有中问不需旋转
|
||||
> 封皮夹缝中文标题仅有中文不需旋转
|
||||
```tex
|
||||
\title{灵犀一指心法}{灵犀一指心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
\author{陆小凤}{Phoenix Land, Jr.}
|
||||
\advisor{夜帝}{教授}{King Night}{Prof.}
|
||||
\coadvisor{楚留香}{副教授}{Perfume Tsu}{Associate Prof.} % 没有% 可以不填
|
||||
\degreetype{武学博士}{Doctor of kung fu} % 详细学位名称
|
||||
\degreetype{武学博士}{Doctor of kung fu} % 详细学位名称,专业型硕士应填写“电子信息硕士”或“工商管理硕士”等
|
||||
\thesisform{应用研究} % 包括应用研究、调研报告、规划、产品开发、案例分析、项目管理、文学艺术作品、其它。非专业型硕士可忽略
|
||||
\major{内功}
|
||||
\submajor{内功心法}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
\DeclareOption{phd}{\phdtrue\mastersfalse\engineeringfalse\renewcommand\@degreelevel{博士}}
|
||||
\DeclareOption{masters}{\masterstrue\engineeringfalse\phdfalse\renewcommand\@degreelevel{硕士}}
|
||||
\DeclareOption{engineering}{%
|
||||
\engineeringtrue\masterstrue\phdfalse\renewcommand\@degreelevel{工程硕士}}
|
||||
\engineeringtrue\masterstrue\phdfalse\renewcommand\@degreelevel{电子信息硕士}}
|
||||
\DeclareOption{figurelist}{\figurelisttrue}
|
||||
\DeclareOption{tablelist}{\tablelisttrue}
|
||||
\DeclareOption{nomlist}{\nomlisttrue}
|
||||
|
|
@ -336,8 +336,8 @@ BoldItalicFont=timesbi.ttf
|
|||
|
||||
\ifengineering
|
||||
\begin{picture}(0,0)
|
||||
\put(23.2,-7.5){ %
|
||||
\includegraphics[scale=0.65]{figures/engineering.png}}
|
||||
\put(22,-7.4){ %
|
||||
\includegraphics[scale=0.4]{figures/electronic_engineering.png}}
|
||||
\end{picture}
|
||||
\else \ifmasters
|
||||
\begin{picture}(0,0)
|
||||
|
|
@ -511,8 +511,8 @@ BoldItalicFont=timesbi.ttf
|
|||
\parbox{\paperwidth}{\centering\includegraphics[width=0.8\paperwidth]{figures/front-cover.jpg}}}}%
|
||||
|
||||
\ifengineering
|
||||
\AddToShipoutPictureBG*{\setlength{\unitlength}{1cm}\put(0,17.5){ %
|
||||
\parbox{\paperwidth}{\centering\includegraphics[scale=0.65]{figures/engineering.png}}}}%
|
||||
\AddToShipoutPictureBG*{\setlength{\unitlength}{1cm}\put(0,18.5){ %
|
||||
\parbox{\paperwidth}{\centering\includegraphics[scale=0.4]{figures/electronic_engineering.png}}}}%
|
||||
\else \ifmasters
|
||||
\AddToShipoutPictureBG*{\setlength{\unitlength}{1cm}\put(0,18){ %
|
||||
\parbox{\paperwidth}{\centering\includegraphics[scale=1.1]{figures/master-hwzs.pdf}}}}%
|
||||
|
|
@ -610,7 +610,7 @@ BoldItalicFont=timesbi.ttf
|
|||
|
||||
\ifengineering
|
||||
\vspace*{0.5\baselineskip}
|
||||
\includegraphics[width=0.75\textwidth]{figures/engineering.png}
|
||||
\includegraphics[width=0.75\textwidth]{figures/electronic_engineering.png}
|
||||
\else \ifmasters
|
||||
\includegraphics{figures/master-hwzs}
|
||||
\else
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
\newcommand{\@abstracttitle}{摘\quad 要}
|
||||
\newcommand{\todayeng}{\the\year/\the\month/\the\day}
|
||||
\newcommand{\@degreelevel}{硕士}
|
||||
\newcommand{\@degreetype}{工学硕士}
|
||||
\newcommand{\@degreetype}{电子信息硕士}
|
||||
\newcommand{\@degreetypeen}{Master of Engineering}\relax
|
||||
\newcommand{\@thesistype}{\@degreelevel{}学位论文}
|
||||
\newcommand{\signline}{\underline{\makebox[2.5cm][s]{}}}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Loading…
Reference in New Issue