generated from quarto-ext/manuscript-template-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
54 lines (47 loc) · 1.06 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
project:
type: book
render:
- "*.qmd"
- "!slides/" # do not render slides folder
output-dir: _rendered
book:
title: "R/Pharma round tables"
subtitle: "A forum for R leaders across Pharma"
edition: "DRAFT"
author: "R/Pharma contributors"
repo-url: https://github.com/rinpharma/sce-round-table
#date: "2/2/2023"
abstract: "This document captures discussions across R/Pharma in 2023"
sharing: [twitter, facebook]
downloads: [pdf, docx]
sidebar:
search: true
logo: assets/logo.png
chapters:
- index.qmd
- definitions.qmd
- case-os.qmd
- change-management.qmd
- datatrials.qmd
- modern-sce.qmd
- multi-modal.qmd
- os-depends.qmd
- rproducts.qmd
- scemetrics.qmd
- shiny-csr.qmd
- smallmidpharma.qmd
- validate-package.qmd
- validate-shiny.qmd
- contributors.qmd
- references.qmd
csl: jama.csl
bibliography: references.bib
format:
html:
theme: cosmo
# pdf:
# documentclass: scrreprt
# docx:
# toc: true
# number-sections: true
# highlight-style: github