-
Notifications
You must be signed in to change notification settings - Fork 17
/
metadata.yaml
64 lines (63 loc) · 1.31 KB
/
metadata.yaml
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
---
# Don't render the default titlepage
titlepage: false
# Title of the book
title: "2D Game Development: From Zero To Hero"
# Author
author: "Daniele Penazzo"
# Rights
rights: "Creative Commons Attribution Non-Commercial ShareAlike 4.0"
# Language
language: en-US
# Keywords for PDF Metadata
keywords:
- gamedev
- development
- algorithms
- 2d
- game-development
- programming-languages
- teaching
- game-programming
- games
- game-design
- programming
# Index?
toc: True
# Toc Depth (Default 4)
toc-depth: 4
# List of figures?
lof: True
# List of tables?
lot: True
# List of Code Listings?
lol: True
# Geometry
geometry:
- "paper=a4paper"
- "lmargin=2.5cm"
- "rmargin=2.5cm"
- "tmargin=2.5cm"
- "lmargin=2.5cm"
# Colors For Links?
colorlinks: True
# Colors for internal links (to sections)
linkcolor: "red"
# Colors for external urls (websites, email)
urlcolor: "blue"
# Colors for citations
citecolor: "green"
# Font Family
fontfamily: "dejavu"
mainfont: "DejaVuSans"
monofont: "Inconsolata"
#mainfont: OpenDyslexic-Regular.otf
#mainfontoptions:
#- Path=/home/penaz/.local/share/fonts/
#- BoldFont=OpenDyslexic-Bold.otf
#- ItalicFont=OpenDyslexic-Italic.otf
#- BoldItalicFont=OpenDyslexic-Bold-Italic.otf
cover-image: "images/front_cover.png"
# Line spread/stretch
linestretch: 1.4
---