Skip to content

Commit c7d8956

Browse files
committed
chore: move examples to separate directory
1 parent fb22e45 commit c7d8956

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
!.gitignore
44
!algo.typ
5-
!algo-examples.typ
6-
!algo-examples.pdf
75
!README.md
86
!typst.toml
97

8+
!examples
9+
!examples/examples.typ
10+
!examples/examples.pdf
11+
1012
!test
1113
!test/test.typ
1214
!test/test.pdf
Binary file not shown.

algo-examples.typ renamed to examples/examples.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// check out algo.typ to see all the options
1+
// check out the README to see all the options
22
// for algo and code
3-
#import "algo.typ": algo, i, d, comment, code
3+
#import "../algo.typ": algo, i, d, comment, code
44

55

66
#algo(

0 commit comments

Comments
 (0)