Quarto provides the following output formats:
HTML
MS Word (docx
)
OpenOffice (odt
)
ePub
1. In RStudio:
Click the Render button OR use the quarto
R package:
2. Terminal: quarto render
(--to [output format]
)
Render as an HTML document
Render as a PDF
Render as a Word
Render one Quarto document to many output options like HTML, Jupyter Notebook, PDF, and Word Document.
---
title: "Hello Quarto"
author: "JJB + Course"
format:
html: default
ipynb: default # new format!
pdf: default
docx: default
---
Note
Quarto supports many formats include PowerPoint (PPT), Revealjs, Beamer, Rich Text Format (RTF), and on. For details, see All Formats.
Note
the Render button will not work for multiple formats.
Besides default html
/pdf
/docx
, Quarto offers journal templates. See also Quarto Documentation: Journals.
acm
: Association of Computing Machinery (ACM)plos
: Public Library of Science (PLOS)agu
: American Geophysical Union (AGU)elsevier
: Elsevierbiophysical-journal
: Biophysicalacs
: American Chemical Society (ACS)jss
: Journal of Statistical Software (JSS)apaquarto
Use a journal template from the start of your project (will create a new document):
For example:
apaquarto
apaquarto
Go to the Rendering chapter in the workshop book and refer to the instructions in the Exercise section.
You will render your document into html and docx formats.
10:00
Once you are satisfied with the Quarto document, it’s time to share your work!
There are a number of options
Share the pdf or Word document with collaborators and incorporate changes back into the .qmd document
Trackdown in R
Render to website and use hypothes.is