typst -> Typst

Co-authored-by: Bastien Voirin <bastien.voirin.pro@gmail.com>
This commit is contained in:
Ullrich Koethe 2025-03-20 14:24:23 +01:00 committed by GitHub
parent dace04aa09
commit 26cb2446ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ as most other languages, with one important exception: Dashes are permitted
as part of an identifier, e.g. the [`to-absolute`]($length.to-absolute) as part of an identifier, e.g. the [`to-absolute`]($length.to-absolute)
function for a length or the [`first-line-indent`]($par.first-line-indent) function for a length or the [`first-line-indent`]($par.first-line-indent)
parameter of a paragraph. In fact, this is the canonical convention &ndash; parameter of a paragraph. In fact, this is the canonical convention &ndash;
underscores or camel case are not used in "official" typst. Since the dash underscores or camel case are not used in "official" Typst. Since the dash
is also the symbol for subtraction, a minus must be disambiguated by is also the symbol for subtraction, a minus must be disambiguated by
surrounding white space in script mode. surrounding white space in script mode.