magic-latex-buffer icon indicating copy to clipboard operation
magic-latex-buffer copied to clipboard

\mathscr

Open PythonNut opened this issue 8 years ago • 1 comments

Would be pretty neat if \mathscr got similar treatment to \mathbb. So \mathscr would render as .

PythonNut avatar May 16 '17 03:05 PythonNut

@PythonNut,

Thanks, seems not very important but cool feature.

\mathbb currently renders double-struck letters not by unicode characters but by compose-char function, which can make a new character by composing multiple existing characters. So it will not easily apply to \mathscr. We probably should consider to render such letter-like characters by unicode characters this case.

This looks like a good reference: https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols#Tables

The feature may not be able soon, but I'll consider when I have some time off (contributions are welcome too!).

zk-phi avatar May 16 '17 07:05 zk-phi