- version bump for devel version
- upgraded MathJax version to 3.2.0
- updated instructions for making use of the package
- fixed issue with
\mjeqn
coming first in a paragraph (issue #11) preview_rd()
now shows links to local help pages (although they are non-functional) and displays figures (if there are any)
- fixed issue with minifying the javascript files upon installation under Windows
preview_rd()
now loads package macros
- upgraded MathJax version to 3.1.2
- MathJax is now bundled with non-minified javascript files; upon installation from the source package, the javascript files are minified if the
js
package is available preview_rd()
now tries to load any package-specific macros before rendering a help pagepreview_rd()
gains adark
argument (for the option to render HTML pages in dark mode)
- added
\mjteqn
and\mjtdeqn
macros (triple-argument versions) - added
preview_rd()
function - environment variable
MATHJAXR_CDN
can now be used to specify an alternative URL for a CDN - changed name of environment variable from
MATHJAXR.USECDN
toMATHJAXR_USECDN
- expanded information provided under 'Issues'
- first version released on CRAN
- simplified
ifelse
logic for the\mjeqn
and\mjdeqn
macros - added
\mjseqn
and\mjsdeqn
macros (single-argument versions)
- first version