diff --git a/README.Rmd b/README.Rmd index 55f7628..ca95328 100644 --- a/README.Rmd +++ b/README.Rmd @@ -69,6 +69,9 @@ use_qmd_htmlsampsi("folder") # for a revealjs presentation use_qmd_pres("folder") + +# for typst report, which renders to PDF +use_qmd_typst("folder") ``` The above functions will download the templates and other necessary files and (optionally) open the `qmd` file for you. You should specify the location to save the files diff --git a/README.md b/README.md index 232ca8e..10a7d49 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ use_qmd_htmlsampsi("folder") # for a revealjs presentation use_qmd_pres("folder") + +# for typst report, which renders to PDF +use_qmd_typst("folder") ``` The above functions will download the templates and other necessary