-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_format.yml
More file actions
73 lines (70 loc) · 1.89 KB
/
Copy path_format.yml
File metadata and controls
73 lines (70 loc) · 1.89 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
# --- format defaults ---
csl: _assets/ieee.csl
syntax-definitions:
- _assets/lean.xml
shift-heading-level-by: -1 # so that h2 matches section, h3 matches subsection, and h1 becomes title
number-depth: 3
toc-depth: 3
cap-location: bottom
fig-align: center
format:
html:
shift-heading-level-by: 0 # HTML headings should be as-is. Maybe we write a filter to retrieve h1
theme: _assets/custom.scss
linestretch: 1.7
code-fold: true
html-math-method: mathjax
reference-location: margin
# citation-location: margin
link-external-icon: true
link-external-newwindow: true
toc: true
# include-in-header: # this is used to include custom HTML header content
# - file: _assets/html-preset.html
pdf:
# keep-tex: true
pdf-engine: xelatex
cite-method: biblatex # override the default csl cite method
execute:
echo: false
fig-pos: false
template: _assets/suntemp-art.tex
include-in-header:
text: "" # Ensure that the user defined header is at the first position of header-includes
# toc: true
custom-theorem:
# numbered-within: section
numbered-alike: true
docx:
reference-doc: _assets/suntemp-art.docx
gfm:
wrap: preserve
beamer:
slide-level: 4
pdf-engine: xelatex
theme: madrid
cite-method: biblatex # override the default csl cite method
execute:
echo: false
fig-pos: false
template: _assets/suntemp-pre.tex
include-in-header:
text: ""
custom-color:
define: \definecolor{blueblk}{HTML}{1874D0}
main: green!40!black
theorem: green!32!black
example: blueblk!50!black
remark: white!15!black
link: lime!85!black
# revealjs: default
pptx:
slide-level: 3
toc-depth: 2
reference-doc: _assets/suntemp-pre.pptx
revealjs:
slide-level: 3
toc-depth: 2
slide-number: true
smaller: true
scrollable: true