21 lines
213 B
YAML
21 lines
213 B
YAML
project:
|
|
type: manuscript
|
|
|
|
manuscript:
|
|
article: index.qmd
|
|
|
|
format:
|
|
html:
|
|
comments:
|
|
hypothesis: true
|
|
#docx: default
|
|
#jats: default
|
|
# (other formats)
|
|
pdf: default
|
|
|
|
execute:
|
|
freeze: true
|
|
|
|
|
|
|