6 Jan
2019
6 Jan
'19
8:14 p.m.
On 06.01.19 19:20, Wolfgang Schuster wrote:
\starttext
\startluacode
print("abcdeφὴὰabcde")
local remap = utf.remapper { a = "y", c = "z", ὴ = "ή", ὰ = "ά" }
print(remap("abcdeφὴὰabcde"))
\stopluacode
\stoptext
Wolfgang, thank you, I should have looked into this manual! Is there an easy way to load the necessary additional libraries if I'm running luatex alone, outside of mtxrun? Thomas