summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-12 16:07:46 +0000
committerKarl Berry <karl@freefriends.org>2016-06-12 16:07:46 +0000
commit225eb45fe056f5ea2a0e66c6bc444752c744f2f3 (patch)
tree683946eeb5b188d8ee702ce1c881de388f6a398f
parentfaa14e2a6e70f07d10f44b45111ca28901e1dba6 (diff)
sduthesis (28may16)
git-svn-id: svn://tug.org/texlive/trunk@41401 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/sduthesis/LICENSE.md5
-rw-r--r--Master/texmf-dist/doc/latex/sduthesis/README2
-rw-r--r--Master/texmf-dist/doc/latex/sduthesis/README.md52
-rw-r--r--Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.pdfbin1187747 -> 1219664 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.tex4
-rw-r--r--Master/texmf-dist/doc/latex/sduthesis/sduthesis.pdfbin343280 -> 377608 bytes
-rw-r--r--Master/texmf-dist/source/latex/sduthesis/sduthesis.dtx16
-rw-r--r--Master/texmf-dist/source/latex/sduthesis/sduthesis.ins6
-rw-r--r--Master/texmf-dist/tex/latex/sduthesis/sduthesis-cover.def4
-rw-r--r--Master/texmf-dist/tex/latex/sduthesis/sduthesis-statement.def4
-rw-r--r--Master/texmf-dist/tex/latex/sduthesis/sduthesis.cls8
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
12 files changed, 80 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/sduthesis/LICENSE.md b/Master/texmf-dist/doc/latex/sduthesis/LICENSE.md
new file mode 100644
index 00000000000..62e53aca6ff
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sduthesis/LICENSE.md
@@ -0,0 +1,5 @@
+Released under the [LaTeX Project Public
+License](http://www.latex-project.org/lppl.txt), v1.3c or later.
+
+The package has status 'maintained': the current maintainer is
+[Liam Huang](liamhuang0205+sduthesis@gmail.com).
diff --git a/Master/texmf-dist/doc/latex/sduthesis/README b/Master/texmf-dist/doc/latex/sduthesis/README
index 64c501ef16e..9a5baa498a2 100644
--- a/Master/texmf-dist/doc/latex/sduthesis/README
+++ b/Master/texmf-dist/doc/latex/sduthesis/README
@@ -47,6 +47,6 @@ Email: liamhuang0205+sduthesis@gmail.com
If you are interested in the process of development you may observe
-<https://github.com/LiamHuang0205/sduthesis>
+<https://github.com/Liam0205/sduthesis>
[liam-ctan]: http://www.ctan.org/author/huang-l
diff --git a/Master/texmf-dist/doc/latex/sduthesis/README.md b/Master/texmf-dist/doc/latex/sduthesis/README.md
new file mode 100644
index 00000000000..9a5baa498a2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sduthesis/README.md
@@ -0,0 +1,52 @@
+# The `sduthesis` Class / `sduthesis` 文档类
+
+## Introduction / 介绍
+
+The `sduthesis` is designed for students of Shandong Univ., P.R.China,
+by [Liam Huang][liam-ctan]. The 1.0.x versions of `sduthesis` were
+released in the name of Ch'en Meng, while from the begining of version 1.2.0,
+it was released in the name of Liam Huang and was rewritten in `docstrip`.
+
+This work is released under the LaTeX Project Public License, v1.3c or later.
+See the License file.
+
+`sduthesis` 是由 [Liam Huang][liam-ctan] 为山东大学学生设计的 LaTeX 论文模板。
+1.x 以化名 Ch'en Meng 的名义发布;1.2.0 版本开始,以 `docstrip` 工具重写了整个代码,
+并以 Liam Huang 的名义发布。
+
+`sduthesis` 遵循不低于 1.3 版本的 LPPL 许可证,详情请查看 LICENSE 文件。
+
+## Installation / 安装
+
+ cd path/to/sduthesis
+ xelatex sduthesis.ins
+ xelatex -shell-escape sduthesis.dtx
+ xelatex -shell-escape sduthesis.dtx
+ xelatex sduthesis-demo.tex
+ xelatex sduthesis-demo.tex
+
+Remove temp-files.
+
+* Put `sduthesis.ins` and `sduthesis.dtx` to `TEXMF/source/latex/sduthesis/`
+* Put `sduthesis.cls`, `*.def` and `figures/' to `TEXMF/tex/latex/sduthesis/`
+* Put the remaining files to `TEXMF/doc/latex/sduthesis/`
+
+中文用户参见用户文档。
+
+## Usage / 用法
+
+See the user manual `sduthesis.pdf` and the demo `sduthesis-demo.tex'.
+
+参见用户文档 `sduthesis.pdf` 及示例文件 `sduthesis-demo.tex`。
+
+## Author / 作者
+
+Liam Huang
+
+Email: liamhuang0205+sduthesis@gmail.com
+
+If you are interested in the process of development you may observe
+
+<https://github.com/Liam0205/sduthesis>
+
+[liam-ctan]: http://www.ctan.org/author/huang-l
diff --git a/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.pdf b/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.pdf
index b5f0a9ab298..0af1ed25dd8 100644
--- a/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.pdf
+++ b/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.tex b/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.tex
index d409a403d44..67984ce38e9 100644
--- a/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.tex
+++ b/Master/texmf-dist/doc/latex/sduthesis/sduthesis-demo.tex
@@ -10,7 +10,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -343,7 +343,7 @@ Graduting from SDU, I am suffering from lovesickness for the beauties, say the b
\listoffigures
\end{document}
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/doc/latex/sduthesis/sduthesis.pdf b/Master/texmf-dist/doc/latex/sduthesis/sduthesis.pdf
index 1f27f208420..c90de1fab2d 100644
--- a/Master/texmf-dist/doc/latex/sduthesis/sduthesis.pdf
+++ b/Master/texmf-dist/doc/latex/sduthesis/sduthesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/sduthesis/sduthesis.dtx b/Master/texmf-dist/source/latex/sduthesis/sduthesis.dtx
index de8dc679480..a7137048556 100644
--- a/Master/texmf-dist/source/latex/sduthesis/sduthesis.dtx
+++ b/Master/texmf-dist/source/latex/sduthesis/sduthesis.dtx
@@ -2,7 +2,7 @@
%
% This is file `sduthesis.dtx'.
%
-% Copyright (C) 2012 -- 2014 by Liam Huang
+% Copyright (C) 2012 -- 2016 by Liam Huang
% -----------------------------------
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -21,7 +21,7 @@
% \iffalse
%<*driver>
\ProvidesFile{sduthesis.dtx}
- [2015/01/05 v1.2.0c Thesis Template of Shandong Unversity]
+ [2016/05/28 v1.2.1 Thesis Template of Shandong Unversity]
\documentclass{ltxdoc}
\EnableCrossrefs
\CodelineIndex
@@ -91,7 +91,7 @@
% 模板由 Liam Huang 设计制作,并遵循 \LaTeX{} Project Public License 开源,
% 源代码公开在 GitHub 上,项目地址是:
% \begin{quote}
-% \url{https://github.com/LiamHuang0205/sduthesis}
+% \url{https://github.com/Liam0205/sduthesis}
% \end{quote}
% 欢迎山大学子参与进来,共同维护这一项目。\par
% \mem{模板的意义在于,它能让使用者将注意力集中在论文内容的编写上,而不必费心于
@@ -120,7 +120,7 @@
% 你可以在 GitHub 的 releases 页面找到 \pkg{sduthesis} 的历史版本并下载。
% 建议总是下载安装最新版本的模板。
% \begin{quote}
-% \url{https://github.com/LiamHuang0205/sduthesis/releases}
+% \url{https://github.com/Liam0205/sduthesis/releases}
% \end{quote}
% 这里,类似 \fileversion{} 的版本是源代码,下载后需要进行编译安装;
% 类似 \fileversion-plain 的版本是扁平化安装,下载后解压至工作目录
@@ -243,7 +243,7 @@ xelatex sduthesis-demo.tex
% \begin{itemize}
% \item[C\TeX{}论坛] \url{http://bbs.ctex.org};
% \item[QQ 群] 31752345;
-% \item[GitHub Issue] \url{https://github.com/LiamHuang0205/sduthesis/issues}。
+% \item[GitHub Issue] \url{https://github.com/Liam0205/sduthesis/issues}。
% \end{itemize}
% \subsection{关于编译}
% \pkg{\jobname} 支持三种编译方式:
@@ -481,7 +481,7 @@ xelatex sduthesis-demo.tex
%<*class>
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{sduthesis}
- [2015/01/05 v1.2.0c Thesis Template of Shandong University]
+ [2016/05/28 v1.2.1 Thesis Template of Shandong University]
% \end{macrocode}
% \subsection{定义选项}
% 载入 \pkg{kvoptions} 宏包,并进行相关设置。
@@ -503,7 +503,7 @@ xelatex sduthesis-demo.tex
\LoadClass[a4paper, cs4size, UTF8, hyperref, fancyhdr]{ctexbook}
\ProcessKeyvalOptions*\relax
\ifSDU@opt@double\relax\else
- \PassOptionsToClass{twoside}{ctexbook}
+ \PassOptionsToClass{oneside}{ctexbook}
\fi
% \end{macrocode}
% \subsection{加载宏包}
@@ -948,7 +948,7 @@ Email: liamhuang0205+sduthesis@gmail.com
If you are interested in the process of development you may observe
-<https://github.com/LiamHuang0205/sduthesis>
+<https://github.com/Liam0205/sduthesis>
[liam-ctan]: http://www.ctan.org/author/huang-l
%</readme>
diff --git a/Master/texmf-dist/source/latex/sduthesis/sduthesis.ins b/Master/texmf-dist/source/latex/sduthesis/sduthesis.ins
index b7235283a32..5789ded50e5 100644
--- a/Master/texmf-dist/source/latex/sduthesis/sduthesis.ins
+++ b/Master/texmf-dist/source/latex/sduthesis/sduthesis.ins
@@ -1,6 +1,6 @@
% This is file `sduthesis.ins'.
%
-% Copyright (C) 2012 -- 2014 by Liam Huang
+% Copyright (C) 2012 -- 2016 by Liam Huang
% -----------------------------------
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -21,7 +21,7 @@
This is a generated file.
-Copyright (C) 2012 -- 2014 by Liam Huang
+Copyright (C) 2012 -- 2016 by Liam Huang
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
@@ -38,7 +38,7 @@ The Current Maintainer of this work is Liam Huang.
\endpreamble
\postamble
-Copyright (C) 2012 -- 2014 by Liam Huang
+Copyright (C) 2012 -- 2016 by Liam Huang
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/sduthesis/sduthesis-cover.def b/Master/texmf-dist/tex/latex/sduthesis/sduthesis-cover.def
index 512a3107119..2323c7190a4 100644
--- a/Master/texmf-dist/tex/latex/sduthesis/sduthesis-cover.def
+++ b/Master/texmf-dist/tex/latex/sduthesis/sduthesis-cover.def
@@ -10,7 +10,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -78,7 +78,7 @@
\clearpage
}
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/sduthesis/sduthesis-statement.def b/Master/texmf-dist/tex/latex/sduthesis/sduthesis-statement.def
index ae9972f67f5..d3d1737ab0d 100644
--- a/Master/texmf-dist/tex/latex/sduthesis/sduthesis-statement.def
+++ b/Master/texmf-dist/tex/latex/sduthesis/sduthesis-statement.def
@@ -10,7 +10,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -57,7 +57,7 @@
\end{titlepage}
}
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/sduthesis/sduthesis.cls b/Master/texmf-dist/tex/latex/sduthesis/sduthesis.cls
index de2b5d27977..fba9f47c360 100644
--- a/Master/texmf-dist/tex/latex/sduthesis/sduthesis.cls
+++ b/Master/texmf-dist/tex/latex/sduthesis/sduthesis.cls
@@ -10,7 +10,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -26,7 +26,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{sduthesis}
- [2015/01/05 v1.2.0c Thesis Template of Shandong University]
+ [2016/05/28 v1.2.1 Thesis Template of Shandong University]
\RequirePackage{kvoptions}
\RequirePackage{etoolbox}
\SetupKeyvalOptions{family=SDU, prefix=SDU@opt@, setkeys=\kvsetkeys}
@@ -41,7 +41,7 @@
\LoadClass[a4paper, cs4size, UTF8, hyperref, fancyhdr]{ctexbook}
\ProcessKeyvalOptions*\relax
\ifSDU@opt@double\relax\else
- \PassOptionsToClass{twoside}{ctexbook}
+ \PassOptionsToClass{oneside}{ctexbook}
\fi
\RequirePackage{ifpdf,ifxetex}
\RequirePackage{geometry}
@@ -191,7 +191,7 @@
}
\endinput
%%
-%% Copyright (C) 2012 -- 2014 by Liam Huang
+%% Copyright (C) 2012 -- 2016 by Liam Huang
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 53917c80795..616a69744cd 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1706,6 +1706,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)'
'sa-tikz', 'tikzlib.*tex|' . $standardtex,
'sansmath', '^..[^s].*\.sty', # not miscdoc.sty
'scrlttr2copy','\.lco',
+ 'sduthesis', 'figures|' . $standardtex,
'selnolig', '\.lua|' . $standardtex,
'seminar', '\.bug|\.bg2|\.cls|\.sty|2up.tex',
'shade', 'shade\.tex', # not description.tex