diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2024-05-13 11:12:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 09:12:45 +0000 |
| commit | 32a84e5127e025bd5cc6aefde6b5c15d7882f90a (patch) | |
| tree | 8d35b81ccbe01c29f2c27eec2fc69948ae1fff5f | |
| parent | d859218b90d10e2e518c19247b529c5b71832738 (diff) | |
Add `CITATION.cff` file (#4109)
| -rw-r--r-- | CITATION.cff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..26a5b5c1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,28 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Typst +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Laurenz + family-names: Mädje + email: laurenz.maedje@typst.app + - given-names: Martin + family-names: Haug + email: martin.haug@typst.app + - name: The Typst Project Developers +identifiers: + - type: url + value: >- + https://laurmaedje.github.io/programmable-markup-language-for-typesetting.pdf + description: "Typst: A Programmable Markup Language for Typesetting" +repository-code: 'https://github.com/typst/typst' +url: 'https://typst.app/' +keywords: + - typesetting + - markup language +license: Apache-2.0 |
