diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-06 22:52:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-06 22:52:46 +0000 |
commit | 68f82734361bd2681fdbec0be05baa870c9c5381 (patch) | |
tree | 34c5ef50efa226f21a1d523a4494207d23dda9a6 /Master/texmf-dist/source/latex | |
parent | 6f23c60d38f2b753f974e3c2173c3ddd76e3b346 (diff) |
cquthesis (6mar18)
git-svn-id: svn://tug.org/texlive/trunk@46863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx | 8 | ||||
-rwxr-xr-x | Master/texmf-dist/source/latex/cquthesis/makewin-en.bat (renamed from Master/texmf-dist/source/latex/cquthesis/makewin-English.bat) | 4 | ||||
-rwxr-xr-x | Master/texmf-dist/source/latex/cquthesis/makewin.bat | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx b/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx index 142e36b5e06..7750fb6ca39 100644 --- a/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx +++ b/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx @@ -16,7 +16,7 @@ % % \iffalse %<*driver> -\ProvidesFile{cquthesis.dtx}[2017/05/30 v1.20 Chongqing University Thesis Template] +\ProvidesFile{cquthesis.dtx}[2018/02/23 v1.30 Chongqing University Thesis Template] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -89,6 +89,8 @@ % \changes{v1.20}{2017/05/30}{调整了几个可选项的默认值,现在,openright默认开启。} % \changes{v1.20}{2017/05/30}{新功能:盲审模式,由开关blindtrail和\cs{secretize}宏以及\env{secretizeEnv}环境构成。} % \changes{v1.20}{2017/05/30}{再次改进了\file{makewin.bat},现在,Windows用户以管理员身份运行\file{makewin.bat}时不再会遭遇路径错误了。此外,\file{makewin.bat}有中英文两个版本了。} +% \changes{v1.30}{2017/05/30}{从\href{https://github.com/zepinglee/gbt7714-bibtex-style}{上游供应商zepinglee/gbt7714-bibtex-style}更新了\file{cqunumerical.bst}。} +% % % \def\indexname{代码索引} % \def\glossaryname{更新记录} @@ -775,14 +777,14 @@ %<cls>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<cls>\ProvidesClass{cquthesis} %<cfg>\ProvidesFile{cquthesis.cfg} -%<cls|cfg>[2017/05/30 v1.20 Chongqing University Thesis Template] +%<cls|cfg>[2018/02/23 v1.30 Chongqing University Thesis Template] % \end{macrocode} % 定义一些开发常量: % \begin{macrocode} %<*cls> \hyphenation{Cqu-Thesis} \newcommand{\cquthesis}{\textsc{CquThesis}} -\def\version{1.20} +\def\version{1.30} %</cls> % \end{macrocode} % \file{cquthesis.cfg}中,涉及文档部件的部分常量: diff --git a/Master/texmf-dist/source/latex/cquthesis/makewin-English.bat b/Master/texmf-dist/source/latex/cquthesis/makewin-en.bat index f9950c6eb2a..5feedc19dc9 100755 --- a/Master/texmf-dist/source/latex/cquthesis/makewin-English.bat +++ b/Master/texmf-dist/source/latex/cquthesis/makewin-en.bat @@ -1,5 +1,7 @@ @echo off
-cd /d %~dp0
+
+
+cd /d "%~dp0"
title CQUThesis Build Helper
diff --git a/Master/texmf-dist/source/latex/cquthesis/makewin.bat b/Master/texmf-dist/source/latex/cquthesis/makewin.bat index 67b06a7212c..9b8b41fa10f 100755 --- a/Master/texmf-dist/source/latex/cquthesis/makewin.bat +++ b/Master/texmf-dist/source/latex/cquthesis/makewin.bat @@ -1,7 +1,8 @@ @echo off
+
rem ڹԱµ·
-cd /d %~dp0
+cd /d "%~dp0"
title CQUThesisԶ
|