Skip to content

Commit

Permalink
- change formatting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladam94 committed Dec 8, 2023
1 parent f27595e commit d9e3323
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/preview/curryst/0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ A Typst package for typesetting proof trees. You can import this package with :
Here is a basic usage example:

```typst
#let r = curryst.rule(name: "Rule name", "Conclusion", "Premise 1", "Premise 2", "Premise 3")
#let r = curryst.rule(
name: "Rule name",
"Conclusion",
"Premise 1",
"Premise 2",
"Premise 3"
)
#curryst.proof-tree(r)
```

Expand Down

0 comments on commit d9e3323

Please sign in to comment.