Skip to content

Commit

Permalink
Bump version v5.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xueruini committed Jan 11, 2016
1 parent 26e1715 commit 60ee935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thuthesis",
"version": "5.1.0",
"version": "5.2.0",
"description": "Tsinghua University Thesis LaTex Template",
"main": "gulpfile.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% \iffalse
%<*driver>
\def\thudate{\the\year/\the\month/\the\day}
\def\thuversion{5.1.0}
\def\thuversion{5.2.0}
\ProvidesFile{thuthesis.dtx}[{\thudate} {\thuversion} Tsinghua University Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}
Expand Down Expand Up @@ -1178,7 +1178,7 @@
%<cls>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<cls>\ProvidesClass{thuthesis}
%<cfg>\ProvidesFile{thuthesis.cfg}
%<cls|cfg>[2015/12/27 5.1.0 Tsinghua University Thesis Template]
%<cls|cfg>[2016/1/11 5.2.0 Tsinghua University Thesis Template]
% \end{macrocode}
%
% \subsection{定义选项}
Expand All @@ -1197,7 +1197,7 @@
%<*cls>
\hyphenation{Thu-Thesis}
\def\thuthesis{\textsc{ThuThesis}}
\def\version{5.1.0}
\def\version{5.2.0}

\RequirePackage{kvoptions}
\SetupKeyvalOptions{
Expand Down Expand Up @@ -3214,7 +3214,7 @@
% \end{macrocode}
% \end{environment}
%
% \changes{v5.1.1}{2016/1/11}{增加 \cs{title} 排版翻译标题。}
% \changes{v5.2.0}{2016/1/11}{增加 \cs{title} 排版翻译标题。}
% \begin{macro}{\title}
% 本科外文翻译文章的标题,用法:\cs{title}\marg{资料标题}。这个命令只能在附录环
% 境下使用。
Expand All @@ -3227,7 +3227,7 @@
% \end{macrocode}
% \end{macro}
%
% \changes{v5.1.1}{2016/1/11}{增加翻译文献环境 \env{translationbib}。}
% \changes{v5.2.0}{2016/1/11}{增加翻译文献环境 \env{translationbib}。}
% \begin{environment}{translationbib}
% 外文资料的参考文用宋体五号字,取固定行距17pt,段前后3pt。
% \begin{macrocode}
Expand Down Expand Up @@ -3302,7 +3302,7 @@
% \end{environment}
% \end{environment}
%
% \changes{v5.1.1}{2016/1/11}{增加 \cs{publicationskip}。}
% \changes{v5.2.0}{2016/1/11}{增加 \cs{publicationskip}。}
% \begin{macro}{\publicationskip}
% \env{publications} 环境可以连续出现多次,第二类论文列表前后要空一行,使
% 用 \cs{publicationskip}。
Expand Down

0 comments on commit 60ee935

Please sign in to comment.