forked from NFDI4Culture/catalogue-003
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
79 lines (76 loc) · 2.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
project:
type: book
output-dir: docs
title: "Weikersheim, Residenzschloss"
subtitle: "Aus der Sammlung: Barocke Deckenmalerei in Deutschland"
author: # repeat as often as needed
- name: Simon Worthington
affiliations:
- name: TIB - Leibniz Information Centre for Science and Technology and University Library
address: Welfengarten 1 B, 30167 Hannover.
email: simon.worthington@tib.eu
# Quarto options for books
# https://quarto.org/docs/reference/projects/books.html
book:
title: "Weikersheim, Residenzschloss"
date: "2024-06-15"
# this section determines which files will be added to the book as chapters
chapters:
- index.qmd
- section.ipynb
repo-url: https://github.com/NFDI4Culture/CPS-Demo
repo-actions: [edit]
downloads: [pdf,docx,epub]
cover-image: images/fmd10005861a.jpg
favicon: images/favicon.ico
# Quarto allows commenting using either Hypothesis or Utterances
# https://quarto.org/docs/reference/projects/books.html#comments
comments:
hypothesis: true
format:
# options for HTML output
# https://quarto.org/docs/reference/formats/html.html
html:
number-sections: false
# css: https://latex.vercel.app/style.css
# Quarto allows a number of pre-packaged themes for the HTML version
# You can choose between them using the documentation at https://quarto.org/docs/output-formats/html-themes.html
theme:
light: [minty]
dark: [slate]
code-fold: true
code-overflow: wrap
# options for PDF output
# https://quarto.org/docs/reference/formats/pdf.html
pdf:
#keep-tex: true
include-in-header: "in-header.tex"
pagestyle: plain # page numbers
geometry: # margins
- top=35mm
- right=25mm
- bottom=35mm
- left=25mm
- heightrounded
documentclass: book
classoption: openany
fontsize: 11pt
number-sections: true
papersize: a4
toc: true
toc-title: Inhaltsverzeichnis
urlcolor: cyan
template-partials:
- "_titlepage.tex"
- "before-body.tex"
title-bg-image: "images/cover.jpg"
title-bg-location: "UL"
title-bg-size: 1
docx:
toc: true
epub:
css: epubstyle.css
toc: true
epub-cover-image: images/cover.jpg
code-fold: true
code-overflow: wrap