forked from TIBHannover/semantic-glossar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
87 lines (79 loc) · 2.01 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
86
87
project:
type: book
output-dir: docs
book:
title: "Glossar des Projekts Co-Kreation in der Region – Systemisch und innovativ Transfer entwickeln"
subtitle: "(Co-Site)"
author: ""
date: now
date-format: DD. MMMM YYYY, HH:mm:ss
chapters:
- index.qmd
- cosite001.ipynb
- cosite002.ipynb
# - ipcc-wip.ipynb
# - epa.ipynb
# - resources/cct.qmd
# - glossaries.qmd
- imprint.qmd
- contributors.qmd
- references.qmd
repo-url: https://github.com/TIBHannover/co-site-glossar
repo-actions: [edit]
downloads: [pdf,docx,epub]
cover-image: cover/thkoeln_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
#filters:
# - "no-hypersetup.lua"
bibliography: references.bib
format:
html:
number-sections: false
theme: 'lux'
css: 'thkoelnepub.css'
lang: de
pdf:
#latex-engine: xelatex
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: "LR" # UL, UR, LR, LL, leave empty for centered
title-bg-size: 0.30
title-boxcolor: gray!15!black
title-boxopacity: 0
title-boxfontcolor: black
boxlinks: true
#keep-tex: true
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']