Skip to content

Commit

Permalink
docs(typst): Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 2, 2024
1 parent c15a949 commit ae55299
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions typst/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Decasify package for Typst

A thin wrapper around the *decasify* crate providing Typst functions for locale and style guide aware text casing functions.
Provides functionns for title-case (and other cases) that adapt to the language of the current document context.
Includes support for Turkish and multiple style guides.

```typst
#import "decasify.typ": titlecase
#set text(lang: "tr")
#titlecase("ilk ışıltı")
```

0 comments on commit ae55299

Please sign in to comment.