-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
73 lines (62 loc) · 1.92 KB
/
config.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
65
66
67
68
69
70
71
72
73
---
from: markdown+autolink_bare_uris
metadata:
# document metadata
title: "Command-Line Finances Using the Plain Text Accounting Ecosystem"
subtitle: "A workshop meant to improve personal finance confidence using software skills"
author: ["Colin Dean","@colindean","#plaintextaccounting"]
subject: "Plain Text Accounting"
keywords:
- plain text accounting
- ledger
- personal finance
- timekeeping
- retirement
- investing
- trading
- accounting
- bookkeeping
thanks: |
Thank you to John Wiegley, author of Ledger, for starting a revolution
freeing personal and business finances from the walled garden of
proprietary software.
Thank you to Simon Michael, author of hledger and maintainer of
plaintextaccounting.org, for turning a single tool into an ecosystem
with a standard.
Thank you to my parents, who involved me in financial decisions from
an early age and who taught me how to save, track, and do good with my money
even when theirs was exceptionally tight.
And lastly, thank you to you who are seeking to improve how you live your
life. May your thirst for knowledge be quenched by this workshop, and I
hope that you will contribute back to the Plain Text Accounting ecosystem
by sharing your knowledge as I have shared mine.
# filter metadata
# crossrefYaml: pandoc-crossref.yaml
# include-before-body: ['LICENSE.tex','REPO.tex']
variables:
# physical paper and layout settings
documentclass: report
papersize: letter
geometry:
- margin=1in
lof: true
lot: true
toc: true
fontfamily: 'sourceserifpro'
colorlinks: true
links-as-notes: true
# page stylings
pagestyle: headings
#include-in-header:
# - headers.tex
bibliography:
- refs.bibtex
number-sections: true
pdf-engine: xelatex
filters:
- pandoc-crossref
- pandoc-citeproc
- pandoc-include-code
# - filter-pipe.lua
- panpipe
preserve-tabs: true