-
Notifications
You must be signed in to change notification settings - Fork 6
/
_quarto.yml
85 lines (77 loc) · 1.91 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
80
81
82
83
84
85
project:
type: book
output-dir: docs
book:
title: "Semantic Glossar"
author: "Team NextGen Books"
date: "2024-07-16"
chapters:
- index.qmd
- cosite001.ipynb
- cosite002.ipynb
- ipcc-terms.ipynb
- ipcc-acronyms.ipynb
- ipcc-qualifiers.ipynb
- sandbox.ipynb
# - ipcc-wip.ipynb
# - epa.ipynb
- resources/cct.qmd
- glossaries.qmd
- imprint.qmd
- contributors.qmd
- references.qmd
repo-url: https://github.com/TIBHannover/semantic-glossar
repo-actions: [edit]
downloads: [pdf,docx,epub]
cover-image: cover/cover.png
page-footer:
center: "[NextGen Books / CPS](https://projects.tib.eu/nextgen-books/)"
right: "[Impressum](https://projects.tib.eu/nextgen-books/impressum/)"
left: "[Datenschutz](https://projects.tib.eu/nextgen-books/datenschutz/)"
comments:
hypothesis: true
bibliography: references.bib
format:
html:
number-sections: false
theme: 'lux'
css: 'thkoelnepub.css'
lang: de
pdf:
lang: de
number-sections: false
toc-depth: 3
documentclass: book
include-in-header: "in-header.tex"
pagestyle: plain # page numbers
geometry: # margins
- top=35mm
- right=25mm
- bottom=35mm
- left=25mm
- heightrounded
classoption: openany
fontsize: 12pt
papersize: a4
template-partials:
- "_titlepage.tex"
- "before-body.tex"
title-bg-image: "cover/thkoeln_cover.png"
title-bg-location: "" # UL, UR, LR, LL, leave empty for centered
title-bg-size: 0.30
title-boxcolor: gray!15!black
title-boxopacity: 0
title-boxfontcolor: black
urlcolor: thkoelnorange
docx:
toc: true
reference-doc: "thkoeln_template.docx"
number-sections: false
toc-depth: 3
epub:
toc: true
toc-depth: 3
number-sections: false
css: "thkoelnepub.css"
code-overflow: wrap
epub-fonts: ['./fonts/MyriadPro-*.otf']