generated from eLearningHub/quarto-beamer-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
53 lines (49 loc) · 1.58 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
# 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: "Slides"
output-dir: "_output"
# post-render: scripts/return-to-source.ts
# options for all formats - suggested not to change
from: markdown+raw_attribute+raw_tex
filters:
- 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:
- bibliography/references.bib
csl: bibliography/citethemright10th.csl
# output format options - change these as required
format:
beamer:
pdf-engine: xelatex
include-in-header: templates/beamerheader.tex
include-before-body: templates/beamerprefix.tex
include-after-body: templates/beamersuffix.tex
fontsize: 12pt # 10, 11, or 12pt
html:
template: templates/html.html
toc: false # turn table of contents on/off
pptx:
reference-doc: templates/pptx/cosmic-latte.pptx
revealjs:
theme: [_extensions/metropolis-theme/metropolis.scss] # templates/slide-theme.scss
transition: slide
margin: 0.2
smaller: false
subtitle: ''
output-ext: htm
toc: true
toc-depth: 1
menu: true