texlive[46132] Master/texmf-dist: thuthesis (24dec17)

commits+karl at tug.org commits+karl at tug.org
Sun Dec 24 23:45:47 CET 2017


Revision: 46132
          http://tug.org/svn/texlive?view=revision&revision=46132
Author:   karl
Date:     2017-12-24 23:45:47 +0100 (Sun, 24 Dec 2017)
Log Message:
-----------
thuthesis (24dec17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst
    trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst
    trunk/Master/texmf-dist/doc/latex/thuthesis/main.pdf
    trunk/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf
    trunk/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf
    trunk/Master/texmf-dist/source/latex/thuthesis/thuthesis.dtx
    trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg
    trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls

Modified: trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst	2017-12-24 22:44:24 UTC (rev 46131)
+++ trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-author-year.bst	2017-12-24 22:45:47 UTC (rev 46132)
@@ -436,31 +436,8 @@
   if$
 }
 
-FUNCTION {is.doi.in.url}
-{ url empty$
-    { #0 }
-    { doi text.length$ 'stringlength :=
-      url text.length$ 'charptr :=
-        { url charptr stringlength substring$ doi = not
-          charptr #0 >
-          and
-        }
-        { charptr #1 - 'charptr := }
-      while$
-      charptr
-    }
-  if$
-}
-
 FUNCTION {format.doi}
-{ doi empty$
-    { "" }
-    { is.doi.in.url
-        { "" }
-        { new.block "\doi{" doi * "}" * }
-      if$
-    }
-  if$
+{ ""
 }
 
 FUNCTION {format.title}

Modified: trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst	2017-12-24 22:44:24 UTC (rev 46131)
+++ trunk/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst	2017-12-24 22:45:47 UTC (rev 46132)
@@ -435,31 +435,8 @@
   if$
 }
 
-FUNCTION {is.doi.in.url}
-{ url empty$
-    { #0 }
-    { doi text.length$ 'stringlength :=
-      url text.length$ 'charptr :=
-        { url charptr stringlength substring$ doi = not
-          charptr #0 >
-          and
-        }
-        { charptr #1 - 'charptr := }
-      while$
-      charptr
-    }
-  if$
-}
-
 FUNCTION {format.doi}
-{ doi empty$
-    { "" }
-    { is.doi.in.url
-        { "" }
-        { new.block "\doi{" doi * "}" * }
-      if$
-    }
-  if$
+{ ""
 }
 
 FUNCTION {format.title}

Modified: trunk/Master/texmf-dist/doc/latex/thuthesis/main.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/thuthesis/thuthesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/thuthesis/thuthesis.dtx	2017-12-24 22:44:24 UTC (rev 46131)
+++ trunk/Master/texmf-dist/source/latex/thuthesis/thuthesis.dtx	2017-12-24 22:45:47 UTC (rev 46132)
@@ -16,7 +16,7 @@
 %
 % \iffalse
 %<*driver>
-\ProvidesFile{thuthesis.dtx}[2017/12/18 5.4.2 Tsinghua University Thesis Template]
+\ProvidesFile{thuthesis.dtx}[2017/12/24 5.4.3 Tsinghua University Thesis Template]
 \documentclass{ltxdoc}
 \usepackage{dtx-style}
 
@@ -353,15 +353,15 @@
 % \label{sec:updgrade}
 % \thuthesis\ 升级非常简单,可以通过 \TeX 发行版的包管理工具自动更新发行版,也可
 % 以下载最新的开发版,
-% 将 \file{thuthesis.ins},\file{thuthesis.dtx} 和 \file{bst/} 拷贝至工作目录覆盖
-% 相应的文件,然后运行:
+% 将 \file{thuthesis.ins},\file{thuthesis.dtx},\file{thuthesis-author-year.bst}
+% 和 \file{thuthesis-numeric.bst} 拷贝至工作目录覆盖相应的文件,然后运行:
 % \begin{shell}
 % $ latex thuthesis.ins
 % \end{shell}
 %
 % 生成新的类文件和配置文件即可。也可以直接拷
-% 贝 \file{thuthesis.cls},\file{thuthesis.cfg} 和 \file{bst/},免去上面命令的执
-% 行。
+% 贝 \file{thuthesis.cls},\file{thuthesis.cfg},\file{thuthesis-author-year.bst}
+% 和 \file{thuthesis-numeric.bst},免去上面命令的执行。
 %
 %
 % \section{使用说明}
@@ -381,11 +381,13 @@
 %
 % \subsection{示例文件}
 % \label{sec:userguide}
-% 模板核心文件有:\file{thuthesis.cls},\file{thuthesis.cfg} 和 \file{bst/},但是
-% 如果没有示例文档用户会发现很难下手。所以推荐新用户从模板自带的示例文档入手,里
-% 面包括了论文写作用到的所有命令及其使用方法,只需要用自己的内容进行相应替换就可
-% 以。对于不清楚的命令可以查阅本手册。下面的例子描述了模板中章节的组织形式,来自
-% 于示例文档,具体内容可以参考模板附带的 \file{main.tex} 和 \file{data/}。
+% 模板核心文件
+% 有:\file{thuthesis.cls},\file{thuthesis.cfg},\file{thuthesis-numeric.bst} 和
+% \file{thuthesis-author-year.bst},但是如果没有示例文档用户会发现很难下手。所以推
+% 荐新用户从模板自带的示例文档入手,里面包括了论文写作用到的所有命令及其使用方法,
+% 只需要用自己的内容进行相应替换就可以。对于不清楚的命令可以查阅本手册。下面的例
+% 子描述了模板中章节的组织形式,来自于示例文档,具体内容可以参考模板附带
+% 的 \file{main.tex} 和 \file{data/}。
 %
 % \lstinputlisting[style=lstStyleLaTeX]{main.tex}
 %
@@ -451,7 +453,6 @@
 % 模板支持两种引用方式,分别为理工科常用的“数字式 [1]”和文科常用
 % 的“作者-年份 (Zhang, 2008)”。使用者可通过 \cs{bibliographystyle} 来选择:
 % \begin{latex}
-% % 两个样式文件都置于 bst/,故引用时许注意路径。
 % % 数字式
 % \bibliographystyle{thuthesis-numeric}
 %
@@ -1107,7 +1108,7 @@
 %<cls>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<cls>\ProvidesClass{thuthesis}
 %<cfg>\ProvidesFile{thuthesis.cfg}
-%<cls|cfg>[2017/12/18 5.4.2 Tsinghua University Thesis Template]
+%<cls|cfg>[2017/12/24 5.4.3 Tsinghua University Thesis Template]
 %    \end{macrocode}
 %
 % \subsection{定义选项}
@@ -1126,7 +1127,7 @@
 %<*cls>
 \hyphenation{Thu-Thesis}
 \def\thuthesis{\textsc{ThuThesis}}
-\def\version{5.4.2}
+\def\version{5.4.3}
 
 \RequirePackage{kvoptions}
 \SetupKeyvalOptions{

Modified: trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg	2017-12-24 22:44:24 UTC (rev 46131)
+++ trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg	2017-12-24 22:45:47 UTC (rev 46132)
@@ -21,7 +21,7 @@
 %% This is the configuration file of the ThuThesis package with LaTeX2e.
 %% 
 \ProvidesFile{thuthesis.cfg}
-[2017/12/18 5.4.2 Tsinghua University Thesis Template]
+[2017/12/24 5.4.3 Tsinghua University Thesis Template]
 \theorembodyfont{\normalfont}
 \theoremheaderfont{\normalfont\heiti}
 \theoremsymbol{\ensuremath{\square}}

Modified: trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls	2017-12-24 22:44:24 UTC (rev 46131)
+++ trunk/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls	2017-12-24 22:45:47 UTC (rev 46132)
@@ -23,10 +23,10 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesClass{thuthesis}
-[2017/12/18 5.4.2 Tsinghua University Thesis Template]
+[2017/12/24 5.4.3 Tsinghua University Thesis Template]
 \hyphenation{Thu-Thesis}
 \def\thuthesis{\textsc{ThuThesis}}
-\def\version{5.4.2}
+\def\version{5.4.3}
 
 \RequirePackage{kvoptions}
 \SetupKeyvalOptions{



More information about the tex-live-commits mailing list