-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
54 lines (49 loc) · 1.73 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
# Project options - can change the overall project title
# and the name of the output directory here
project:
title: "Worksheets"
output-dir: "_OUTPUT"
post-render:
- _resources/scripts/return-to-source.ts
# - _resources/scripts/cleanup.ts
# - _resources/scripts/post.R
# options for all formats - suggested not to change
from: markdown+raw_attribute+raw_tex
filters:
- _resources/scripts/shortcodes.lua
standalone: true
self-contained: true
# biobliography options - if using other file names
# or multiple bibliography files, change/add them here
# Can also change the referencing style here using a
# different csl file - many more can be found at
# https://github.com/citation-style-language/styles
# bibliography:
# - _bib/references.bib
# csl: _bib/citethemright10th.csl
modulecode: 'Stats with Jamovi'
# output format options - change these as required
format:
pdf:
template: _resources/templates/latex.tex
pdfengine: lualatex
fontsize: 12pt # 10, 11, or 12pt
mainfont: Open Sans # font used for main text throughout document
sansfont: Open Sans # font used for header text throughout document
geometry: margin=1in # page margins
linestretch: 1.5 # line spacing
hyperrefoptions:
- linktocpage=true # have clickable links on the table of contents, not just text
- linktoc=all
- pdfwindowui
- pdfpagemode=FullScreen
linkcolor: black # colour of links
colorlinks: true
toc: true # turn table of contents on/off
toc-title: Contents # title of table of contents - change if desired
resize-headings: false
html:
template: _resources/templates/html.html
toc: true # turn table of contents on/off
docx:
reference-doc: _resources/templates/word.docx