Good morning, I want to mimic mathscr. At the moment I got this workaround:
#let mathscr = (it) => { set text(size: 1em, font: "OPTIOriginal", fallback: false) place(dx: 0.05em, dy: -0.7em, it) h(0.85em) }
First picture is Typst, second is Latex.
Do you have any advice to make it more simple? The font that I have used was extracted from a CTAN package.
Thanks