Skip to content

Commit

Permalink
modern-cornell-notebooks:0.2.0(#1558
Browse files Browse the repository at this point in the history
A Cornell style template based on the xyznote, with a restructured code format.
  • Loading branch information
aFei-CQUT committed Jan 14, 2025
1 parent ca8dfc1 commit c8c12f8
Show file tree
Hide file tree
Showing 91 changed files with 8 additions and 86 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Cover | Contents | Main Body |
|:--:|:--:|:--:|
| ![Cover](images/cover.png) | ![Contents](images/contents.png) | ![Body](images/body1.png) |
| ![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) |


Simple and Functional Typst Note Template

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| 封面 | 目录 | 正文 |
|:--:|:--:|:--:|
| ![Cover](images/cover-zh.png) | ![Contents](images/contents-zh.png) | ![Body](images/body1-zh.png) |
| ![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) |

简单且实用的 Typst 笔记模板

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ $a^2-b^2 = (a-b)(a+b)$

= 图片

#figure(
image("../images/typst.png", width: 80%),
caption: "图片示例",
)
// #figure(
// image("../images/typst.png", width: 80%),
// caption: "图片示例",
// )

= 代码

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cornell-notebooks"
name = "modern-cornell-notebooks"
version = "0.2.0"
entrypoint = "template/cornell.typ"
license = "MIT"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed preview/cornell-notebooks/0.2.0/images/body1-zh.png
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/body1.png
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/body2-zh.png
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/body2.png
Binary file not shown.
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/contents.png
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/cover-zh.png
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/cover.png
Binary file not shown.
Binary file removed preview/cornell-notebooks/0.2.0/images/typst.png
Binary file not shown.
45 changes: 0 additions & 45 deletions preview/cornell-notebooks/0.2.0/structure.py

This file was deleted.

34 changes: 0 additions & 34 deletions preview/cornell-notebooks/0.2.0/structure.txt

This file was deleted.

0 comments on commit c8c12f8

Please sign in to comment.