-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto-thesis.yml
59 lines (53 loc) · 1.37 KB
/
_quarto-thesis.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
project:
type: book
filters:
- filters/remove_titlepage.lua
book:
title: "Towards a Computational Model of General Cognitive Control Using Artificial Intelligence, Experimental Psychology and Cognitive Neuroscience"
output-file: "Morteza Ansarinia Thesis (Final)"
author: "Morteza Ansarinia"
date: last-modified
chapters:
- index.qmd
- articles/1_cogtext.qmd
- articles/2_cogenv.qmd
- articles/3_cogponder.qmd
- articles/4_review.qmd
- articles/5_acnets.qmd
- chapters/6_discussion.qmd
- chapters/7_references.qmd
appendices:
- articles/8_nback.qmd
- articles/9_behaverse.qmd
# - articles/10_seqgen.qmd
# - appendices/11_projects.qmd
bibliography: references.bib
csl: apa.csl
format:
pdf:
documentclass: report
fontsize: 12pt
papersize: a4paper
# linestretch: 1
toc: true
lof: true
lot: true
geometry:
- left=3cm
- right=2cm
- top=2cm
- bottom=2cm
- heightrounded
include-in-header:
- text: |
\usepackage{ragged2e}
\usepackage{setspace}
\usepackage{colortbl}
\usepackage{pdfpages}
\doublespacing
\usepackage{sectsty}
\allsectionsfont{\singlespacing}
include-before-body:
- file: chapters/cover.tex
- file: chapters/abstract.tex
- file: chapters/acknowledgments.tex