Skip to content

Commit

Permalink
New future update desc (#35)
Browse files Browse the repository at this point in the history
* Update discussion.tex

* Update README.md

* Update README.md
  • Loading branch information
NewFuture committed Apr 29, 2024
1 parent d5369d5 commit 2bdcb28
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
36 changes: 26 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# NKThesis
南开大学硕士毕业论文(博士论文)Latex模板

原标准 [南开大学研究生学位论文写作规范(修订版)201709](http://graduate.nankai.edu.cn/2017/0222/c3325a56863/page.htm)

thanks to @darfux

新标准 [南开大学研究生学位论文写作规范(修订版)20200311](https://graduate.nankai.edu.cn/2021/0122/c23238a337256/page.htm)

> 注:原标准的链接所指向文章,其发表时间仍为2017年,但内容已更新为2020版。
核心标准 [南开大学研究生学位论文写作规范(修订版)20200311](https://graduate.nankai.edu.cn/2021/0122/c23238a337256/page.htm)

## 编写

Expand All @@ -32,10 +26,8 @@ xelatex main

基本要求: 自动补全,语法高亮,错误提示,实时预览,光标同步


* [sublime](https://www.sublimetext.com/) + [LatexTools插件](https://github.com/SublimeText/LaTeXTools) +[Sumatra pdf](https://www.sumatrapdfreader.org/download-free-pdf-viewer.html)
* [VS code](https://code.visualstudio.com/) + [LaTeX-Workshop插件](https://github.com/James-Yu/LaTeX-Workshop)

* [sublime](https://www.sublimetext.com/) + [LatexTools插件](https://github.com/SublimeText/LaTeXTools) +[Sumatra pdf](https://www.sumatrapdfreader.org/download-free-pdf-viewer.html)

## 说明

Expand All @@ -48,3 +40,27 @@ xelatex main

* 支持绘图
* 支持语法高亮(`python``c++`特别优化)

## 补充

### 其他版本

* overleaf 模板: <https://cn.overleaf.com/read/hvcpznzvwncy> by @lengyuewuyazui (2022,后续有更新欢迎更新链接)
* 南开内网版本: <http://222.30.43.145/newlist.action?encid=58> 2024版本兼容性较好

### 技术支持和讨论

关于此Latex模板, 最早源自网上流传的 Ctex 论坛 milksea 所作版本 (之前无版本不可考,如有了解可补充)。

2018年毕业季前, @darfux@NewFuture 根据 `南开大学研究生学位论文写作规范(修订版)201709`, 以及实际的代码,绘图,等需求,进行修改,并以此作为开源初始本版,使用GitHub管理版本,由社区维护。

此后主要由南开历届毕业生根据遇到的问题进行更新和维护,thanks to @zzeitt @qianchd @lazyfuzzypringle @gsxab @zlgNow 等。

模板格式和编译问题,欢迎之间修改提交Pull Request合并到模板,以便后人。如果对修改/维护模板感兴趣,欢迎加入[维护者](https://github.com/NewFuture/NKThesis/issues)


基础语法善用GPT,疑难杂症多搜索。

* CTex 临时论坛(中文):<https://github.com/CTeX-org/forum/issues>
* Tex Stackexchange(英文): <https://tex.stackexchange.com/>
* 模板使用问题: <https://github.com/NewFuture/NKThesis/issues>
6 changes: 3 additions & 3 deletions tex/discussion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ \chapter{讨论}

\section{\TeX\ 简介}

以下内容是 milksea@bbs.ctex.org 撰写的关于\TeX\ 的简单介绍。
以下内容是 milksea@bbs.ctex.org 撰写的关于\TeX\ 的简单介绍, 有修改
注意这不是一个入门教程,不讲 \TeX\ 系统的配置安装,也不讲具体的 \LaTeX\ 代码。
这里仅仅试图以一些只言片语来解释:
进入这个门槛之前新手应该知道的注意事项,以及遇到问题以后该去如何解决问题。
Expand Down Expand Up @@ -56,7 +56,7 @@ \subsection{我该去哪里寻找答案?}

1、无论如何,先读文档!绝大部分问题都是文档可以解决的。

2、再利用 Google 搜索,利用(bbs.ctex.org)版面搜索
2、再利用 Google 搜索,https://github.com/CTeX-org/forum 或 https://tex.stackexchange.com

3、清楚、聪明地提出你的问题。

Expand Down Expand Up @@ -164,4 +164,4 @@ \subsection{插图格式}

\subsection{\LaTeX\ 作图}

目前已经有很多优秀的\LaTeX\ 作图宏包,如 pgf/Tikz 和 pstricks,两者都具有强大的作图能力。
目前已经有很多优秀的\LaTeX\ 作图宏包,如 pgf/Tikz 和 pstricks,两者都具有强大的作图能力。

0 comments on commit 2bdcb28

Please sign in to comment.