Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
Former-commit-id: 6a9ebd1
  • Loading branch information
HuangruiMo committed Jan 11, 2019
1 parent 15ec854 commit 40593e9
Show file tree
Hide file tree
Showing 11 changed files with 554 additions and 303 deletions.
409 changes: 253 additions & 156 deletions Biblio/gbt7714-plain.bst
100644 → 100755

Large diffs are not rendered by default.

354 changes: 231 additions & 123 deletions Biblio/gbt7714-unsrt.bst
100644 → 100755

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions Biblio/ref.bib
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ @article{stamerjohanns2009mathml
year={2009},
publisher={Masaryk University Press}
}
@article{betts2005aging,
title={Aging reduces center-surround antagonism in visual motion processing},
author={Betts, Lisa R and Taylor, Christopher P},
journal={Neuron},
volume={45},
number={3},
pages={361--366},
year={2005},
publisher={Elsevier}
}

@article{bravo1990comparative,
title={Comparative study of visual inter and intrahemispheric cortico-cortical connections in five native Chilean rodents},
author={Bravo, Hermes and Olavarria, Jaime},
journal={Anatomy and embryology},
volume={181},
number={1},
pages={67--73},
year={1990},
publisher={Springer}
}
@book{hls2012jinji,
author = {哈里森·沃尔德伦},
key = {Haliseng Woerdelun},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

## 重要通知

* `2018-04-03` 模板样式进行了修改,请查看下面的修改描述,以决定是否需要更新。
* `2019-01-10` 模板样式进行了修改,请查看下面的修改描述,以决定是否需要更新。

## 更新记录

* `2018-08-03` 更新参考文献的样式文件,并对参考文献样式的设定进行了更多说明,具体请见[文献样式](https://github.com/mohuangrui/ucasthesis/wiki/%E6%96%87%E7%8C%AE%E6%A0%B7%E5%BC%8F)
* `2019-01-10` 将公式编号前加点纳入模版默认,更多相关讨论可见:[琐屑细节](https://github.com/mohuangrui/ucasthesis/wiki/琐屑细节)。在 yunyun2019 的建议下,采用 [zepinglee](https://github.com/zepinglee) 为ucas基于国标样式而开发的定制文献样式:[ucas 样式分支](https://github.com/CTeX-org/gbt7714-bibtex-style/tree/ucas)。文献样式设定的更多讨论可见[文献样式](https://github.com/mohuangrui/ucasthesis/wiki/%E6%96%87%E7%8C%AE%E6%A0%B7%E5%BC%8F)

* `2018-04-08` 将附录复原为常规的排版设置。问题/建议由邵岳林提出。修改的文件为:Thesis.tex,Appendix.tex。

Expand All @@ -47,7 +47,7 @@

* `2018-02-04`[ctex](https://github.com/CTeX-org/ctex-kit) 开发者的帮助下修复误用字体命令导致的粗宋体异常。然后,将模板兼容性进一步扩展为兼容操作系统 Windows,Linux,MacOS 和 LaTeX 编译引擎 pdflatex,xelatex,lualatex。移除 microtype 宏包以提高编译效率。

* `2018-01-28` 基于国科大 2018 新版论文规范进行了重大修改,采用新的封面、声明、页眉页脚样式。展示标题中使用数学公式。使用 [zepinglee](https://github.com/zepinglee/gbt7714-bibtex-style) 开发的文献国标样式。
* `2018-01-28` 基于国科大 2018 新版论文规范进行了重大修改,采用新的封面、声明、页眉页脚样式。展示标题中使用数学公式。

* `2017-05-14` 增加 \citepns{} 和 \citetns{} 命令提供上标引用下混合非上标引用的需求,问题/建议由赵永明提出。添加设定论文为 thesis 或 dissertation 的命令 \englishthesistype{},问题/建议由臧光明提出。

4 changes: 4 additions & 0 deletions Style/artracom.sty
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
%-
\providecommand*{\MyFactor}{0.6}% for single figure
\providecommand*{\MySubFactor}{0.45}% for subfigure
%-
%-> Add dots before equation number
%-
\newcommand{\adddotsbeforeeqnnum}{\def\maketag@@@##1{\hbox{\m@th\normalfont\dots\ ##1}}}%
%---------------------------------------------------------------------------%
\endinput

7 changes: 7 additions & 0 deletions Style/ucasthesis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
\def\ucas@label@keywords{关键词:}
\def\ucas@label@englishkeywords{Keywords:}
%---------------------------------------------------------------------------%
%->> Customized settings
%---------------------------------------------------------------------------%
\def\ucas@value@chbibetal{等}
\def\ucas@value@chbiband{和}
\def\ucas@value@enbibetal{et al.}
\def\ucas@value@enbiband{ and }
%---------------------------------------------------------------------------%
%->> Structure elements configuration
%---------------------------------------------------------------------------%
%- chapter
Expand Down
32 changes: 22 additions & 10 deletions Style/ucasthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,26 @@
%-
%-> Layout
%-
\newif\ifucas@singlesided \ucas@singlesidedfalse
\DeclareOption{singlesided}{% enable single-sided printing
\ucas@singlesidedtrue%
\PassOptionsToClass{oneside}{ctexbook}%
}
\newif\ifucas@doublesided \ucas@doublesidedfalse
\DeclareOption{doublesided}{% enable double-sided printing
\ucas@doublesidedtrue%
\PassOptionsToClass{twoside}{ctexbook}%
}
\newif\ifucas@printcopy \ucas@printcopyfalse
\DeclareOption{printcopy}{% enable print copy layout
\ucas@doublesidedtrue% auto enable double-sided style
\PassOptionsToClass{twoside}{ctexbook}%
\ucas@printcopytrue%
}
%-
%-> Language
%-
\newif\ifucas@plain \ucas@plainfalse
\DeclareOption{plain}{% enable plain writing style
\PassOptionsToClass{scheme=plain}{ctexbook}%
\ucas@plaintrue%
}
%-
%-> Draft version info
%-
\newif\ifucas@versioninfo \ucas@versioninfofalse
Expand All @@ -52,11 +58,7 @@
%---------------------------------------------------------------------------%
%->> Load class information
%---------------------------------------------------------------------------%
\ifucas@doublesided% if double-sided printing enabled
\LoadClass[UTF8,a4paper,twoside,zihao=-4]{ctexbook}
\else% if double-sided printing isn't enabled
\LoadClass[UTF8,a4paper,oneside,zihao=-4]{ctexbook}
\fi
\LoadClass[UTF8,a4paper,zihao=-4]{ctexbook}
%---------------------------------------------------------------------------%
%->> Required packages
%---------------------------------------------------------------------------%
Expand Down Expand Up @@ -364,6 +366,16 @@
\vspace{\baselineskip}
\noindent {\bfseries \ucas@label@englishkeywords} #1}
%---------------------------------------------------------------------------%
%->> Customized settings
%---------------------------------------------------------------------------%
\ifucas@plain%
\def\bibetal{\ucas@value@enbibetal}
\def\biband{\ucas@value@enbiband}
\else
\def\bibetal{\ucas@value@chbibetal}
\def\biband{\ucas@value@chbiband}
\fi
%---------------------------------------------------------------------------%
%->> Configure table of contents
%---------------------------------------------------------------------------%
%- define spacing and length
Expand Down
10 changes: 6 additions & 4 deletions Tex/Chap_Guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,24 @@ \subsection{Biblio文件夹}

\begin{enumerate}
\item ref.bib:参考文献信息库。
\item gbt7714-xxx.bst:符合国标的文献样式定义文件。由 \href{https://github.com/zepinglee/gbt7714-bibtex-style}{zepinglee} 开发,并满足最新国标要求。与文献样式有关的问题,请查阅开发者所提供的文档,并建议适当追踪其更新
\item gbt7714-xxx.bst:文献样式定义文件。由 \href{https://github.com/zepinglee}{zepinglee} 开发,在最新国标的基础上对ucas进行了定制。与文献样式有关的问题,请查阅开发者所提供的文档,并建议适当追踪 \href{https://github.com/CTeX-org/gbt7714-bibtex-style/tree/ucas}{ucas 样式分支}的更新
\end{enumerate}

\section{数学公式、图表、参考文献等功能}

\subsection{数学公式}

比如Navier-Stokes方程:
比如Navier-Stokes方程(方程~\eqref{eq:ns}):
\begin{equation} \label{eq:ns}
\adddotsbeforeeqnnum%
\begin{cases}
\frac{\partial \rho}{\partial t} + \nabla\cdot(\rho\Vector{V}) = 0 \ \mathrm{times\ font\ test}\\
\frac{\partial (\rho\Vector{V})}{\partial t} + \nabla\cdot(\rho\Vector{V}\Vector{V}) = \nabla\cdot\Tensor{\sigma} \ \text{times font test}\\
\frac{\partial (\rho E)}{\partial t} + \nabla\cdot(\rho E\Vector{V}) = \nabla\cdot(k\nabla T) + \nabla\cdot(\Tensor{\sigma}\cdot\Vector{V})
\end{cases}
\end{equation}
\begin{equation}
\adddotsbeforeeqnnum%
\frac{\partial }{\partial t}\int\limits_{\Omega} u \, \mathrm{d}\Omega + \int\limits_{S} \unitVector{n}\cdot(u\Vector{V}) \, \mathrm{d}S = \dot{\phi}
\end{equation}

Expand Down Expand Up @@ -205,7 +207,7 @@ \subsection{参考文献引用}

更多例子如:

\citet{walls2013drought}根据...的研究,首次提出...。其中关于...\citep{walls2013drought},是当前中国...得到迅速发展的研究领域\citep{chen1980zhongguo}。引用同一著者在同一年份出版的多篇文献时,在出版年份之后用
\citet{walls2013drought}根据\citet{betts2005aging}的研究,首次提出...。其中关于...\citep{walls2013drought, betts2005aging},是当前中国...得到迅速发展的研究领域\citep{chen1980zhongguo, bravo1990comparative}。引用同一著者在同一年份出版的多篇文献时,在出版年份之后用
英文小写字母区别,如:\citep{yuan2012lana, yuan2012lanb, yuan2012lanc}。同一处引用多篇文献时,按出版年份由近及远依次标注,中间用
分号分开。例如\citep{chen1980zhongguo, stamerjohanns2009mathml, hls2012jinji, niu2013zonghe}。

Expand All @@ -232,7 +234,7 @@ \subsection{参考文献引用}

正如此处所示\citepns{lamport1986document,chen2005zhulu}

参考文献索引更为详细的信息,请见 \href{https://github.com/zepinglee/gbt7714-bibtex-style}{zepinglee} 和 \href{https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management}{WiKibook Bibliography}。
参考文献索引更为详细的信息,请见 \href{https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management}{WiKibook Bibliography}。

\nocite{*}

Expand Down
8 changes: 4 additions & 4 deletions Tex/Chap_Intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ \section{研究背景}

\section{系统要求}\label{sec:system}

\href{https://github.com/mohuangrui/ucasthesis}{\texttt{ucasthesis}} 宏包可以在目前主流的 \href{https://en.wikibooks.org/wiki/LaTeX/Introduction}{\LaTeX{}} 编译系统中使用,例如C\TeX{}套装 (请勿混淆C\TeX{}套装与ctex宏包。C\TeX{}套装是集成了许多\LaTeX{}组件的\LaTeX{}编译系统,因已停止维护,\textbf{不再建议使用}\href{https://ctan.org/pkg/ctex?lang=en}{ctex} 宏包如同ucasthesis,是\LaTeX{}命令集,其维护状态活跃,并被主流的\LaTeX{}编译系统默认集成,是几乎所有\LaTeX{}中文文档的核心架构。)、MiK\TeX{}(维护较不稳定,\textbf{不太推荐使用})、\TeX{}Live。推荐的 \href{https://en.wikibooks.org/wiki/LaTeX/Installation}{\LaTeX{}编译系统} 和 \href{https://en.wikibooks.org/wiki/LaTeX/Installation}{\LaTeX{}文本编辑器} 为
\href{https://github.com/mohuangrui/ucasthesis}{\texttt{ucasthesis}} 宏包可以在目前主流的 \href{https://en.wikibooks.org/wiki/LaTeX/Introduction}{\LaTeX{}} 编译系统中使用,\TeX{}Live和MiK\TeX{}。因C\TeX{}套装已停止维护,\textbf{不再建议使用} (请勿混淆C\TeX{}套装与ctex宏包。C\TeX{}套装是集成了许多\LaTeX{}组件的\LaTeX{}编译系统。 \href{https://ctan.org/pkg/ctex?lang=en}{ctex} 宏包如同ucasthesis,是\LaTeX{}命令集,其维护状态活跃,并被主流的\LaTeX{}编译系统默认集成,是几乎所有\LaTeX{}中文文档的核心架构。推荐的 \href{https://en.wikibooks.org/wiki/LaTeX/Installation}{\LaTeX{}编译系统} 和 \href{https://en.wikibooks.org/wiki/LaTeX/Installation}{\LaTeX{}文本编辑器} 为
\begin{center}
%\footnotesize% fontsize
%\setlength{\tabcolsep}{4pt}% column separation
Expand All @@ -21,9 +21,9 @@ \section{系统要求}\label{sec:system}
%\cline{i-j}% partial hline from column i to column j
操作系统 & \LaTeX{}编译系统 & \LaTeX{}文本编辑器\\
\hline
Linux & \href{https://www.tug.org/texlive/acquire-netinstall.html}{\TeX{}Live Full} & \href{http://www.xm1math.net/texmaker/}{Texmaker}Vim (已集成于 Linux 系统)\\
MacOS & \href{https://www.tug.org/mactex/}{Mac\TeX{} Full} & \href{http://www.xm1math.net/texmaker/}{Texmaker}Texshop (已集成于 Mac\TeX{} Full)\\
Windows & \href{https://www.tug.org/texlive/acquire-netinstall.html}{\TeX{}Live Full} & \href{http://www.xm1math.net/texmaker/}{Texmaker}\\
Linux & \href{https://www.tug.org/texlive/acquire-netinstall.html}{\TeX{}Live Full} & \href{http://www.xm1math.net/texmaker/}{Texmaker}Vim (已集成于 Linux 系统)\\
MacOS & \href{https://www.tug.org/mactex/}{Mac\TeX{} Full} & \href{http://www.xm1math.net/texmaker/}{Texmaker}Texshop (已集成于 Mac\TeX{} Full)\\
Windows & \href{https://www.tug.org/texlive/acquire-netinstall.html}{\TeX{}Live Full} \href{https://miktex.org/download}{MiK\TeX{}} & \href{http://www.xm1math.net/texmaker/}{Texmaker}\\
\hline
\end{tabular}
\end{center}
Expand Down
4 changes: 2 additions & 2 deletions Thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
\documentclass[doublesided]{Style/ucasthesis}%
%- Multiple optional arguments:
%- [<singlesided|doublesided|printcopy>]% set one or two sided eprint or print
%- [fontset=<adobe|...>]% specify font set to replace automatic detection
%- [plain]% thesis writing of international students
%- [draftversion]% show draft version information
%- [fontset=<fandol|...>]% specify font set to replace automatic detection
%- [scheme=plain]% thesis writing of international students
%- [standard options for ctex book class: draft|paper size|font size|...]%
%---------------------------------------------------------------------------%
%->> Document settings
Expand Down
2 changes: 1 addition & 1 deletion 模板使用说明.pdf.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bddeb785e3980ae54883a68f16f9bfb25f00b13f
53f34b3ea0daa978d254c78d3874dbf6369d2aa0

0 comments on commit 40593e9

Please sign in to comment.