-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
95 lines (90 loc) · 2.27 KB
/
_quarto.yml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
project:
type: book
book:
title: "Handbook on Statistical Disclosure Control"
subtitle: "Second Edition"
author:
- name: Anco Hundepool
- name: Josep Domingo-Ferrer
- name: Luisa Franconi
- name: Sarah Giessing
- name: Rainer Lenz
- name: Jane Naylor
- name: Eric Schulte Nordholt
- name: Giovanni Seri
- name: Peter-Paul De Wolf
- name: Reinhard Tent
- name: Andrzej Młodak
- name: Johannes Gussenbauer
- name: Kamil Wilak
date: today
date-format: YYYY, MMMM
repo-url: https://github.com/sdcTools/HandbookSDC
issue-url: https://github.com/sdcTools/HandbookSDC/issues
repo-actions: [issue]
chapters:
- index.qmd
- 01-Introduction.qmd
- 02-regulations.qmd
- 03-microdata.qmd
- 04-magnitude-tabular-data.qmd
- 05-frequency-tables.qmd
- 06-remote-access-issues.qmd
- 07-glossary.qmd
page-navigation: true
downloads: [pdf]
# bibliography: references.bib
format:
html:
theme:
- cosmo
- custom.scss
reference-location: margin
citation-location: margin
cap-location: bottom
code-link: true
pdf:
# pdf-engine: xelatex
# fig-pos: 'h'
# latex-tinytex: false
latex-tinytex: true # for github pages
documentclass: scrbook
classoption: ["oneside", "open=any"]
papersize: a4
toc: true
keep-tex: true
geometry:
- left=3cm
- right=3cm
# - textwidth=4.5in
# - marginparsep=.25in
# - marginparwidth=2.25in
template-partials:
- "before-body.tex"
- "_titlepage.tex"
include-in-header:
text: |
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{float}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{setspace}
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
\usepackage{ragged2e}
\usepackage{datetime}
\makeatletter
\renewenvironment{table}
{\@float{table}[H]}
{\end@float}
\makeatother
\counterwithout{footnote}{chapter}
\usepackage{makeidx}
\makeindex
\newdateformat{monthyeardate}{%
\monthname[\THEMONTH], \THEYEAR}
include-after-body:
text: |
\printindex
execute:
freeze: auto