Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two typos in tex.rst
Browse files Browse the repository at this point in the history
attilavjda committed Jan 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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)
}
@@ -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 ``'[-]'``

0 comments on commit 0698165

Please sign in to comment.