mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
context.environment({"xits-env"})
|
|
context.starttext()
|
|
|
|
|
|
for _,s in next, {"text", "display"} do
|
|
context.startTEXpage()
|
|
context.startformula()
|
|
context([[\%sstyle]], s)
|
|
for i = 0x222B, 0x2233 do
|
|
context([[\Umathchar "1"0"%4X\nolimits_{x}^{y}]], i)
|
|
end
|
|
for i = 0x2A0B, 0x2A1C do
|
|
context([[\Umathchar "1"0"%4X\nolimits_{x}^{y}]], i)
|
|
end
|
|
context.stopformula()
|
|
context.stopTEXpage()
|
|
end
|
|
|
|
context.stoptext()
|