-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#import "template.typ": * | ||
#show: ams-article.with( | ||
title: "Mathematical Theorems", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
laurmaedje
Author
Member
|
||
title: [Mathematical Theorems], | ||
authors: ( | ||
( | ||
name: "Ralph Howard", | ||
|
the issue with this patch is that it leads to compilation errors (using the latest release - 0.9.0, don't know about the latest master).
$ typst compile main.typ error: expected string or none, found content ┌─ template.typ:41:22 │ 41 │ set document(title: title, author: names) │ ^^^^^
The
document()
function expects a string (or none)https://typst.app/docs/reference/meta/document/