Skip to content

Commit

Permalink
Fixed big in thmproof named arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasatvik committed Feb 25, 2024
1 parent a653b2b commit 5bc3bf8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
Binary file modified basic.pdf
Binary file not shown.
Binary file modified differential_calculus.pdf
Binary file not shown.
Binary file modified manual.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ appropriate for proofs.
..args,
namefmt: emph,
bodyfmt: proof-bodyfmt,
..args.named()
).with(numbering: none)
```

Expand Down
Binary file modified manual_examples.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions theorems.typ
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
..args,
namefmt: emph,
bodyfmt: proof-bodyfmt,
..args.named()
).with(numbering: none)


Expand Down

0 comments on commit 5bc3bf8

Please # to comment.