Skip to content

Commit

Permalink
Fix two typos in tex.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
attilavjda committed Jan 13, 2024
1 parent c08ea76 commit 0698165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/input/tex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Configuration Block
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
(document.getElementsByTagName('base').length === 0) ?
'' : String(document.location).replace(/#.*$/, '')),
'' : String(document.location).replace(/#.*$/, ''),
formatError: // function called when TeX syntax errors occur
(jax, err) => jax.formatError(err)
}
Expand Down Expand Up @@ -89,7 +89,7 @@ Option Descriptions
}
};
This loads the :ref:`tex-enclose` extension and acticates it by
This loads the :ref:`tex-enclose` extension and activates it by
including it in the package list.

You can remove packages from the default list using ``'[-]'``
Expand Down

0 comments on commit 0698165

Please sign in to comment.