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