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:
|
||||
html:
|
||||
self-contained: true
|
||||
standalone: true
|
||||
embed-resources: true
|
||||
toc: true
|
||||
code-fold: true
|
||||
code-tools: true
|
||||
|
@ -15,19 +16,19 @@ format:
|
|||
docx:
|
||||
echo: false
|
||||
reference-doc: tools/justified.docx
|
||||
# pdf:
|
||||
# echo: false
|
||||
# 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
|
||||
pdf:
|
||||
echo: false
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue