the-ccsn / BUCTthesis

📝A LaTeX writting template for BUCT thesis.
LaTeX Project Public License v1.3c
37 stars 2 forks source link
buct latex

BUCTthesis

BUCTthesis GitHub license

BUCTthesis in a nutshell

BUCTthesis is a LaTeX writting template package for Beijing University of Chemical Technology, supporting bachelor, master and doctor theses.

You can download this package from GitHub Releases, and the latest released version is strongly recommended. As this package is mainly provided for Chinese users, the following of this file and the manual documents are written in Chinese only.

This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in:

http://www.latex-project.org/lppl.txt

and version 1.3c or later is part of all distributions of LaTeX version 1999/12/01 or later.

BUCTthesis 是什么?

BUCTthesis (Beijing University of Chemical Technology LaTeX Thesis template)是北京化工大学学位论文的 LaTeX 模板,包括本科毕业设计(论文)与硕士、博士研究生学位论文。

快速使用

  1. 安装 TeX 发行版,推荐使用 TeX Live。
  2. 在这里下载 模板最新发行版的压缩文件。
  3. 解压缩后,可在 demo 文件夹中找到本科、硕博两种论文类型所对应的示例文件夹;将所选论文类型文件夹中的所有内容移动至模板的根目录。(例如,对本科而言,需将 demo/bachelor 中的所有内容复制或移动到根目录, demo 文件夹中的剩余内容可删除。)
  4. 阅读本模板的说明文档 buctthesis.pdf,该文档简要地说明了模板的使用方法。
  5. 相比于重建文件,直接在示例文件上修改会更加方便:
    • main.tex 用于定义作者与论文信息,并组织论文结构;
    • mycfg.sty 用于自定义命令等;
    • thesisbib.bib 文件中插入参考文献条目;
    • chapter 文件夹用于存放各部分内容,并在 main.tex 调用;
    • figurecode 文件夹下分别保存插图和源代码,以方便写作时调用;
  6. main.tex 文件执行 latexmkxelatex -> bibtex -> xelatex -> xelatex 的全编译。

注意事项

写作规范

《规范》勘误

本科

学校教务处提供了两份文件,而二者之间有出入之处,以及有少许笔误之处和歧义之处。模板作如下统一:

硕博

提问

一些常见的问题列在本仓库的 FAQ 中。

关于模板的任何问题或新功能需求,欢迎提交 GitHub Issues

开源许可

本项目的代码部分基于 LaTeX Project Public License(版本 1.3c 或更高)开源于 GitHub 。 校徽、校名插图的版权归属于北京化工大学。

迁移

原有的 本科开题报告模板 目前暂存于本仓库根目录下文件夹内。