Replies: 2 comments 2 replies
-
Libertinus Math has the Mathematical Bold Script series as a bold version of Mathematical Script. FreeSerif has the Mathematical Script series looking like |
Beta Was this translation helpful? Give feedback.
-
Unicode simply only has one range of calligraphic characters, and it's up to the font whether they should look like what LaTeX calls It's therefore not possible for typst to provide a reliable |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Typst currently has
cal
as a calligraphic font (https://typst.app/docs/reference/math/variants/#cal), but it would be helpful to add the functionscr
as a script font. (See, for example,\mathscr
at https://katex.org/docs/supported#style-color-size-and-font.) I need some of these alphabets in mathematical logic (when porting some my documents from written in TeX), but another example is the style used in the Hamiltonian of physics.current

cal
in Typstmathscr
in KaTeXMy concern is that at least source code,
cal
is assigned in Unicode to the "Mathematical Script" series, so I think the only way to addscr
would be "Mathmetical Bold Script", but have some doubts about whether that is reasonable or the point that there is also the issue of fonts.Beta Was this translation helpful? Give feedback.
All reactions