feat: add mtext bold-fraktur text use case

This commit is contained in:
Alexandre Nunes 2020-09-17 11:39:17 -03:00
parent f21196d2cd
commit 758767e14c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class TextCommand {
return ['\\textit', '\\textbf'];
case 'double-struck':
return ['\\mathbb'];
case 'bold-fraktur':
case 'fraktur':
return ['\\mathfrak'];
default: