feat: add mtext double-struck text case
This commit is contained in:
parent
4925e9174e
commit
8aa1b7a665
@ -34,6 +34,8 @@ class TextCommand {
|
||||
return ['\\textit'];
|
||||
case 'bold-italic':
|
||||
return ['\\textit', '\\textbf'];
|
||||
case 'double-struck':
|
||||
return ['\\mathbb'];
|
||||
default:
|
||||
return ['\\text'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user