diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index e1aa5f6e..ec3a1af6 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -219,7 +219,7 @@ tt(d, width = 1) # Output formats -`tinytable` can produce tables in HTML, Word, Markdown, LaTeX, PDF, or PNG format. An appropriate output format for printing is automatically selected based on (1) whether the function is called interactively, (2) is called within RStudio, and (3) the output format of the Rmarkdown or Quarto document, if applicable. Alternatively, users can specify the print format in `print()` or by setting a global option: +`tinytable` can produce tables in HTML, Word, Markdown, LaTeX, Typst, PDF, or PNG format. An appropriate output format for printing is automatically selected based on (1) whether the function is called interactively, (2) is called within RStudio, and (3) the output format of the Rmarkdown or Quarto document, if applicable. Alternatively, users can specify the print format in `print()` or by setting a global option: ```{r} #| eval: false