-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
74 lines (68 loc) · 1.76 KB
/
_quarto.yml
File metadata and controls
74 lines (68 loc) · 1.76 KB
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
project:
type: book
book:
title: "Open Social Psychology"
cover-image: cover.png
author:
- name: "Rima-Maria Rahal"
orcid: 0000-0002-1404-0471
email: rima-maria.rahal@wu.ac.at
affiliations:
- name: Vienna University of Economics and Business
address: Welthandelsplatz 1
city: 1020 Wien
state: Austria
date: 2025-08-27
downloads: [pdf, epub]
page-footer:
left: |
Open Social Psychology
right: |
Edited by Rima-Maria Rahal
sidebar:
search: true
logo: resources/logo.png
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/rimamrahal/OpenSocialPsychology
- text: Report a Bug
href: https://github.com/rimamrahal/OpenSocialPsychology/issues
chapters:
- index.qmd
- howthisbook.qmd
- howto.qmd
- intro.qmd
- chapter1.qmd
- chapter2.qmd
- summary.qmd
- references.qmd
- glossary.qmd
bibliography: references.bib
format:
html:
theme: lux
pdf:
documentclass: book
keep-tex: true
output-file: pdf-book
link-citations: true
link-bibliography: true
linkcolor: green
citecolor: green
header-includes:
- \usepackage{fancyhdr}
- \usepackage{graphicx}
- \usepackage{eso-pic}
- \usepackage{tikz}
- \AtBeginDocument{\thispagestyle{empty}\begin{tikzpicture}[remember picture,overlay]
\node at (current page.center) [yshift=1cm] {\includegraphics[width=0.75\paperwidth,height=0.9\paperheight,keepaspectratio]{resources/cover.png}};
\end{tikzpicture}\clearpage}
epub:
cover-image: cover.png
editor: source
comments:
hypothesis: true
callout-appearance: simple
callout-icon: false