Skip to content

Commit

Permalink
Added support for mathrsfs package for \mathscr command.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak authored Oct 14, 2024
1 parent 8701e2f commit 9e255f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Templater.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public function run(string $formula): Formula
'\\pagecolor' => 'xcolor',
'\\ce' => 'mhchem',
'\\vv' => 'esvect',
'\\mathscr' => 'mathrsfs',
];

foreach ($test_command as $command => $env) {
Expand Down

0 comments on commit 9e255f0

Please sign in to comment.