I can’t find a way to prevent R Quarto from including all my plots in the Appendix. How do I disable this automation? Here is my YAML header:
lang: de
date: today
date-format: “D. MMMM YYYY”
format:
pdf:
documentclass: scrreprt
number-sections: true
toc: true
toc-depth: 3
fig-pos: “H”
fontsize: 12pt
linestretch: 1.5
geometry: left=2.5cm, right=2.5cm,top=3cm,bottom=3cm
editor: visual
bibliography: BA-Bibliographie.bib
#csl: nature.csl #Zitationsstil findet man gut über https://www.zotero.org/styles
execute:
echo: false
warning: false
knitr:
opts_chunk:
message: false
lof: true
lot: true
toc: true
I tried to consult chatGPT but all its recommendations didn’t work.
(fig-pos: “H”, appendix: false)
Loui is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.