diff --git a/input/tex/extensions/setoptions.rst b/input/tex/extensions/setoptions.rst index e6e97cd..a1c6630 100644 --- a/input/tex/extensions/setoptions.rst +++ b/input/tex/extensions/setoptions.rst @@ -66,8 +66,8 @@ To load the `setoptions` extension, add ``'[tex]/setoptions'`` to the .. code-block:: javascript window.MathJax = { - loader: {load: ['[tex]/centernot']}, - tex: {packages: {'[+]': ['centernot']}} + loader: {load: ['[tex]/setoptions']}, + tex: {packages: {'[+]': ['setoptions']}} };