mirror of https://github.com/stelzo/typst.git
Improve `CITATION.cff` file (#4201)
This commit is contained in:
parent
b0306785d5
commit
90ce65adca
30
CITATION.cff
30
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
|
cff-version: 1.2.0
|
||||||
title: Typst
|
title: Typst
|
||||||
message: >-
|
message: >-
|
||||||
|
|
@ -15,11 +12,28 @@ authors:
|
||||||
family-names: Haug
|
family-names: Haug
|
||||||
email: martin.haug@typst.app
|
email: martin.haug@typst.app
|
||||||
- name: The Typst Project Developers
|
- name: The Typst Project Developers
|
||||||
identifiers:
|
references:
|
||||||
- type: url
|
- title: A Programmable Markup Language for Typesetting
|
||||||
value: >-
|
authors:
|
||||||
https://laurmaedje.github.io/programmable-markup-language-for-typesetting.pdf
|
- family-names: Mädje
|
||||||
description: "Typst: A Programmable Markup Language for Typesetting"
|
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'
|
repository-code: 'https://github.com/typst/typst'
|
||||||
url: 'https://typst.app/'
|
url: 'https://typst.app/'
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue