texlive[52355] Master/texmf-dist: cquthesis (13oct19)

commits+karl at tug.org commits+karl at tug.org
Sun Oct 13 00:06:46 CEST 2019


Revision: 52355
          http://tug.org/svn/texlive?view=revision&revision=52355
Author:   karl
Date:     2019-10-13 00:06:46 +0200 (Sun, 13 Oct 2019)
Log Message:
-----------
cquthesis (13oct19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/cquthesis/README-Chinese.md
    trunk/Master/texmf-dist/doc/latex/cquthesis/cquthesis.pdf
    trunk/Master/texmf-dist/doc/latex/cquthesis/dtx-style.sty
    trunk/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx
    trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg
    trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/cquthesis/README.md
    trunk/Master/texmf-dist/source/latex/cquthesis/Makefile

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/cquthesis/Makefile
    trunk/Master/texmf-dist/doc/latex/cquthesis/README

Deleted: trunk/Master/texmf-dist/doc/latex/cquthesis/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cquthesis/Makefile	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/doc/latex/cquthesis/Makefile	2019-10-12 22:06:46 UTC (rev 52355)
@@ -1,92 +0,0 @@
-# Makefile for CQUThesis
-# Adapted from Thuthesis Makefile
-
-# Compiling method: latexmk/xelatex/pdflatex
-METHOD = latexmk
-# Set opts for latexmk if you use it
-LATEXMKOPTS = -xelatex -quiet -halt-on-error -interaction=nonstopmode
-# Basename of thesis
-THESISMAIN = main
-
-
-PACKAGE=cquthesis
-SOURCES=$(PACKAGE).ins $(PACKAGE).dtx
-THESISCONTENTS=$(THESISMAIN).tex contents/*.tex $(FIGURES)
-# NOTE: update this to reflect your local file types.
-# 注意:下列内容可能需要根据你的实际情况调整
-FIGURES=$(wildcard figures/*.eps figures/*.pdf figures/*.jpg  figures/*.jpeg figures/*.png)
-BIBFILE=ref/refs.bib
-SHUJICONTENTS=$(SHUJIMAIN).tex
-CLSFILES=dtx-style.sty $(PACKAGE).cls $(PACKAGE).cfg
-
-# make deletion work on Windows
-ifdef SystemRoot
-	RM = del /Q
-	OPEN = start
-else
-	RM = rm -f
-	OPEN = open
-endif
-
-.PHONY: all clean cleanall cls check doc distclean thesis viewthesis viewdoc FORCE_MAKE
-
-all: doc thesis
-
-cls: $(CLSFILES)
-
-doc: $(PACKAGE).pdf
-
-$(CLSFILES): $(SOURCES)
-	latex $(PACKAGE).ins
-
-viewdoc: doc
-	$(OPEN) $(PACKAGE).pdf
-
-viewthesis: thesis
-	$(OPEN) $(THESISMAIN).pdf
-
-thesis: $(THESISMAIN).pdf
-
-ifeq ($(METHOD),latexmk)
-
-$(PACKAGE).pdf: $(CLSFILES)
-	xelatex $(PACKAGE).dtx
-	makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx
-	makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
-	xelatex $(PACKAGE).dtx
-	xelatex $(PACKAGE).dtx
-	xelatex $(PACKAGE).dtx
-
-$(THESISMAIN).pdf: $(CLSFILES)
-	$(METHOD) $(LATEXMKOPTS) $(THESISMAIN)
-
-else ifneq (,$(filter $(METHOD),xelatex pdflatex))
-
-$(PACKAGE).pdf: $(CLSFILES)
-	$(METHOD) $(PACKAGE).dtx
-	makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx
-	makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
-	$(METHOD) $(PACKAGE).dtx
-	$(METHOD) $(PACKAGE).dtx
-	$(METHOD) $(PACKAGE).dtx
-
-$(THESISMAIN).pdf: $(CLSFILES) $(THESISCONTENTS) $(THESISMAIN).bbl
-	$(METHOD) $(THESISMAIN)
-	$(METHOD) $(THESISMAIN)
-
-$(THESISMAIN).bbl: $(BIBFILE)
-	$(METHOD) $(THESISMAIN)
-	-bibtex $(THESISMAIN)
-	$(RM) $(THESISMAIN).pdf
-
-else
-$(error Unknown METHOD: $(METHOD))
-
-endif
-
-clean:
-	latexmk -c $(PACKAGE).dtx $(THESISMAIN)
-	-@$(RM) *~
-
-cleanall: clean
-	-@$(RM) $(PACKAGE).pdf $(THESISMAIN).pdf

Deleted: trunk/Master/texmf-dist/doc/latex/cquthesis/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cquthesis/README	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/doc/latex/cquthesis/README	2019-10-12 22:06:46 UTC (rev 52355)
@@ -1,52 +0,0 @@
-# CQUThesis v1.30 (2018/02/23)
-[![CI Building State](https://api.travis-ci.org/nanmu42/CQUThesis.svg?branch=master)](https://travis-ci.org/nanmu42/CQUThesis)
-[![CTAN release](https://img.shields.io/ctan/v/cquthesis.svg?label=CTAN)](https://www.ctan.org/pkg/cquthesis)
-[![GitHub release](https://img.shields.io/github/release/nanmu42/cquthesis.svg?label=Github)](https://github.com/nanmu42/CQUThesis/releases/latest)
-[![GitHub commits](https://img.shields.io/github/commits-since/nanmu42/CQUThesis/v1.30.svg)](https://github.com/nanmu42/CQUThesis/commits/master)
-[![DOI](https://zenodo.org/badge/58866503.svg)](https://zenodo.org/badge/latestdoi/58866503)
-
-**CQUThesis** stands for Chongqing University Thesis Template for LaTeX, bearing the ability to support bachelor, master, doctor dissertations with grace and speed.
-
-![CQUThesis-Poster](https://cloud.githubusercontent.com/assets/8143068/15363773/68c6b380-1d4c-11e6-9627-4d892facb333.png)
-
-# Deployment
-## Download
-Version	|	Link	|	Description
----	|	---		|	---
-Dev.	|[Click Here](https://github.com/nanmu42/cquthesis/zipball/master)	|	Recommend with new features and bug fixes
-Pre-release | [Github Link](https://github.com/nanmu42/CQUThesis/releases) | Accumulation of commits from Dev.
-Release	|[CTAN Page](https://www.ctan.org/pkg/cquthesis)|	Scheduled updates for CTAN, MikTeX and TeX Live
-
-## Installation
-Unzip all files to a new folder as your future work folder:
-* Windows users may easily double-click on `makewin.bat`;
-* Linux or Mac users may start the terminal:
-```
-cd path/to/cquthesis
-make thesis
-```
-If everything goes smoothly, CQUThesis is ready for work, with typeseting example named `main.pdf` in your work folder.
-
-# Question, Contribution and Contact
-Feel free to raise any question, and any possible contribution is highly appreciated.
-* [Github Issues](https://github.com/nanmu42/CQUThesis/issues);
-* Join [CQU TeX QQ Group](http://jq.qq.com/?_wv=1027&k=2HvYu95)
-
-Writing in English or Chinese is needed.
-
-# Acknowledgements
-The author would like to acknowledge these contributors for their efforts and, essentially, beautiful mind:
-
-* [The CTeX Community](https://github.com/CTeX-org/ctex-kit)
-* [XUE, Ruini](https://github.com/xueruini/thuthesis)
-* [USTC TeX User Group](https://github.com/ustctug/gbt-7714-2015)
-
-# About the Author
-Zhennan Li (i at nanmu dot me) proudly presents this work for you.
-
-# License
-This whole project may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version. The latest version of this license is in: 
-
-http://www.latex-project.org/lppl.txt
-
-and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.

Modified: trunk/Master/texmf-dist/doc/latex/cquthesis/README-Chinese.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cquthesis/README-Chinese.md	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/doc/latex/cquthesis/README-Chinese.md	2019-10-12 22:06:46 UTC (rev 52355)
@@ -1,8 +1,8 @@
-# 嗨,这里是CQUThesis! v1.30 (2018/02/23)
+# 嗨,这里是CQUThesis!
 [![CI Building State](https://api.travis-ci.org/nanmu42/CQUThesis.svg?branch=master)](https://travis-ci.org/nanmu42/CQUThesis)
 [![CTAN release](https://img.shields.io/ctan/v/cquthesis.svg?label=CTAN)](https://www.ctan.org/pkg/cquthesis)
 [![GitHub release](https://img.shields.io/github/release/nanmu42/cquthesis.svg?label=Github)](https://github.com/nanmu42/CQUThesis/releases/latest)
-[![GitHub commits](https://img.shields.io/github/commits-since/nanmu42/CQUThesis/v1.30.svg)](https://github.com/nanmu42/CQUThesis/commits/master)
+[![GitHub commits](https://img.shields.io/github/commits-since/nanmu42/CQUThesis/v1.40.svg)](https://github.com/nanmu42/CQUThesis/commits/master)
 [![DOI](https://zenodo.org/badge/58866503.svg)](https://zenodo.org/badge/latestdoi/58866503)
 
 CQUThesis表示的是**C**hong**Q**ing **U**niversity **Thesis**.

Added: trunk/Master/texmf-dist/doc/latex/cquthesis/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cquthesis/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/cquthesis/README.md	2019-10-12 22:06:46 UTC (rev 52355)
@@ -0,0 +1,52 @@
+# About CQUThesis
+[![CI Building State](https://api.travis-ci.org/nanmu42/CQUThesis.svg?branch=master)](https://travis-ci.org/nanmu42/CQUThesis)
+[![CTAN release](https://img.shields.io/ctan/v/cquthesis.svg?label=CTAN)](https://www.ctan.org/pkg/cquthesis)
+[![GitHub release](https://img.shields.io/github/release/nanmu42/cquthesis.svg?label=Github)](https://github.com/nanmu42/CQUThesis/releases/latest)
+[![GitHub commits](https://img.shields.io/github/commits-since/nanmu42/CQUThesis/v1.40.svg)](https://github.com/nanmu42/CQUThesis/commits/master)
+[![DOI](https://zenodo.org/badge/58866503.svg)](https://zenodo.org/badge/latestdoi/58866503)
+
+**CQUThesis** stands for Chongqing University Thesis Template for LaTeX, bearing the ability to support bachelor, master, doctor dissertations with grace and speed.
+
+![CQUThesis-Poster](https://cloud.githubusercontent.com/assets/8143068/15363773/68c6b380-1d4c-11e6-9627-4d892facb333.png)
+
+# Deployment
+## Download
+Version	|	Link	|	Description
+---	|	---		|	---
+Dev.	|[Click Here](https://github.com/nanmu42/cquthesis/zipball/master)	|	Recommend with new features and bug fixes
+Pre-release | [Github Link](https://github.com/nanmu42/CQUThesis/releases) | Accumulation of commits from Dev.
+Release	|[CTAN Page](https://www.ctan.org/pkg/cquthesis)|	Scheduled updates for CTAN, MikTeX and TeX Live
+
+## Installation
+Unzip all files to a new folder as your future work folder:
+* Windows users may easily double-click on `makewin.bat`;
+* Linux or Mac users may start the terminal:
+```
+cd path/to/cquthesis
+make thesis
+```
+If everything goes smoothly, CQUThesis is ready for work, with typeseting example named `main.pdf` in your work folder.
+
+# Question, Contribution and Contact
+Feel free to raise any question, and any possible contribution is highly appreciated.
+* [Github Issues](https://github.com/nanmu42/CQUThesis/issues);
+* Join [CQU TeX QQ Group](http://jq.qq.com/?_wv=1027&k=2HvYu95)
+
+Writing in English or Chinese is needed.
+
+# Acknowledgements
+The author would like to acknowledge these contributors for their efforts and, essentially, beautiful mind:
+
+* [The CTeX Community](https://github.com/CTeX-org/ctex-kit)
+* [XUE, Ruini](https://github.com/xueruini/thuthesis)
+* [USTC TeX User Group](https://github.com/ustctug/gbt-7714-2015)
+
+# About the Author
+Zhennan Li (i at nanmu dot me) proudly presents this work for you.
+
+# License
+This whole project may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version. The latest version of this license is in: 
+
+http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.


Property changes on: trunk/Master/texmf-dist/doc/latex/cquthesis/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/cquthesis/cquthesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/cquthesis/dtx-style.sty
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cquthesis/dtx-style.sty	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/doc/latex/cquthesis/dtx-style.sty	2019-10-12 22:06:46 UTC (rev 52355)
@@ -8,7 +8,7 @@
 %% 
 %% This is a generated file.
 %% 
-%% Copyright (C) 2016-2018 by Zhennan Li <i at nanmu.me>
+%% Copyright (C) 2016-2019 by Zhennan Li <i at nanmu.me>
 %% This file may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
 %% version 1.3 of this license or (at your option) any later
@@ -23,8 +23,6 @@
 \RequirePackage[bottom,perpage,hang,]{footmisc}
 \RequirePackage{hypdoc}
 \RequirePackage[UTF8,scheme=chinese]{ctex}
-\RequirePackage{newpxtext}
-\RequirePackage{newpxmath}
 \RequirePackage[
 top=2.5cm, bottom=2.5cm,
 left=4cm, right=2cm,

Added: trunk/Master/texmf-dist/source/latex/cquthesis/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/cquthesis/Makefile	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/cquthesis/Makefile	2019-10-12 22:06:46 UTC (rev 52355)
@@ -0,0 +1,92 @@
+# Makefile for CQUThesis
+# Adapted from Thuthesis Makefile
+
+# Compiling method: latexmk/xelatex/pdflatex
+METHOD = latexmk
+# Set opts for latexmk if you use it
+LATEXMKOPTS = -xelatex -quiet -halt-on-error -interaction=nonstopmode
+# Basename of thesis
+THESISMAIN = main
+
+
+PACKAGE=cquthesis
+SOURCES=$(PACKAGE).ins $(PACKAGE).dtx
+THESISCONTENTS=$(THESISMAIN).tex contents/*.tex $(FIGURES)
+# NOTE: update this to reflect your local file types.
+# 注意:下列内容可能需要根据你的实际情况调整
+FIGURES=$(wildcard figures/*.eps figures/*.pdf figures/*.jpg  figures/*.jpeg figures/*.png)
+BIBFILE=ref/refs.bib
+SHUJICONTENTS=$(SHUJIMAIN).tex
+CLSFILES=dtx-style.sty $(PACKAGE).cls $(PACKAGE).cfg
+
+# make deletion work on Windows
+ifdef SystemRoot
+	RM = del /Q
+	OPEN = start
+else
+	RM = rm -f
+	OPEN = open
+endif
+
+.PHONY: all clean cleanall cls check doc distclean thesis viewthesis viewdoc FORCE_MAKE
+
+all: doc thesis
+
+cls: $(CLSFILES)
+
+doc: $(PACKAGE).pdf
+
+$(CLSFILES): $(SOURCES)
+	latex $(PACKAGE).ins
+
+viewdoc: doc
+	$(OPEN) $(PACKAGE).pdf
+
+viewthesis: thesis
+	$(OPEN) $(THESISMAIN).pdf
+
+thesis: $(THESISMAIN).pdf
+
+ifeq ($(METHOD),latexmk)
+
+$(PACKAGE).pdf: $(CLSFILES)
+	xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
+	makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx
+	makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
+	xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
+	xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
+	xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
+
+$(THESISMAIN).pdf: $(CLSFILES)
+	$(METHOD) $(LATEXMKOPTS) $(THESISMAIN)
+
+else ifneq (,$(filter $(METHOD),xelatex pdflatex))
+
+$(PACKAGE).pdf: $(CLSFILES)
+	$(METHOD) $(PACKAGE).dtx
+	makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx
+	makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
+	$(METHOD) $(PACKAGE).dtx
+	$(METHOD) $(PACKAGE).dtx
+	$(METHOD) $(PACKAGE).dtx
+
+$(THESISMAIN).pdf: $(CLSFILES) $(THESISCONTENTS) $(THESISMAIN).bbl
+	$(METHOD) $(THESISMAIN)
+	$(METHOD) $(THESISMAIN)
+
+$(THESISMAIN).bbl: $(BIBFILE)
+	$(METHOD) $(THESISMAIN)
+	-bibtex $(THESISMAIN)
+	$(RM) $(THESISMAIN).pdf
+
+else
+$(error Unknown METHOD: $(METHOD))
+
+endif
+
+clean:
+	latexmk -c $(PACKAGE).dtx $(THESISMAIN)
+	-@$(RM) *~
+
+cleanall: clean
+	-@$(RM) $(PACKAGE).pdf $(THESISMAIN).pdf


Property changes on: trunk/Master/texmf-dist/source/latex/cquthesis/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/source/latex/cquthesis/cquthesis.dtx	2019-10-12 22:06:46 UTC (rev 52355)
@@ -16,7 +16,7 @@
 %
 % \iffalse
 %<*driver>
-\ProvidesFile{cquthesis.dtx}[2018/02/23 v1.30 Chongqing University Thesis Template]
+\ProvidesFile{cquthesis.dtx}[2019/10/12 v1.40 Chongqing University Thesis Template]
 \documentclass{ltxdoc}
 \usepackage{dtx-style}
 
@@ -30,7 +30,7 @@
 %</driver>
 % \fi
 %
-% \CheckSum{1893}
+% \CheckSum{1891}
 %
 % \CharacterTable
 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -89,7 +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}。}
+% \changes{v1.30}{2018/02/23}{从\href{https://github.com/zepinglee/gbt7714-bibtex-style}{上游供应商zepinglee/gbt7714-bibtex-style}更新了\file{cqunumerical.bst}。}
+% \changes{v1.40}{2019/10/12}{修复了\href{https://github.com/nanmu42/CQUThesis/issues/44}{Issue 44}。}
 %
 %
 % \def\indexname{代码索引}
@@ -777,7 +778,7 @@
 %<cls>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<cls>\ProvidesClass{cquthesis}
 %<cfg>\ProvidesFile{cquthesis.cfg}
-%<cls|cfg>[2018/02/23 v1.30 Chongqing University Thesis Template]
+%<cls|cfg>[2019/10/12 v1.40 Chongqing University Thesis Template]
 %    \end{macrocode}
 % 定义一些开发常量:
 %    \begin{macrocode}
@@ -960,7 +961,6 @@
 % 一些字体相关的宏包:
 %    \begin{macrocode}
 \RequirePackage[defaultsups]{newtxtext}
-\RequirePackage{newtxmath}
 \RequirePackage{pifont}
 \RequirePackage{CJKfntef}
 %    \end{macrocode}
@@ -1388,7 +1388,7 @@
 % 定理环境中文定义在.cfg中完成
 %    \begin{macrocode}
 %<*cfg>
-\theoremsymbol{\ensuremath{\square}}
+\theoremsymbol{\ensuremath{\ding{110}}}
 \newtheorem*{proof}{证明}
 \theoremstyle{plain}
 \theoremsymbol{}
@@ -1437,9 +1437,9 @@
 %    \begin{macrocode}
 %<*cfg>
 \sisetup{%
-	list-final-separator	=	{和},
-	list-pair-separator		=	{和},
-	range-phrase			=	{$ \sim $},
+	list-final-separator	=	{ 和 },
+	list-pair-separator		=	{ 和 },
+	range-phrase			=	{~},
 }%\sisetup
 %    \end{macrocode}
 %
@@ -2390,8 +2390,6 @@
 \RequirePackage[bottom,perpage,hang,]{footmisc}
 \RequirePackage{hypdoc}
 \RequirePackage[UTF8,scheme=chinese]{ctex}
-\RequirePackage{newpxtext}
-\RequirePackage{newpxmath}
 \RequirePackage[
 top=2.5cm, bottom=2.5cm,
 left=4cm, right=2cm,

Modified: trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg	2019-10-12 22:06:46 UTC (rev 52355)
@@ -8,7 +8,7 @@
 %% 
 %% This is a generated file.
 %% 
-%% Copyright (C) 2016-2018 by Zhennan Li <i at nanmu.me>
+%% Copyright (C) 2016-2019 by Zhennan Li <i at nanmu.me>
 %% This file may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
 %% version 1.3 of this license or (at your option) any later
@@ -22,7 +22,7 @@
 %% This is the configuration file of the cquthesis package with LaTeX2e.
 %% 
 \ProvidesFile{cquthesis.cfg}
-[2018/02/23 v1.30 Chongqing University Thesis Template]
+[2019/10/12 v1.40 Chongqing University Thesis Template]
 \def\cqueqshortname {式} 
 \def\cqu at denotation@name {主要符号对照表}
 \def\shorttablename {表}
@@ -133,7 +133,7 @@
 {More than 10 footnotes in a single page are not supported.}{}
 \fi
 }{}{}
-\theoremsymbol{\ensuremath{\square}}
+\theoremsymbol{\ensuremath{\ding{110}}}
 \newtheorem*{proof}{证明}
 \theoremstyle{plain}
 \theoremsymbol{}
@@ -151,9 +151,9 @@
 \newtheorem{problem}{问题}[chapter]
 \newtheorem{conjecture}{猜想}[chapter]
 \sisetup{%
-list-final-separator = {和},
-list-pair-separator = {和},
-range-phrase = {$ \sim $},
+list-final-separator = { 和 },
+list-pair-separator = { 和 },
+range-phrase = {~},
 }%\sisetup
 \AtBeginDocument{%
 \def\figureautorefname{图}

Modified: trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls	2019-10-12 22:06:25 UTC (rev 52354)
+++ trunk/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls	2019-10-12 22:06:46 UTC (rev 52355)
@@ -8,7 +8,7 @@
 %% 
 %% This is a generated file.
 %% 
-%% Copyright (C) 2016-2018 by Zhennan Li <i at nanmu.me>
+%% Copyright (C) 2016-2019 by Zhennan Li <i at nanmu.me>
 %% This file may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
 %% version 1.3 of this license or (at your option) any later
@@ -21,7 +21,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesClass{cquthesis}
-[2018/02/23 v1.30 Chongqing University Thesis Template]
+[2019/10/12 v1.40 Chongqing University Thesis Template]
 \hyphenation{Cqu-Thesis}
 \newcommand{\cquthesis}{\textsc{CquThesis}}
 \def\version{1.30}
@@ -106,7 +106,6 @@
 \RequirePackage{fontspec}
 \RequirePackage{amsmath}
 \RequirePackage[defaultsups]{newtxtext}
-\RequirePackage{newtxmath}
 \RequirePackage{pifont}
 \RequirePackage{CJKfntef}
 \RequirePackage{newfloat}



More information about the tex-live-commits mailing list