Skip to content

Commit

Permalink
Merge pull request #61 from aghaynes/master
Browse files Browse the repository at this point in the history
add use_qmd_typst to readme
  • Loading branch information
aghaynes authored Feb 27, 2025
2 parents 18ca017 + fa99783 commit c3ccf14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3ccf14

Please sign in to comment.