2025-07-18
Work in your web browser, URL below.
Use your individual user name and password.
Figure 1: Login to Jupyterlab
Figure 2: Select RStudio
Figure 3: Quarto with the visual editor
Displays strictly plain text
You must format everything manually.
Figure 4: Quarto editor in the source mode
File YAML_header_multiformat
Copy-paste it into your new file to get the same formatting you see here.
Keep files atrium.css and atrium.tex in the same folder!!!
---
title: "Organize yourself in RStudio"
echo: true
format:
revealjs:
notes: true
css: atrium.css
pdf:
include-in-header: atrium.tex
html:
css: atrium.css
---
Format template for HTML pages, not R-specific.
Main purpose of atrium.css: larger font in code snippets
No atrium.css/.tex in YAML header ⟾ Quarto default
Render your source .qmd files to PDF, HTML, MS Word
https://quarto.org/docs/presentations/revealjs/
Render button produces the document in the format you have specified in the YAML header as format.Figure 9: Saving, Encoding, Working directory, Line wrapping...
Figure 10: Some reasonable options for autosaving.
Figure 11: UTF-8 fits most use cases.
You will be able to see the entire line even if you narrow your browser window.
Figure 12: Control code softwrapping
.qmd/.Rmd documentsSoft-wrap text lines.
Display inserted figures in the editor (before rendering).
Figure 13: For .qmd/.Rmd documents, you have to adjust some options in a separate menu.