-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
66 lines (57 loc) · 1.57 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
profile:
default: novartis
group:
- [novartis, public]
project:
type: book
execute-dir: project
pre-render: src/install_dependencies.R
resources:
- resources/**
execute:
cache: true
freeze: false
book:
title: "Applied Modelling in Drug Development"
subtitle: "Flexible regression modelling in Stan via `brms`"
repo-actions: [issue]
repo-branch: master
# downloads: [pdf]
output-file: bamdd
author:
- Sebastian Weber - <[email protected]>
- Björn Holzhauer - <[email protected]>
- Lukas Widmer - <[email protected]>
- Andrew Bean - <[email protected]>
date: today
sidebar:
logo: bamdd_logo.png
# we use per chapter references
bibliography:
- src/references.bib
- src/packages.bib
format:
html:
theme:
- cosmo
- bamdd.scss
css: bamdd.css
# embedding of resources would be desirable to avoid using google fonts, but deno does not
# work nice with the company SSL certificate setup
embed-resources: false
# code-fold: true
code-tools: true
# code-summary: "Show the code"
source: repo
html-math-method:
method: mathjax
url: ./resources/mathjax/tex-mml-chtml.js
# html-math-method: katex
# pdf:
# documentclass: scrreport
# pdf-engine: xelatex
# include-in-header:
# - file: _macros.qmd # TODO: need to check how the macros can be include with a different format
# - text: |
# \usepackage{colortbl}
# epub: default ## maybe enable this via the profiles feature in a production run only (takes time)