Unable to compile PDF document with quarto #6350
Replies: 2 comments 1 reply
-
Edit: Additionally, could you format your post using code blocks? Thanks. Also, without any code, there is not much we can do. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I cannot compile a PDF document in quarto.
This is what I get:
Beta Was this translation helpful? Give feedback.
All reactions