37 lines
750 B
YAML
37 lines
750 B
YAML
|
---
|
||
|
project:
|
||
|
title: "Drivers of Inequality"
|
||
|
output-dir: outputs
|
||
|
render:
|
||
|
- drivers-of-inequality*.qmd
|
||
|
|
||
|
format:
|
||
|
html:
|
||
|
toc: true
|
||
|
code-fold: true
|
||
|
code-tools: true
|
||
|
title-block-banner: true
|
||
|
docx:
|
||
|
reference-doc: tools/justified.docx
|
||
|
pdf:
|
||
|
papersize: A4
|
||
|
geometry:
|
||
|
- left=2cm
|
||
|
- right=2.5cm
|
||
|
- top=2.5cm
|
||
|
- bottom=2.5cm
|
||
|
indent: true
|
||
|
linestretch: 1.25
|
||
|
fontfamily: lmodern
|
||
|
fontsize: "12"
|
||
|
# toc: true
|
||
|
jupyter: python3
|
||
|
title: "Drivers of Inequality"
|
||
|
author:
|
||
|
- Marty Oehme
|
||
|
date: \today
|
||
|
bibliography:
|
||
|
- inputs/libraries/afd-dev-research.bib
|
||
|
csl: /home/marty/documents/library/academia/styles/APA-7.csl
|
||
|
|