mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-20 01:58:41 +00:00
feat: Support bold Fraktur (#3777)
* feat: Support bold Fraktur * Evade wideCharacterFont() when inapplicable * Avoid creating array when uneccesary --------- Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -205,7 +205,8 @@ Math-mode Unicode (sub|super)script characters will render as if you had written
|
||||
| Italic | $\text{𝐴-𝑍 𝑎-𝑧}$ | Sans serif | $\text{𝖠-𝖹 𝖺-𝗓 𝟢-𝟫}$
|
||||
| Bold Italic | $\text{𝑨-𝒁 𝒂-𝒛}$ | Sans serif bold | $\text{𝗔-𝗭 𝗮-𝘇 𝟬-𝟵}$
|
||||
| Script | $\text{𝒜-𝒵}$ | Sans serif italic | $\text{𝘈-𝘡 𝘢-𝘻}$
|
||||
| Fractur | $\text{𝔄-}ℨ\text{ 𝔞-𝔷}$| Monospace | $\text{𝙰-𝚉 𝚊-𝚣 𝟶-𝟿}$
|
||||
| Fractur | $\text{𝔄-ℨ}\text{ 𝔞-𝔷}$| Monospace | $\text{𝙰-𝚉 𝚊-𝚣 𝟶-𝟿}$
|
||||
| Bold Fractur | $\text{𝕬-𝖅}\text{𝖆-𝖟}$ | |
|
||||
|
||||
</div>
|
||||
<div class="katex-hopscotch">
|
||||
|
Reference in New Issue
Block a user