You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally thought it was the same as #36, but it's not. So this issue is to request capitalising the first word after punctuation ending a sentence. For English this would be ., ! and ?. For : and ; it is not generally possible to decide that, here the feature request #40 would be very helpful.
Typst example:
Desired outcome:
This is the first sentence. And here the second.
The third on a new line. The fourth and last.
#import"@preview/decasify:0.9.0": sentencecase, titlecase#setpage(margin: 1em, width: auto, height: auto)
#settext(lang: "en")
#sentencecase[
this is the first sentence.
and here the second.
the third on a new line. the fourth and last.
]
The text was updated successfully, but these errors were encountered:
I originally thought it was the same as #36, but it's not. So this issue is to request capitalising the first word after punctuation ending a sentence. For English this would be
.
,!
and?
. For:
and;
it is not generally possible to decide that, here the feature request #40 would be very helpful.Typst example:
Desired outcome:
The text was updated successfully, but these errors were encountered: