-
Notifications
You must be signed in to change notification settings - Fork 1
Notebooks
Teemu Säilynoja edited this page Feb 3, 2025
·
6 revisions
- Quarto+Julia: https://nsiccha.github.io/earlynuts/main
- Quarto+R: https://nsiccha.github.io/anna/epilepsi
Put .qmd after the link to download the qmd file.
A github discussion, suggest adding this to the YAML header of the quarto document. It seems to work.
---
format:
pdf:
keep-tex: true
include-in-header:
text: |
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
include-before-body:
text: |
\RecustomVerbatimEnvironment{verbatim}{Verbatim}{
showspaces = false,
showtabs = false,
breaksymbolleft={},
breaklines
}
---