Skip to content

Commit

Permalink
Merge pull request #548 from mathjax/issue2516
Browse files Browse the repository at this point in the history
Make sure configuration renaming is performed for *-full components. (mathjax/MathJax#2516)
  • Loading branch information
dpvc authored Sep 12, 2020
2 parents 24c98c6 + f912ffc commit 300846d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/src/input/tex-full/tex-full.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import './lib/tex-full.js';

import {registerTeX} from '../tex/register.js';
import {rename} from '../tex/extensions/rename.js';
import {Loader} from '../../../../js/components/loader.js';
import {AllPackages} from '../../../../js/input/tex/AllPackages.js';
import '../../../../js/input/tex/require/RequireConfiguration.js';
Expand All @@ -12,3 +13,7 @@ Loader.preLoad(
);

registerTeX(['require',...AllPackages]);
rename('amsCd', 'amscd', true);
rename('colorV2', 'colorv2', false);
rename('configMacros', 'configmacros', false);
rename('tagFormat', 'tagformat', true);

0 comments on commit 300846d

Please sign in to comment.