Skip to content

Commit 7aee8a7

Browse files
committed
Fix incorrect package name
1 parent 42fc942 commit 7aee8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

input/tex/extensions/setoptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ To load the `setoptions` extension, add ``'[tex]/setoptions'`` to the
125125
.. code-block:: javascript
126126
127127
window.MathJax = {
128-
loader: {load: ['[tex]/centernot']},
129-
tex: {packages: {'[+]': ['centernot']}}
128+
loader: {load: ['[tex]/setoptions']},
129+
tex: {packages: {'[+]': ['setoptions']}}
130130
};
131131
132132
-----

0 commit comments

Comments
 (0)