TODO: Remove pdf output
Latex is complaining about inner/outer par for Benin electrification groupby table. Turning pdf output off for now instead of spending ages on fixing. Can be done later if required.
This commit is contained in:
parent
12ddb504df
commit
e5271b3ac3
1 changed files with 13 additions and 13 deletions
26
_quarto.yml
26
_quarto.yml
|
@ -15,19 +15,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