Giter VIP home page Giter VIP logo

sustechthesis's Introduction

南方科技大学本科学位论文模板 sustechthesis

Actions Status GitHub downloads Download Analysis GitHub commits GitHub release

Southern University of Science and Technology Thesis Template LaTeX Template for bachelor's degree.

下载

  • 发布版:GitHub Release
  • 开发版:直接 Git clone,或者点击绿色 Code 下载ZIP压缩包。此版本不保证稳定性,提供给有经验的 TeX 用户使用。

模板使用

请阅读 main.pdf 文档

文档架构

  • config/preamble.tex: 导言区,导入宏包,宏定义。
  • config/info.tex: 论文信息,例如:标题,作者,等。
  • main.tex: 主文档,编排章节顺序。
  • slides.tex: beamer 幻灯片模版。

XeLaTeX 构建

  • 使用 Makefile: make, make clean ......
  • 或,使用 latexmk
    • 构建: latexmk main
    • 清理: latexmk -c main

更新日志

每个版本的详细更新日志,请见 CHANGELOG.md

开发发布

使用 tag 发布版本。

#标记本地tag
git tag v1.2.0
#推送本地tag到远程
git push origin v1.2.0
#删除本地tag
git tag -d v1.2.0
#删除远程tag
git push --delete origin v1.2.0

致谢

  • 本模版根据南方科技大学-教学工作部发布的相关 《撰写规范》和《样例》 编写,如有冲突以官网规定为准。
    • 如果《样例》中存在与《撰写规范》中的规定不符之处,以《撰写规范》中的文字叙述为准。

sustechthesis's People

Contributors

liziwl avatar iydon avatar certseeds avatar stortinter avatar sustex avatar zhangzj2018 avatar xdzhelheim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.