-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02fca6e
commit 26302ad
Showing
11 changed files
with
1,743 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# sdu-typst-touying | ||
|
||
目前处于开发阶段,当前模板较多地方未处理好,整体很依托,预计寒假期间修改并发布正式版本。 | ||
|
||
效果如下: | ||
|
||
![](./example/figures/main.png) | ||
|
||
对于字体,可以到本项目的[Github仓库](https://github.com/Dregen-Yor/sdu-touying)下载 | ||
|
||
## TODO | ||
|
||
- 修改 footer,提供 footer 自定义API | ||
- 加入更多实例代码 | ||
- 更多颜色选项,加入更多山大 logo. | ||
- 更多字体支持 | ||
|
||
## 开源协议 | ||
|
||
本项目采用 GPL-3.0 许可证。详细信息请参阅 LICENSE 文件。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
// https://typst.app/universe/package/touying | ||
#import "@preview/touying:0.5.5" : * | ||
|
||
// https://typst.app/universe/package/timeliney | ||
#import "@preview/timeliney:0.2.0" | ||
|
||
// https://typst.app/universe/package/codly | ||
#import "@preview/codly:1.1.1": * | ||
|
||
//https://typst.app/universe/package/fletcher | ||
#import "@preview/fletcher:0.5.4" as fletcher: diagram, node, edge | ||
|
||
//https://typst.app/universe/package/ctheorems | ||
#import "@preview/ctheorems:1.1.3": * | ||
#show: thmrules | ||
|
||
//https://typst.app/universe/package/showybox | ||
#import "@preview/showybox:2.0.3": showybox | ||
|
||
// https://typst.app/universe/package/gentle-clues | ||
#import "@preview/gentle-clues:1.1.0": * | ||
|
||
#import "src/call-out.typ": * |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.