• Stars
    star
    100
  • Rank 338,630 (Top 7 %)
  • Language
    TeX
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

南开大学硕士毕业论文/博士论文模板 (Latex Template for Nankai University)

NKThesis

南开大学硕士毕业论文(博士论文)Latex模板

原标准 南开大学研究生学位论文写作规范(修订版)201709

thanks to @darfux

新标准 南开大学研究生学位论文写作规范(修订版)20200311

注:原标准的链接所指向文章,其发表时间仍为2017年,但内容已更新为2020版。

编写

编译方式

xelatex(Tex编译)+biber(参考文献编译)

编译脚本

  • windows 双击 build.cmd即可
  • linux 在此目录下运行 ./build.cmd即可

手动编译:

xelatex main
biber main
xelatex main
xelatex main

推荐编辑器和工具

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

说明

文件

  • main.tex模板入口
  • nkthesis.bib 参考文献bib文件,可使用Google学术或百度学术直接导出bibtex格式
  • tex/文件夹 每一章单独一个文件,主要写作部分

其他

  • 支持绘图
  • 支持语法高亮(pythonc++特别优化)

More Repositories

1

DDNS

🚩 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
Python
4,217
star
2

miniprogram-network

Redefine the Network API of Wechat MiniProgram (小程序网络库)
TypeScript
108
star
3

CV

A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
CSS
84
star
4

miniprogram-build

A command line tool to build wechat MiniProgram. 微信小程序命令行构建工具
JavaScript
54
star
5

WebPrint

a simple website to share your printers to others online. 简单的在线打印[局域网免驱动配置共享打印机方案]
C#
54
star
6

miniprogram-template

a wechat miniprogram template project the best practice with miniprogram-build 小程序模板最佳实践(TypeScript)
TypeScript
49
star
7

my-stickers

My Custom Stickers for Microsoft Teams (extension app) and Outlook (Preview)
C#
12
star
8

miniprogram-image-picker

Customized image picker for Wechat MiniProgram (微信小程序自定义选图组件)
JavaScript
9
star
9

YAF-docker

automated build the minimal docker images with PHP YAF(最小YAF镜像)
Shell
8
star
10

emoji

:octocat: random generate a github emoji in bash/shell or auto add git commit hooks
Shell
7
star
11

wechat-devtool

Wechat Miniprogram Devtool CLI cross-platform wrapper for NodeJS and npm 微信小程序开发者工具跨平台命令行调用封装
TypeScript
4
star
12

WWOF

👷 Web Worker Offloading Framework to migrate Web Worker from browser to server
3
star
13

YYF-Debugger

🔧 extension for chrome to log header debug info in console 浏览器控制台显示服务器调试信息
JavaScript
2
star
14

blog

New Future 's Blog
HTML
2
star
15

YYF-book

📖 Yunyin Yaf Framework Documentation (YYF 说明文档 )
Shell
1
star
16

miniprogram-json-schema

Json Schema for Wechat MiniProgram config [小程序json配置文件格式定义]
1
star