mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
12 lines
152 B
Typst
12 lines
152 B
Typst
#let size = 11pt
|
|
#let tex = [{
|
|
[T]
|
|
h(-0.14 * size)
|
|
move(y: 0.22 * size)[E]
|
|
h(-0.12 * size)
|
|
[X]
|
|
}]
|
|
|
|
#font("Latin Modern Math", size)
|
|
Not #tex!
|