generated from jmablog/simple-presentations-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (50 loc) · 1.75 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
# Project options - can change the overall project title
# and the name of the output directory here
# Uncomment the post-render command to use the
# return-to-source post script - see Readme
project:
title: "Presentations"
output-dir: "_PRESENTATIONS"
# post-render: _resources/scripts/return-to-source.ts
# options for all formats - suggested not to change
from: markdown+raw_attribute+raw_tex
filters:
- _resources/scripts/shortcodes.lua
standalone: true
self-contained: true
slide-level: 2
# set a module code to show up on all HTML and PDF outputs - can be
# any string, e.g. 'ST4011', or 'Spring Term'
modulecode: ''
# 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
# output format options - change these as required
format:
pdf:
template: _resources/templates/latex.tex
# template: _resources/templates/latex-colour.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
classoption: landscape
pagestyle: empty
cosmiclatte: false # set true to turn on an off-white page background colour
html:
template: _resources/templates/html.html
toc: false # turn table of contents on/off
pptx:
reference-doc: _resources/templates/pptx/cosmic-latte.pptx
revealjs:
theme: _resources/templates/slide-theme.scss
transition: slide
margin: 0.2
smaller: false
subtitle: ''
output-ext: htm