mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
28 lines
420 B
Typst
28 lines
420 B
Typst
// Test symbol notation.
|
|
|
|
---
|
|
:face:
|
|
:face:unknown:
|
|
:woman:old:
|
|
:turtle:
|
|
|
|
#set text("NewComputerModernMath")
|
|
:arrow:
|
|
:arrow:l:
|
|
:arrow:r:squiggly:
|
|
#symbol(("arrow", "tr", "hook").join(":"))
|
|
|
|
---
|
|
Just a: colon. \
|
|
Still :not a symbol. \
|
|
Also not:a symbol \
|
|
:arrow:r:this and this:arrow:l: \
|
|
|
|
---
|
|
#show symbol.where(notation: "my:custom"): "MY"
|
|
This is :my:custom: notation.
|
|
|
|
---
|
|
// Error: 1-14 unknown symbol
|
|
:nonexisting:
|