You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
525 B
YAML
30 lines
525 B
YAML
3 years ago
|
from: markdown
|
||
|
to: pdf
|
||
|
template: wbh.tex
|
||
|
|
||
|
input-files:
|
||
|
- README.md
|
||
|
|
||
|
standalone: true
|
||
|
|
||
|
metadata-files:
|
||
|
- metadata.yaml
|
||
|
|
||
|
resource-path:
|
||
|
- "."
|
||
|
- "../"
|
||
|
# turn on built-in citation processing. Note that if you need
|
||
|
# control over when the citeproc processing is done relative
|
||
|
# to other filters, you should instead use `citeproc` in the
|
||
|
# list of `filters` (see below).
|
||
|
citeproc: true
|
||
|
cite-method: biblatex
|
||
|
csl: ieee.csl
|
||
|
bibliography:
|
||
|
- thesis.bib
|
||
|
#citation-abbreviations: abbrevs.json
|
||
|
|
||
|
table-of-contents: true
|
||
|
toc-depth: 3
|
||
|
|