-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
109 lines (98 loc) · 4 KB
/
_quarto.yml
File metadata and controls
109 lines (98 loc) · 4 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
project:
type: book
output-dir: docs ### Where the rendered HTML will go
### Code execution options
execute: ### How R code is going to be interpreted
eval: false
echo: true ### These can be changed for individual code blocks
warning: false
message: false
jupyter: nbstata ### How Stata code is going to be interpreted
book: ### Book specific formating
title: "Census microdata activity - R code" ### Replace as necessary
author: "UK Data Service"
date: "2026-02-14" ### Replace as necessary
date-format: "MMMM YYYY"
# output-file: "single_output_file" ### In case a single file output is required. Uncomment if necessary
### Specifies the book content: ie what files will be rendered
chapters:
- index.qmd ### Example pages to render as part of the book (add/remove as required)
- chap1.qmd ### ***index.qmd is mandatory***
### A more complex document structure:
# chapters:
# - index.qmd
# - part: "**1. Temporary work**"
# chapters:
# - exercise_1.qmd
# - exercise_1_Stata.qmd
# - exercise_1_spss.qmd
# - part: "**2. Weekly earnings**"
# chapters:
# - exercise_2.qmd
# - exercise_2_Stata.qmd
# - exercise_2_spss.qmd
# - part: "**3. Labour Market Flows**"
# chapters:
# - exercise_3.qmd
# - exercise_3_Stata.qmd
# - exercise_3_spss.qmd
# - part: "**4. Estimates precision**"
# chapters:
# - exercise_4.qmd
# - exercise_4_Stata.qmd
# - exercise_4_spss.qmd
### Below are option for a sidebar on the left hand side of the page
### They include an accessibility compliant UK Data Service logo
sidebar:
style: "floating"
search: true
title: " "
logo: pics/UKDS_Logos_Col_Grey_300dpi.png
logo-href: https://ukdataservice.ac.uk/
logo-alt: "UK Data Service Logo and link to website"
### Options required by each output format ie html, pedf, etc
format:
html:
css: ukds_long.css ### custom stylesheet
toc: true ### include a table of content...
toc-location: right ### ... on the right of the page
toc-depth: 2 ### Number of levels of TOC shown
number-sections: false ### No automatic numbering. Change as necessary
code-fold: false ### Whether syntax block is folded (hidden) by default
fig-cap-location: top ### Figure titles/captions at the top
tbl-cap-location: top ### Table titles/captions at the top
smooth-scroll: true
code-overflow: scroll
page-layout: full
highlight-style: arrow-light
code-line-numbers: true
link-external-newwindow: true
citations-hover: true
footnotes-hover: true
# embed-resources: true ### Embed everything in the final html file - sometimes easier when sharing
code-tools: ### Only used in this template: remove
source: true ### Only used in this template: remove
toggle: false ### Only used in this template: remove
caption: "Quarto source" ### Only used in this template: remove
######## Below are settings in case a pdf document is created. Uncomment if required
# titlepage-pdf:
# titlepage: plain
# titlepage-geometry:
# - top=70mm
# - left=30mm
# - right=30mm
# - bottom=30mm
# titlepage-theme:
# logo-size: 3cm
# title-fontstyle: Huge
# titlepage-logo: "pics/UKDS_Logos_Col_Grey_300dpi.png"
# documentclass: scrreport
# fig-width: 7
# papersize: A4
# include-in-header: preamble.tex
# geometry:
# - top=25mm
# - left=25mm
# - right=25mm
# - bottom=30mm
#