Replies: 1 comment
-
Could you properly format your code to be usable? Thank you. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository. ````qmd
---
title: "Reproducible Quarto Document"
format: html
engine: knitr
---
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.
```` Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Hi, I am using typst format in my quarto document to render PDF. When I add footer to the document, the rendered document has a blank first page with just the title and author name. Rest of the contents are moved to the second page of the rendered PDF document. How do I avoid the blank first page and still keep the footer?
Code
Quarto version: 1.4
Quarto check output
Thanks
Beta Was this translation helpful? Give feedback.
All reactions