27 lines
326 B
YAML
27 lines
326 B
YAML
project:
|
|
type: book
|
|
output-dir: _output
|
|
|
|
book:
|
|
title: "Report Title"
|
|
author: "Norah Jones"
|
|
date: "17.6.2026"
|
|
chapters:
|
|
- index.qmd
|
|
- intro.qmd
|
|
- summary.qmd
|
|
- references.qmd
|
|
|
|
bibliography: references.bib
|
|
|
|
format:
|
|
html:
|
|
theme:
|
|
- cosmo
|
|
- brand
|
|
pdf:
|
|
documentclass: scrreprt
|
|
|
|
|
|
|