Skip to content

Commit d827783

Browse files
committed
modern-cornell-notebooks:0.2.0(#1558
A Cornell style template based on the xyznote, with a restructured code format.
1 parent ca8dfc1 commit d827783

34 files changed

+8
-86
lines changed
Binary file not shown.
-396 KB
Binary file not shown.
Binary file not shown.
-390 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-75.7 KB
Binary file not shown.
-291 KB
Binary file not shown.

preview/cornell-notebooks/0.2.0/structure.py

-45
This file was deleted.

preview/cornell-notebooks/0.2.0/structure.txt

-34
This file was deleted.

preview/cornell-notebooks/0.2.0/README.md preview/modern-cornell-notebooks/0.2.0/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Cover | Contents | Main Body |
66
|:--:|:--:|:--:|
7-
| ![Cover](images/cover.png) | ![Contents](images/contents.png) | ![Body](images/body1.png) |
7+
| ![Cover](https://raw.githubusercontent.com/aFei-CQUT/cornell-notebooks/main/images/cover.png) | ![Contents](https://raw.githubusercontent.com/aFei-CQUT/cornell-notebooks/main/images/contents.png) | ![Body](https://raw.githubusercontent.com/aFei-CQUT/cornell-notebooks/main/images/body1.png) |
8+
89

910
Simple and Functional Typst Note Template
1011

preview/cornell-notebooks/0.2.0/README_zh.md preview/modern-cornell-notebooks/0.2.0/README_zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| 封面 | 目录 | 正文 |
66
|:--:|:--:|:--:|
7-
| ![Cover](images/cover-zh.png) | ![Contents](images/contents-zh.png) | ![Body](images/body1-zh.png) |
7+
| ![Cover](https://raw.githubusercontent.com/aFei-CQUT/cornell-notebooks/main/images/cover-zh.png) | ![Contents](https://raw.githubusercontent.com/aFei-CQUT/cornell-notebooks/main/images/contents-zh.png) | ![Body](https://raw.githubusercontent.com/aFei-CQUT/cornell-notebooks/main/images/body1-zh.png) |
88

99
简单且实用的 Typst 笔记模板
1010

preview/cornell-notebooks/0.2.0/template/cornell.typ preview/modern-cornell-notebooks/0.2.0/template/cornell.typ

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ $a^2-b^2 = (a-b)(a+b)$
4040

4141
= 图片
4242

43-
#figure(
44-
image("../images/typst.png", width: 80%),
45-
caption: "图片示例",
46-
)
43+
// #figure(
44+
// image("../images/typst.png", width: 80%),
45+
// caption: "图片示例",
46+
// )
4747

4848
= 代码
4949

preview/cornell-notebooks/0.2.0/typst.toml preview/modern-cornell-notebooks/0.2.0/typst.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "cornell-notebooks"
2+
name = "modern-cornell-notebooks"
33
version = "0.2.0"
44
entrypoint = "template/cornell.typ"
55
license = "MIT"

0 commit comments

Comments
 (0)