Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuosc/SHU-Bachelor-Thesis-Typst
上海大学本科生毕业论文Typst模板
https://github.com/shuosc/SHU-Bachelor-Thesis-Typst
typst
Last synced: 2 months ago
JSON representation
上海大学本科生毕业论文Typst模板
- Host: GitHub
- URL: https://github.com/shuosc/SHU-Bachelor-Thesis-Typst
- Owner: shuosc
- License: apache-2.0
- Created: 2023-04-09T07:36:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-19T08:37:27.000Z (over 1 year ago)
- Last Synced: 2024-08-01T15:33:41.509Z (5 months ago)
- Topics: typst
- Language: TeX
- Homepage:
- Size: 4.77 MB
- Stars: 54
- Watchers: 8
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - shuosc/<br>SHU-Bachelor-Thesis-Typst - Bachelor-Thesis-Typst?style=flat-square)<br/>![10](https://img.shields.io/github/forks/shuosc/SHU-Bachelor-Thesis-Typst?style=flat-square)<br/>![2023-04-19](https://img.shields.io/github/last-commit/shuosc/SHU-Bachelor-Thesis-Typst?style=flat-square) | 上海大学本科生毕业论文Typst模板 | (Popular & New Non-LaTeX Templates / Thesis/Dissertation)
- awesome-typst-cn - SHU-Bachelor-Thesis-Typst
README
# SHU-Bachelor-Thesis-Typst (开发ing)
上海大学本科毕业论文[_typst_](https://typst.app/)模板## 为什么要使用typst
typst相较Latex具有较为简洁的[语法](https://typst.app/docs/reference/syntax/),更加用户友好的[教程及文档](https://typst.app/docs/tutorial/)。除去其用于支持用户自定样式的语法,typst具有与markdown高度相似的语法,使非模板编辑者能更好的聚焦文档编写本身。而且,typst具有快速的编译速度,搭配[vscode typst lsp](https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp)的监听修改自动编译的功能,可以即时预览编译出的pdf文件。## 使用
### 安装typst
[typst Github主页](https://github.com/typst/typst)提供了详细的安装教程``` shell
# macOS or Linux using Homebrew
brew install typst# Arch Linux
pacman -S typst
```### 编写
修改contents目录下各文件即可
### 编译
``` shell
# for linux and macos
$ make# for Windows
$ .\make.bat
```## TODO
由于没有找到学校最新的本科毕业论文格式要求,所以上述格式是参照学校提供的word文档格式编写,其中难免会有细节的疏漏,欢迎PR以下是尚未完成功能
- [x] 图片插入格式
- [x] 表格插入格式
- [ ] 参考文献格式
- [x] 公式插入格式
- [x] 页首及页尾格式(未找到明确要求)
- [x] 模块划分## License
This template is released under the Apache License. See the [LICENSE](./LICENSE) file for more details.