Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-citation.yml
12925 views
1
- name: citation
2
schema:
3
anyOf:
4
- ref: citation-item
5
- boolean
6
description:
7
short: Citation information for the document itself.
8
long: |
9
Citation information for the document itself specified as [CSL](https://docs.citationstyles.org/en/stable/specification.html)
10
YAML in the document front matter.
11
12
For more on supported options, see [Citation Metadata](https://quarto.org/docs/reference/metadata/citation.html).
13
14