Skip to content

RubixDev/typst-name-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

name-it

Get the English names of integers.

Example

Example

#import "@preview/name-it:0.1.0": name-it

#set page(width: auto, height: auto, margin: 1cm)

- #name-it(-5)
- #name-it(-5, negative-prefix: "minus")
- #name-it(0)
- #name-it(1)
- #name-it(10)
- #name-it(11)
- #name-it(42)
- #name-it(100)
- #name-it(110)
- #name-it(1104)
- #name-it(11040)
- #name-it(11000)
- #name-it(110000)
- #name-it(1100004)
- #name-it(10000000000006)
- #name-it(10000000000006, show-and: false)
- #name-it("200000000000000000000000007")

Usage

name-it

Convert the given number into its English word representation.

#let name-it(num, show-and: true, negative-prefix: "negative") = { .. }

Arguments:

  • num: int,str — The number to name.
  • show-and: bool — Whether an “and” should be used in certain places. For example, “one hundred ten” vs “one hundred and ten”.
  • negative-prefix: str — The prefix to use for negative numbers.

About

Get the English names of integers in Typst.

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages