Re-enable PDF output
This commit is contained in:
parent
458e48cf26
commit
55542ccd9d
1 changed files with 15 additions and 14 deletions
29
_quarto.yml
29
_quarto.yml
|
@ -7,7 +7,8 @@ project:
|
||||||
|
|
||||||
format:
|
format:
|
||||||
html:
|
html:
|
||||||
self-contained: true
|
standalone: true
|
||||||
|
embed-resources: true
|
||||||
toc: true
|
toc: true
|
||||||
code-fold: true
|
code-fold: true
|
||||||
code-tools: true
|
code-tools: true
|
||||||
|
@ -15,19 +16,19 @@ format:
|
||||||
docx:
|
docx:
|
||||||
echo: false
|
echo: false
|
||||||
reference-doc: tools/justified.docx
|
reference-doc: tools/justified.docx
|
||||||
# pdf:
|
pdf:
|
||||||
# echo: false
|
echo: false
|
||||||
# papersize: A4
|
papersize: A4
|
||||||
# geometry:
|
geometry:
|
||||||
# - left=2cm
|
- left=2cm
|
||||||
# - right=2.5cm
|
- right=2.5cm
|
||||||
# - top=2.5cm
|
- top=2.5cm
|
||||||
# - bottom=2.5cm
|
- bottom=2.5cm
|
||||||
# indent: true
|
indent: true
|
||||||
# linestretch: 1.25
|
linestretch: 1.25
|
||||||
# fontfamily: lmodern
|
fontfamily: lmodern
|
||||||
# fontsize: "12"
|
fontsize: "12"
|
||||||
# toc: true
|
toc: true
|
||||||
jupyter: python3
|
jupyter: python3
|
||||||
title: "Drivers of Inequality"
|
title: "Drivers of Inequality"
|
||||||
author:
|
author:
|
||||||
|
|
Loading…
Reference in a new issue