junior-sheer/_quarto.yml
Carl Colglazier 60023b07d1 Refactor scripts and code.
Split manuscripts into their own directories / projects.
2025-05-26 20:08:57 -05:00

33 lines
666 B
YAML

project:
type: manuscript
output-dir: "_out"
preview:
port: 2059
watch-inputs: true
format:
acm-html:
hypothesis: false
acm-pdf:
output-file: mastodon-recommendations-acm.pdf
include-in-header:
- text: |
\usepackage{siunitx}
#docx: default
profile:
default: acm
manuscript:
article: index.qmd
code-links:
- text: Preprocessing
href: code/preprocess.py
- text: R code
href: code/helpers.R
- href: code/survival.R
notebooks:
- notebook: notebooks/_moved.qmd
- notebook: notebooks/arima.qmd
- notebook: notebooks/revisions.qmd
environment: renv.lock
execute:
freeze: auto