summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/njuthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-01 22:00:57 +0000
committerKarl Berry <karl@freefriends.org>2021-10-01 22:00:57 +0000
commit27581b2e3b8678c0f6da9d269812ff8836879a1c (patch)
tree12f11a3744327f4bda19b8155e89873b89836787 /Master/texmf-dist/doc/latex/njuthesis
parentc715cd9bf039c14787d154d495e9ef181b07bfce (diff)
njuthesis (2oct21)
git-svn-id: svn://tug.org/texlive/trunk@60668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/njuthesis')
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/README.md83
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/README_EN.md26
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md77
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/figure/njulogo.pdfbin21738 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/figure/njuname-large.pdfbin84739 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/figure/njuname.pdfbin12747 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdfbin638180 -> 764340 bytes
7 files changed, 16 insertions, 170 deletions
diff --git a/Master/texmf-dist/doc/latex/njuthesis/README.md b/Master/texmf-dist/doc/latex/njuthesis/README.md
index a3e0d046459..e8e9c42190d 100644
--- a/Master/texmf-dist/doc/latex/njuthesis/README.md
+++ b/Master/texmf-dist/doc/latex/njuthesis/README.md
@@ -1,77 +1,26 @@
-# NJU Thesis
+# The njuthesis class
-[![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
-[![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
-![build status](https://github.com/nju-lug/NJUThesis/actions/workflows/build.yml/badge.svg)
+## Overview
-> 此项目是基于[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)的重构版本,目前本科生版本**已经基本重构完成**,硕博论文**正在**根据研究生院的文件重构,但研究生院的规定并不完善,因此部分格式可能会参考本科的,**如果院系另有要求,请自行修改或者提交issue**。
+This package is intended for typesetting Nanjing University thesis with LaTeX, providing support for bachelor, master, and doctoral thesis. Compilation of this class requires either `xelatex` or `lualatex` engine.
-原来的[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)模板太过古老并且不支持硕士、博士论文,目前难以维护,因此为了模板的可持续发展,现在将对该项目进行重构,项目挂载于[NJU-LUG](https://github.com/nju-lug)组织仓库下,目前已[发布在CTAN](https://ctan.org/pkg/njuthesis)。
+## License
-相关文档请参见[本项目wiki](https://github.com/nju-lug/NJUThesis/wiki)。
+-----
+ This work may be distributed and/or modified under the conditions of
+ the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
+ either version 1.3c of this license or (at your option) any later
+ version.
+-----
-## 快速开始
+## Contributing
-从0.9.0版以后,本模板以DocStrip(`.dtx`)格式进行维护。常规的`.cls`格式文件可从Releases页面下载或使用以下方法提取。
+If you run into any problem with the template, please contact us via Github issue or submit Pull Request.
-### 关于DocStrip文件
+## Wiki
-DocStrip格式合并了LaTeX源代码和说明文档,更有利于宏包的发布。要使用该文件,请在当前工作目录下打开终端:
+Please see [Chinese wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-- 输入`xetex njuthesis.dtx`以提取宏包内容
-- 输入`latexmk njuthesis.dtx`以生成并查看内置的文档
-
-请注意,由于文件重名原因,项目中的示例论文模板已被重命名为`njuthesis-sample.tex`。
-
-### 本地编译
-
-1. [从南大镜像站下载](https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F)并安装TeXLive或者MiKTeX最新版
-2. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-3. 根据需要更改`njuthesis-sample.tex`文件中的内容
-4. 在模板根目录下运行`latexmk`编译文件,得到对应的PDF
-
-#### **关于本地编译**
-
-- 模板支持`latexmk`、`xelatex`、`lualatex`三种编译方式
-- 如果使用`latexmk`,请务必使用完整的命令`latexmk -xelatex`以免产生不必要的问题
-- 如果使用`xelatex`或`lualatex`,需要按照`xelatex/lualatex` -> `biber` -> `xelatex/lualatex` -> `xelatex/lualatex`的顺序编译四次
-- 仓库中`.vscode`附带一份VScode的LaTeX WorkShop的配置文件,可根据需要使用
-
-### [南大TeX](https://tex.nju.edu.cn)编译
-
-1. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-2. 登录[南大TeX](https://tex.nju.edu.cn),点击New Project -> Upload Project上传刚刚得到的压缩包,上传后`njuthesis-sample.tex`、`njuthesis.cls`等文件应在根目录,0.9.0以后的目录结构如下所示:
-
- ```shell
- NJUThesis-master/
- │
- ├─figure/
- │ njulogo.pdf
- │ njuname.pdf
- │
- │ njuthesis.bib
- │ njuthesis.cls
- │ njuthesis-sample.tex
- ```
-
-3. 在南大TeX项目内页面左上角的`Menu`中,将编译器改为`XeLaTeX`
-4. 编写TeX文档
-
-### 其他
-
-更多内容请参见项目Wiki中的[使用说明](https://github.com/nju-lug/NJUThesis/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)。
-
-你也可以下载[Release](https://github.com/nju-lug/NJUThesis/releases/latest)中附带的`njuthesis.pdf`,里面详尽阐述了模板的特性和使用方法。
-
-## 常见问题
-
-请参见[常见问题](https://github.com/nju-lug/NJUThesis/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。
-
-## 贡献
-
-如果你发现了模板的问题,欢迎在Github中[提交issue](https://github.com/nju-lug/NJUThesis/issues)或者PR。
-
-## 许可
-
-本模板的发布遵守 LaTeX Project Public License(版本 1.3c 或更高)。
+-----
+Copyright © NJU-LUG
diff --git a/Master/texmf-dist/doc/latex/njuthesis/README_EN.md b/Master/texmf-dist/doc/latex/njuthesis/README_EN.md
deleted file mode 100644
index e8e9c42190d..00000000000
--- a/Master/texmf-dist/doc/latex/njuthesis/README_EN.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# The njuthesis class
-
-## Overview
-
-This package is intended for typesetting Nanjing University thesis with LaTeX, providing support for bachelor, master, and doctoral thesis. Compilation of this class requires either `xelatex` or `lualatex` engine.
-
-## License
-
------
- This work may be distributed and/or modified under the conditions of
- the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
- either version 1.3c of this license or (at your option) any later
- version.
------
-
-## Contributing
-
-If you run into any problem with the template, please contact us via Github issue or submit Pull Request.
-
-## Wiki
-
-Please see [Chinese wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-
------
-
-Copyright © NJU-LUG
diff --git a/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md b/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md
deleted file mode 100644
index a3e0d046459..00000000000
--- a/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md
+++ /dev/null
@@ -1,77 +0,0 @@
-# NJU Thesis
-
-[![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
-[![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
-![build status](https://github.com/nju-lug/NJUThesis/actions/workflows/build.yml/badge.svg)
-
-> 此项目是基于[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)的重构版本,目前本科生版本**已经基本重构完成**,硕博论文**正在**根据研究生院的文件重构,但研究生院的规定并不完善,因此部分格式可能会参考本科的,**如果院系另有要求,请自行修改或者提交issue**。
-
-原来的[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)模板太过古老并且不支持硕士、博士论文,目前难以维护,因此为了模板的可持续发展,现在将对该项目进行重构,项目挂载于[NJU-LUG](https://github.com/nju-lug)组织仓库下,目前已[发布在CTAN](https://ctan.org/pkg/njuthesis)。
-
-相关文档请参见[本项目wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-
-## 快速开始
-
-从0.9.0版以后,本模板以DocStrip(`.dtx`)格式进行维护。常规的`.cls`格式文件可从Releases页面下载或使用以下方法提取。
-
-### 关于DocStrip文件
-
-DocStrip格式合并了LaTeX源代码和说明文档,更有利于宏包的发布。要使用该文件,请在当前工作目录下打开终端:
-
-- 输入`xetex njuthesis.dtx`以提取宏包内容
-- 输入`latexmk njuthesis.dtx`以生成并查看内置的文档
-
-请注意,由于文件重名原因,项目中的示例论文模板已被重命名为`njuthesis-sample.tex`。
-
-### 本地编译
-
-1. [从南大镜像站下载](https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F)并安装TeXLive或者MiKTeX最新版
-2. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-3. 根据需要更改`njuthesis-sample.tex`文件中的内容
-4. 在模板根目录下运行`latexmk`编译文件,得到对应的PDF
-
-#### **关于本地编译**
-
-- 模板支持`latexmk`、`xelatex`、`lualatex`三种编译方式
-- 如果使用`latexmk`,请务必使用完整的命令`latexmk -xelatex`以免产生不必要的问题
-- 如果使用`xelatex`或`lualatex`,需要按照`xelatex/lualatex` -> `biber` -> `xelatex/lualatex` -> `xelatex/lualatex`的顺序编译四次
-- 仓库中`.vscode`附带一份VScode的LaTeX WorkShop的配置文件,可根据需要使用
-
-### [南大TeX](https://tex.nju.edu.cn)编译
-
-1. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-2. 登录[南大TeX](https://tex.nju.edu.cn),点击New Project -> Upload Project上传刚刚得到的压缩包,上传后`njuthesis-sample.tex`、`njuthesis.cls`等文件应在根目录,0.9.0以后的目录结构如下所示:
-
- ```shell
- NJUThesis-master/
- │
- ├─figure/
- │ njulogo.pdf
- │ njuname.pdf
- │
- │ njuthesis.bib
- │ njuthesis.cls
- │ njuthesis-sample.tex
- ```
-
-3. 在南大TeX项目内页面左上角的`Menu`中,将编译器改为`XeLaTeX`
-4. 编写TeX文档
-
-### 其他
-
-更多内容请参见项目Wiki中的[使用说明](https://github.com/nju-lug/NJUThesis/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)。
-
-你也可以下载[Release](https://github.com/nju-lug/NJUThesis/releases/latest)中附带的`njuthesis.pdf`,里面详尽阐述了模板的特性和使用方法。
-
-## 常见问题
-
-请参见[常见问题](https://github.com/nju-lug/NJUThesis/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。
-
-## 贡献
-
-如果你发现了模板的问题,欢迎在Github中[提交issue](https://github.com/nju-lug/NJUThesis/issues)或者PR。
-
-## 许可
-
-本模板的发布遵守 LaTeX Project Public License(版本 1.3c 或更高)。
-
diff --git a/Master/texmf-dist/doc/latex/njuthesis/figure/njulogo.pdf b/Master/texmf-dist/doc/latex/njuthesis/figure/njulogo.pdf
deleted file mode 100644
index a298271f5be..00000000000
--- a/Master/texmf-dist/doc/latex/njuthesis/figure/njulogo.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/njuthesis/figure/njuname-large.pdf b/Master/texmf-dist/doc/latex/njuthesis/figure/njuname-large.pdf
deleted file mode 100644
index f7e71662e55..00000000000
--- a/Master/texmf-dist/doc/latex/njuthesis/figure/njuname-large.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/njuthesis/figure/njuname.pdf b/Master/texmf-dist/doc/latex/njuthesis/figure/njuname.pdf
deleted file mode 100644
index 150958a0ecc..00000000000
--- a/Master/texmf-dist/doc/latex/njuthesis/figure/njuname.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf b/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
index a254258dd51..4c07e666a61 100644
--- a/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
+++ b/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
Binary files differ