Skip to content

Commit 265814e

Browse files
committed
docs: update README.md
1 parent 7d61990 commit 265814e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# 北京邮电大学本科学士学位论文模板
2+
3+
北邮苦 Word 和 LaTeX 久矣,于是就出现了用 [Typst](https://github.com/typst/typst) 编写的毕业论文模板。
4+
5+
**但是现在还没开发完!不能用!**
6+
7+
**但是现在还没开发完!不能用!**
8+
9+
**但是现在还没开发完!不能用!**
10+
11+
😅 因为 Typst 实在太新了,以至于不支持某些功能,导致我并不能把论文模板具有的要素全部复刻出来。等某些功能支持了,再陆陆续续完善吧。
12+
13+
欢迎任何 PR 帮助完善这个模板。
14+
15+
16+
17+
## 使用方法
18+
19+
进入 [Typst 官网](https://typst.app/) ,并将本模板的文件导入进去,但是你还需要导入 `Times New Roman` 字体,最终你的目录看起来会像是这个样子:
20+
21+
```
22+
- main.typ
23+
- template.typ
24+
- Times New Roman Bold.ttf
25+
- Times New Roman.ttf
26+
```
27+
28+
然后只要修改 `main.typ` 就可以了
29+
30+
31+
32+
## 尚未实现
33+
34+
- [ ] 目录结构
35+
- [ ] 图片
36+
- [ ] 表格
37+
- [ ] 页面脚注(由于 Typst 还不支持 footnote ,但开发人员说后续会加上的)
38+
39+
...
40+
41+
42+
43+
## 已知问题
44+
45+
- [ ] 默认第一段的段首无法自动空两格,必须要自己额外给第一段添加

0 commit comments

Comments
 (0)