Giter Club home page Giter Club logo

sues-thesis's Introduction

上海工程技术大学硕士学位论文latex模板

这是我根据学校研究生处给的docx硕士学位论文模板撰写的latex学位论文模板,欢迎大家使用。硕士学位论文模板当中包含有以下三个部分:

  • 开题报告模板
  • 学位论文模板
  • 答辩PPT模板

其中答辩PPT模板可以用作三个阶段的模板:开题答辩、中期答辩和最终答辩,细微调整了一些模板,以供大家参考和使用。

如果在编译过程中遇到什么问题,可以在项目提交issuesues-thesis 目前仅支持 XeTeX引擎,字符编码仅支持 UTF-8。

编译预览

使用方法

项目包含有三个文件夹,分别是开题报告(report)、答辩ppt(pptbeamer)和论文模板(paper)。

Linux/MacOS/FreeBSD/用户使用方法

推荐使用Makefile对latex模板进行编译,具体提供了以下几条可用的命令:

make all                # 编译生成paper.pdf
make clean              # 删除编译所产生的中间文件
make cleanall           # 删除paper.pdf 和所有中间文件
make wordcount          # 论文字数统计

Windows用户使用方法

对于Windows用户,这里也提供了编译的脚本文件Compile.bat。可以直接双击编译也可以在命令行进行编译

.\Compile.bat all    :: 编译生成paper.pdf
.\Compile.bat clean    :: 删除编译所产生的中间文件
.\Compile.bat cleanall    :: 删除paper.pdf 和所有中间文件
.\Compile.bat wordcount    :: 论文字数统计

更多模板使用方法,详细参考

下载模板

普通用户可以直接clone或者下载master.zip.

git clone https://github.com/mobtgzhang/sues-thesis.git

可能出现的一些问题

Linux和MacOS可能会出现字体问题,解决的方法可以修改clssetCJKmainfont字体,将SimSun修改为STSongti-SC-Regular字体。

Linux由于缺少Windows字体,可以使用下面的方法添加Windows字体到Linux系统当中。

sudo mkdir -p /usr/share/fonts/winfonts # 共享文件夹下创建Windows字体库
sudo cp Windows/Fonts/* /usr/share/fonts/winfonts/ # 将Windows字体复制到对应的文件夹下面,注意将标定的文件夹替换为Windows所在的目录
sudo mkfontdir
sudo mkfontscale
sudo fc-cache -fv

overleaf 使用方法

点击下面链接访问即可

overleaf 需要将源码导入到自己的项目当中,上述链接是只读模式,注意把编译设置为xetex编译选项,目前不支持pdflatex

latexstudio下载地址

免责声明

此模板为个人实现,未得到学校任何相关人员的认证,使用者应当自行承担一切后果。

参考

sues-thesis's People

Contributors

mobtgzhang 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.