Skip to content

Commit 558a792

Browse files
committed
Use Typst for PDF rendering
1 parent db581e1 commit 558a792

File tree

1 file changed

+4
-2
lines changed
  • modules/05-sharing-and-publishing

1 file changed

+4
-2
lines changed

modules/05-sharing-and-publishing/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ Add to the top of `index.md`:
527527
```{code} markdown
528528
:filename: index.md
529529
:linenos:
530-
:emphasize-lines: 1-12
530+
:emphasize-lines: 1-14
531531
532532
---
533533
authors:
@@ -539,7 +539,9 @@ authors:
539539
# Optional: Do you have an ORCID?
540540
# orcid: "0000-0000-0000-0000"
541541
export:
542-
- "pdf"
542+
- format: "typst"
543+
template: "plain_typst_book"
544+
output: "paper.pdf"
543545
---
544546
545547
# My document title

0 commit comments

Comments
 (0)