summaryrefslogtreecommitdiff
path: root/macros/unicodetex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-08 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2021-08-08 03:01:03 +0000
commited204b296810be74994f70f76b7f5b849f6e9ecb (patch)
treef39bb9d2abbf54d1fa1a585d245a0942c77e2f05 /macros/unicodetex
parent5991e0faa2ab9a1b9bdb72d6399cff4444b02f35 (diff)
CTAN sync 202108080301
Diffstat (limited to 'macros/unicodetex')
-rw-r--r--macros/unicodetex/latex/nwafuthesis/README.md10
-rw-r--r--macros/unicodetex/latex/nwafuthesis/nwafuthesis.dtx16
-rw-r--r--macros/unicodetex/latex/nwafuthesis/nwafuthesis.pdfbin1748925 -> 2337649 bytes
3 files changed, 14 insertions, 12 deletions
diff --git a/macros/unicodetex/latex/nwafuthesis/README.md b/macros/unicodetex/latex/nwafuthesis/README.md
index 61ae19da66..d37c15fee0 100644
--- a/macros/unicodetex/latex/nwafuthesis/README.md
+++ b/macros/unicodetex/latex/nwafuthesis/README.md
@@ -1,20 +1,20 @@
The nwafuthesis Class
-LaTeX thesis template for Northwest A&F University, China, v1.00
+LaTeX thesis template for Northwest A&F University, China, v1.01
Overview
This template supports doctoral or master dissertion and undergraduate thesis in Chinese. With the help of modern LaTeX3 technology, nwafuthesis aims to create a simple interface, a normative format, as well as a hackable class for the users.
-At present, nwafuthesis only supports XETEX and LuaTEX engines. nwafuthesis only allows UTF-8 encoding.
+At present, nwafuthesis only supports XeTeX and LuaTEX engines. nwafuthesis only allows UTF-8 encoding.
The documentation can be found in nwafuthesis.pdf (in Chinese).
Gitee re­pos­i­tory: https://gitee.com/nwafu_nan/nwafuthesis-l3.
-Installation
+Installation
To install nwafuthesis, you can use one of the following methods:
-If you are running TEX Live or MikTeX, the simplest way is to run
- tlmgr install nwafuthesis
+If you are running TeX Live or MikTeX, the simplest way is to use that distribution's package manager.
+
Get the source from Gitee:
git clone git@gitee.com:nwafu_nan/nwafuthesis-l3.git
Run build-win.bat (on Windows) or build.sh (on Linux) to generate the templates file. This file would be found in a same folder. You can enjoy nwafuthesis here at once.
diff --git a/macros/unicodetex/latex/nwafuthesis/nwafuthesis.dtx b/macros/unicodetex/latex/nwafuthesis/nwafuthesis.dtx
index 65e14263b3..8acbeab6ce 100644
--- a/macros/unicodetex/latex/nwafuthesis/nwafuthesis.dtx
+++ b/macros/unicodetex/latex/nwafuthesis/nwafuthesis.dtx
@@ -110,7 +110,7 @@
%<class|doc>\NeedsTeXFormat{LaTeX2e}
%<class|doc>\RequirePackage{expl3}
%<*!(driver|install)>
-%<!readme>\GetIdInfo $Id: nwafuthesis.dtx 1.00 2021-05-12 15:30:00Z Nan Geng <nangeng@nwafu.edu.cn> $
+%<!readme>\GetIdInfo $Id: nwafuthesis.dtx 1.01 2021-08-07 Nan Geng <nangeng@nwafu.edu.cn> $
%<class> {Thesis template for Northwest A\&F University}
%<class>\ProvidesExplClass{\ExplFileName}
%<definition> {Definition file for nwafuthesis}
@@ -143,12 +143,12 @@
\textbf{\nwafuthesis: 西北农林科技大学学位论文
\xpinyin[font=\sffamily,format=\color{MaterialIndigo800}]{模}{mu2}板}}}
\author{耿楠}
-\date{\today\quad v1.00%
+\date{\today\quad v1.01%
\thanks{\url{https://gitee.com/nwafu_nan/nwafuthesis-l3}.}}
\begin{document}
-\DisableImplementation
-%<!--CODEDOC--> \EnableImplementation
+%<!--CODEDOC--> \DisableImplementation
+ \EnableImplementation
%<!--CODEDOC--> \def\nwafuCODEDOC{}
\DocInput{nwafuthesis.dtx}
\DocInput{nwafuthesis-doc.dtx}
@@ -359,7 +359,8 @@
%
% \subsection{基本用法}
%
-% 以下是一份简单的 \TeX{} 文档,它演示了 \cls{nwafuthesis}
+% 在当前工作目录下创建一个名为logo的文件夹,并将学校的\enquote{\texttt{nwafu-bar.pdf}}
+% logo矢量图保存在该文件夹内,然后建立如下一份简单的 \TeX{} 文档,它演示了 \cls{nwafuthesis}
% 的最基本用法:
% \begin{latexexample}[deletetexcs={\documentclass},%
% moretexcs={\chapter},morekeywords={\documentclass},%
@@ -2491,8 +2492,10 @@
% \end{macrocode}
% \end{macro}
%
+% \changes{v1.01}{2021/08/06}{由于无法获取ctex版本信息,暂时关闭对ctex版本检测。}
+%
% \begin{macrocode}
-\@@_check_package:nnn { ctex } { 2017/08/07 } { 2.4.10 }
+%\@@_check_package:nnn { ctex } { 2020/04/30 } { 2.5 }
\@@_check_package:nnn { fontspec } { 2017/09/22 } { 2.6e }
\@@_check_package:nnn { unicode-math } { 2017/11/18 } { 0.8i }
\sys_if_engine_xetex:T
@@ -2599,7 +2602,6 @@
withchapter .initial:n = true,
}
% \end{macrocode}
-% \end{macrocode}
% \end{macro}
%
% \begin{macro}{
diff --git a/macros/unicodetex/latex/nwafuthesis/nwafuthesis.pdf b/macros/unicodetex/latex/nwafuthesis/nwafuthesis.pdf
index 625302daac..1d605186a8 100644
--- a/macros/unicodetex/latex/nwafuthesis/nwafuthesis.pdf
+++ b/macros/unicodetex/latex/nwafuthesis/nwafuthesis.pdf
Binary files differ