From 0698165e380cb9b336d17d37b35c69ff91015af2 Mon Sep 17 00:00:00 2001 From: Attila Vajda Date: Sat, 13 Jan 2024 10:51:15 +0100 Subject: [PATCH] Fix two typos in tex.rst --- options/input/tex.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/input/tex.rst b/options/input/tex.rst index 0e2b5b9..9aabf3b 100644 --- a/options/input/tex.rst +++ b/options/input/tex.rst @@ -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 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 ``'[-]'``