-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (36 loc) · 977 Bytes
/
_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
project:
type: manuscript
output-dir: ./docs
execute:
freeze: auto
manuscript:
article: index.qmd
# Table of contents
toc: true
number-sections: true
# Bibliography
bibliography: biblio.bib
csl: assets/frontiers.csl
highlight-style: github
format:
html:
theme: ['sandstone', assets/custom.scss]
html-math-method: katex
page-layout: full
smooth-scroll: true
#pdf:
# documentclass: scrartcl
# papersize: a4
# geometry:
# - margin=1in
# linestretch: 1.25
# fontfamily: roboto
# keep-tex: true
# colorlinks: true
docx: default
arxiv-pdf:
keep-tex: false
linenumbers: false # Add (continuous) line numbers?
doublespacing: true # Double space the PDF output?
runninghead: "A Preprint" # The text on the top of each page of the output
authorcols: true # Should authors be listed in a single column (default) or in multiple columns (`authorcols: true`)