Skip to content

Commit

Permalink
chore: move examples to separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
platformer committed Aug 7, 2023
1 parent fb22e45 commit c7d8956
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

!.gitignore
!algo.typ
!algo-examples.typ
!algo-examples.pdf
!README.md
!typst.toml

!examples
!examples/examples.typ
!examples/examples.pdf

!test
!test/test.typ
!test/test.pdf
Binary file renamed algo-examples.pdf → examples/examples.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions algo-examples.typ → examples/examples.typ
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// check out algo.typ to see all the options
// check out the README to see all the options
// for algo and code
#import "algo.typ": algo, i, d, comment, code
#import "../algo.typ": algo, i, d, comment, code


#algo(
Expand Down

0 comments on commit c7d8956

Please sign in to comment.