feat: add mtext bold-fraktur text use case
This commit is contained in:
parent
f21196d2cd
commit
758767e14c
@ -36,6 +36,7 @@ class TextCommand {
|
||||
return ['\\textit', '\\textbf'];
|
||||
case 'double-struck':
|
||||
return ['\\mathbb'];
|
||||
case 'bold-fraktur':
|
||||
case 'fraktur':
|
||||
return ['\\mathfrak'];
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user