https://github.com/OopsYao/swufethesis
LaTeX Thesis Template for Southwestern University of Finance and Economics
https://github.com/OopsYao/swufethesis
latex latex-thesis-template tex
Last synced: 11 months ago
JSON representation
LaTeX Thesis Template for Southwestern University of Finance and Economics
- Host: GitHub
- URL: https://github.com/OopsYao/swufethesis
- Owner: OopsYao
- License: lppl-1.3c
- Created: 2020-11-20T08:05:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T14:04:54.000Z (about 2 years ago)
- Last Synced: 2024-08-17T23:02:00.295Z (almost 2 years ago)
- Topics: latex, latex-thesis-template, tex
- Language: TeX
- Homepage:
- Size: 1.29 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwufeTeX
[](https://github.com/OopsYao/swufe-tex/actions?query=workflow:CI+branch:main)
[](https://www.latex-project.org/lppl/)
[](https://www.repostatus.org/)
> 西南财经大学学位论文LaTeX模板
>
> LaTeX Thesis Template for Southwestern University of Finance and Economics
**:construction: 开发中...**
该项目旨在提供一个简单可用的西南财经大学学位论文LaTeX模板,包括本科毕业论文(设计)、硕士论文和博士论文。
## 如何安装
下载项目中的`swufethesis.cls`文件和`logo-Swufe.png`、`backcover.pdf`(本科生用),将它们放在LaTeX可感知的地方,如当前工作目录(运行latex程序的路径,一般是你的`.tex`文件所在目录)。
## 如何使用
项目提供了文档类`swufethesis`,可直接通过`\documentclass{swufethesis}`使用,并由`\swufesetup`命令设置学位类型、论文题目、作者等信息,可以参考项目里的`example.tex`文件。