parent
e8874343ce
commit
0529b0908f
|
|
@ -36,6 +36,15 @@
|
||||||
location = {南京},
|
location = {南京},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
* 封皮夹缝中文标题带英文
|
||||||
|
> 夹缝标题中文标题有英文需要对英文进行旋转,使用 *\rotatebox{270}* ,**注意** ' \rotatebox{270}{GNSS} ' 前后要加空格
|
||||||
|
```tex
|
||||||
|
\title{灵犀一指GNSS心法}{灵犀一指 \rotatebox{270}{GNSS} 心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}
|
||||||
|
```
|
||||||
|
> 封皮夹缝中文标题仅有中问不需旋转
|
||||||
|
```tex
|
||||||
|
\title{灵犀一指心法}{灵犀一指心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 编译方式
|
## 编译方式
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
\UDC{000} %《国际十进分类法UDC》的类号
|
\UDC{000} %《国际十进分类法UDC》的类号
|
||||||
\secretlevel{公开} %学位论文密级分为"公开"、"内部"、"秘密"和"机密"四种
|
\secretlevel{公开} %学位论文密级分为"公开"、"内部"、"秘密"和"机密"四种
|
||||||
\studentid{130623} %学号要完整,前面的零不能省略。
|
\studentid{130623} %学号要完整,前面的零不能省略。
|
||||||
\title{灵犀一指心法}{灵犀一指}{The theory of powerful fingers}{powerful fingers}
|
\title{灵犀一指GNSS心法}{灵犀一指 \rotatebox{270}{GNSS} 心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}
|
||||||
\author{陆小凤}{Phoenix Land, Jr.}
|
\author{陆小凤}{Phoenix Land, Jr.}
|
||||||
\advisor{夜帝}{教授}{King Night}{Prof.}
|
\advisor{夜帝}{教授}{King Night}{Prof.}
|
||||||
\coadvisor{楚留香}{副教授}{Perfume Tsu}{Associate Prof.} % 没有% 可以不填
|
\coadvisor{楚留香}{副教授}{Perfume Tsu}{Associate Prof.} % 没有% 可以不填
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
%% This file provides a LaTeX document class for typesetting thesis of Southeast University, Nanjing, China.
|
%% This file provides a LaTeX document class for typesetting thesis of Southeast University, Nanjing, China.
|
||||||
%% Copyright (c) 2007--2012 Xu Yuan, email: xuyuan.cn@gmail.com
|
%% Copyright (c) 2007--2012 Xu Yuan, email: xuyuan.cn@gmail.com
|
||||||
%% Copyright (c) 2016 James Fan, email: zhimengfan1990@163.com
|
%% Copyright (c) 2016 James Fan, email: zhimengfan1990@163.com
|
||||||
%% Copyright (c) 2019 Deans Yu
|
|
||||||
%% License: GNU General Public License, version 3
|
%% License: GNU General Public License, version 3
|
||||||
%% This file is part of ``seuthesix'' package.
|
%% This file is part of ``seuthesix'' package.
|
||||||
%% ``seuthesix'' is free software: you can redistribute it and/or modify
|
%% ``seuthesix'' is free software: you can redistribute it and/or modify
|
||||||
|
|
@ -162,14 +161,22 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\def\@author{#1}
|
\def\@author{#1}
|
||||||
\newcommand{\@authoreng}{#2}
|
\newcommand{\@authoreng}{#2}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
%==============================标题标签重命名====================================
|
||||||
\newcommand{\@titleeng}{}
|
\newcommand{\@titleeng}{}
|
||||||
\newcommand{\@subtitleeng}{}
|
\newcommand{\@subtitleeng}{}
|
||||||
\renewcommand{\title}[4]{
|
\newcommand{\@titlev}{} % 为了大封皮竖向标题可能存在英文
|
||||||
|
\newcommand{\@subtitlev}{} % 而不能竖排
|
||||||
|
\renewcommand{\title}[6]{
|
||||||
\def\@title{#1}
|
\def\@title{#1}
|
||||||
\newcommand{\@subtitle}{#2}
|
\renewcommand{\@titlev}{#2}
|
||||||
\renewcommand{\@titleeng}{#3}
|
\newcommand{\@subtitle}{#3}
|
||||||
\renewcommand{\@subtitleeng}{#4}
|
\renewcommand{\@subtitlev}{#4}
|
||||||
|
\renewcommand{\@titleeng}{#5}
|
||||||
|
\renewcommand{\@subtitleeng}{#6}
|
||||||
}
|
}
|
||||||
|
%===============================================================================
|
||||||
\newcommand{\@advisorname}{}
|
\newcommand{\@advisorname}{}
|
||||||
\newcommand{\@advisortitle}{}
|
\newcommand{\@advisortitle}{}
|
||||||
\newcommand{\@advisornameeng}{}
|
\newcommand{\@advisornameeng}{}
|
||||||
|
|
@ -253,6 +260,10 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\rule[-2.5pt]{6cm}{.4pt}\\ \small\@seuthesisthanks}
|
\rule[-2.5pt]{6cm}{.4pt}\\ \small\@seuthesisthanks}
|
||||||
\renewcommand\headrulewidth{0pt}
|
\renewcommand\headrulewidth{0pt}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 封 皮 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%===============================================================================
|
||||||
|
%================================== 大 封 面 ===================================
|
||||||
\newcommand\makebigcover{%generating a3 front cover
|
\newcommand\makebigcover{%generating a3 front cover
|
||||||
\pdfpagewidth=420mm
|
\pdfpagewidth=420mm
|
||||||
\pdfpageheight=297mm
|
\pdfpageheight=297mm
|
||||||
|
|
@ -261,6 +272,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\setlength{\unitlength}{1cm}
|
\setlength{\unitlength}{1cm}
|
||||||
\noindent
|
\noindent
|
||||||
|
|
||||||
\begin{picture}(0,0)
|
\begin{picture}(0,0)
|
||||||
\setlength{\unitlength}{1cm}\put(19.5,-8){%
|
\setlength{\unitlength}{1cm}\put(19.5,-8){%
|
||||||
\includegraphics[width=19cm]{figures/front-cover.jpg}}%
|
\includegraphics[width=19cm]{figures/front-cover.jpg}}%
|
||||||
|
|
@ -277,6 +289,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
}
|
}
|
||||||
\end{picture}
|
\end{picture}
|
||||||
|
|
||||||
\ifengineering
|
\ifengineering
|
||||||
\begin{picture}(0,0)
|
\begin{picture}(0,0)
|
||||||
\put(23.2,-7.5){ %
|
\put(23.2,-7.5){ %
|
||||||
|
|
@ -299,6 +312,8 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\fi
|
\fi
|
||||||
\fi
|
\fi
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
|
|
||||||
\begin{picture}(0,0)
|
\begin{picture}(0,0)
|
||||||
\put(35,0){ %
|
\put(35,0){ %
|
||||||
\includegraphics[width=2cm]{figures/seu-color-logo.png}}
|
\includegraphics[width=2cm]{figures/seu-color-logo.png}}
|
||||||
|
|
@ -307,14 +322,16 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\put(-1,-22){ %
|
\put(-1,-22){ %
|
||||||
\includegraphics[width=\textwidth]{figures/back-cover.png}}
|
\includegraphics[width=\textwidth]{figures/back-cover.png}}
|
||||||
\end{picture}
|
\end{picture}
|
||||||
|
%===========================================================================
|
||||||
|
%===========================封边的标题设计===================================
|
||||||
\begin{picture}(0,0)
|
\begin{picture}(0,0)
|
||||||
\put(18,-11){%
|
\put(18,-11){%
|
||||||
\parbox[c]{\ccwd}{%
|
\parbox[c]{\ccwd}{%
|
||||||
\bfseries%
|
\bfseries%
|
||||||
\setlength{\baselineskip}{0pt}
|
\setlength{\baselineskip}{0pt}
|
||||||
\@title\\
|
\@titlev\\
|
||||||
\rule{0pt}{\ccwd}\\
|
\rule{0pt}{\ccwd}\\
|
||||||
\@subtitle\\
|
\@subtitlev\\
|
||||||
\vspace*{2cm}
|
\vspace*{2cm}
|
||||||
\@author\\
|
\@author\\
|
||||||
\vspace*{2cm}
|
\vspace*{2cm}
|
||||||
|
|
@ -322,7 +339,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\end{picture}
|
\end{picture}
|
||||||
|
%===========================================================================
|
||||||
\vspace*{8cm}
|
\vspace*{8cm}
|
||||||
|
|
||||||
\hspace*{20.5cm}
|
\hspace*{20.5cm}
|
||||||
|
|
@ -392,6 +409,11 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\setlength{\paperheight}{297mm}
|
\setlength{\paperheight}{297mm}
|
||||||
\setlength{\paperwidth}{210mm}
|
\setlength{\paperwidth}{210mm}
|
||||||
}
|
}
|
||||||
|
%===============================================================================
|
||||||
|
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
%==================================中 文 封 面==================================
|
||||||
|
|
||||||
\newcommand{\makechinesecover}{
|
\newcommand{\makechinesecover}{
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
|
|
@ -402,7 +424,8 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
}
|
}
|
||||||
|
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\AddToShipoutPictureFG*{\setlength{\unitlength}{1cm}\put(1,26){%
|
\AddToShipoutPictureFG*{
|
||||||
|
\setlength{\unitlength}{1cm}\put(1,26){%
|
||||||
\renewcommand{\arraystretch}{1.0}
|
\renewcommand{\arraystretch}{1.0}
|
||||||
\begin{tabular}{l}
|
\begin{tabular}{l}
|
||||||
\CoverTopOption{\schoolcodepre}{\schoolcode} \\
|
\CoverTopOption{\schoolcodepre}{\schoolcode} \\
|
||||||
|
|
@ -433,6 +456,8 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\fi
|
\fi
|
||||||
\fi
|
\fi
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
|
|
||||||
\AddToShipoutPictureBG*{\setlength{\unitlength}{1cm}\put(17,27){%
|
\AddToShipoutPictureBG*{\setlength{\unitlength}{1cm}\put(17,27){%
|
||||||
\parbox{\paperwidth}{\includegraphics[width=2cm]{figures/seu-color-logo.png}}}}%
|
\parbox{\paperwidth}{\includegraphics[width=2cm]{figures/seu-color-logo.png}}}}%
|
||||||
|
|
||||||
|
|
@ -533,7 +558,10 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
}
|
}
|
||||||
\end{center}
|
\end{center}
|
||||||
}
|
}
|
||||||
|
%===============================================================================
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
%==================================英 文 封 面==================================
|
||||||
\newcommand{\makeenglishcover}{%
|
\newcommand{\makeenglishcover}{%
|
||||||
\clearpage\thispagestyle{empty}\cleardoublepage\thispagestyle{empty}
|
\clearpage\thispagestyle{empty}\cleardoublepage\thispagestyle{empty}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
|
@ -575,13 +603,19 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\end{center}%
|
\end{center}%
|
||||||
|
|
||||||
}
|
}
|
||||||
|
%===============================================================================
|
||||||
|
|
||||||
\newcommand\makecover{%
|
\newcommand\makecover{%
|
||||||
\makechinesecover
|
\makechinesecover
|
||||||
\makeenglishcover
|
\makeenglishcover
|
||||||
\seudeclare
|
\seudeclare
|
||||||
}
|
}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 摘 要 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%===============================================================================
|
||||||
|
%================================ 中 文 摘 要 ==================================
|
||||||
\renewenvironment{abstract}[1]
|
\renewenvironment{abstract}[1]
|
||||||
{
|
{
|
||||||
\pagenumbering{Roman}
|
\pagenumbering{Roman}
|
||||||
|
|
@ -599,7 +633,11 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
\item[关键词:] \@keywords
|
\item[关键词:] \@keywords
|
||||||
\end{description}
|
\end{description}
|
||||||
}
|
}
|
||||||
|
%===============================================================================
|
||||||
|
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
%================================ 英 文 摘 要 ==================================
|
||||||
\newenvironment{englishabstract}[1]
|
\newenvironment{englishabstract}[1]
|
||||||
{
|
{
|
||||||
\cleardoublepage\thispagestyle{plain}
|
\cleardoublepage\thispagestyle{plain}
|
||||||
|
|
@ -622,7 +660,10 @@ chapter/titleformat=\large\heiti
|
||||||
\item[Keywords:] \@keywords
|
\item[Keywords:] \@keywords
|
||||||
\end{description}
|
\end{description}
|
||||||
}
|
}
|
||||||
|
%===============================================================================
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 目 录 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\newcommand\listofothers{%
|
\newcommand\listofothers{%
|
||||||
\iffigurelist
|
\iffigurelist
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
|
|
@ -654,7 +695,10 @@ chapter/titleformat=\large\heiti
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 正 文 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\newcommand{\mainmatter}{%
|
\newcommand{\mainmatter}{%
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\pagenumbering{arabic}
|
\pagenumbering{arabic}
|
||||||
|
|
@ -699,4 +743,6 @@ chapter/titleformat=\large\heiti
|
||||||
\textsc{Thesis}}
|
\textsc{Thesis}}
|
||||||
}
|
}
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%% End of file `seuthesix.cls'.
|
%% End of file `seuthesix.cls'.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue