diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2024-05-22 18:15:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 16:15:52 +0000 |
| commit | 90ce65adca67d2bee68df2e2d53a0550f1d661ea (patch) | |
| tree | ec22b5c9a078ec743078477ccbf5d6bf0e99c872 | |
| parent | b0306785d5886d5fe7047e6f5173843ecdfe7f2e (diff) | |
Improve `CITATION.cff` file (#4201)
| -rw-r--r-- | CITATION.cff | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/CITATION.cff b/CITATION.cff index 26a5b5c1..631f9d03 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,3 @@ -# 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: >- @@ -15,11 +12,28 @@ authors: 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" +references: + - title: A Programmable Markup Language for Typesetting + authors: + - family-names: Mädje + given-names: Laurenz + year: 2022 + type: thesis + thesis-type: Master's thesis + url: https://laurmaedje.github.io/programmable-markup-language-for-typesetting.pdf + institution: + name: Technische Universität Berlin + - title: Fast typesetting with incremental compilation + authors: + - family-names: Haug + given-names: Martin + year: 2022 + type: thesis + thesis-type: Master's thesis + doi: 10.13140/RG.2.2.15606.88642 + url: https://doi.org/10.13140/RG.2.2.15606.88642 + institution: + name: Technische Universität Berlin repository-code: 'https://github.com/typst/typst' url: 'https://typst.app/' keywords: |
