-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (74 loc) · 1.8 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
88
project:
type: book
output-dir: ./docs
book:
title: "On the role of dopamine in motivated behavior : a neuro-computational approach"
author:
- name: Dr. Julien Vitay
email: julien.vitay@informatik.tu-chemnitz.de
url: https://julien-vitay.net
affiliation: Chemnitz University of Technology
affiliation-url: https://tu-chemnitz.de
orcid: 0000-0001-5229-2349
date: "2017"
date-format: "YYYY"
chapters:
- index.qmd
- 1-Introduction.qmd
- 2-JOCN.qmd
- 3-FICN.qmd
- 4-NN.qmd
- 5-FINR.qmd
- 6-FINI.qmd
- References.qmd
output-file: "thesis"
sidebar:
logo: img/tuc.png
style: "docked"
background: white
downloads:
- pdf
# Bibliography
bibliography: references.bib
csl: assets/frontiers.csl
number-sections: true
highlight-style: github
format:
html:
theme: ['sandstone', assets/custom.scss]
page-layout: full
smooth-scroll: true
html-math-method: katex
page-navigation: true
pdf:
documentclass: scrbook
keep-tex: true
# Table of contents
toc: true
toc-depth: 3
toc-title: "Table of contents"
lof: false
lot: false
# Fonts
mainfont: "Roboto"
monofont: "Inconsolata"
fontsize: 11pt
# Setup
geometry:
- margin=1in
- heightrounded
papersize: a4
linestretch: 1.25
colorlinks: true
linkcolor: ForestGreen
# Title page
template-partials:
- assets/before-body.tex
logo: img/tuc.png
info:
- Geboren am 11.12.1979 in Saint-Nazaire (Frankreich)
genre-text: "Dissertation zur Erlangung des akademischen Grades"
genre: "Dr. habil"
department: Fakultät für Informatik
university: Technische Universität Chemnitz
# See https://cameronpatrick.com/post/2023/07/quarto-thesis-formatting/