You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/load_tex_macros
root ee22027d4f
fix rights to 755 (linux actual)
2 years ago
..
icon.png fix rights to 755 (linux actual) 2 years ago
load_tex_macros.yaml fix rights to 755 (linux actual) 2 years ago
main.js fix rights to 755 (linux actual) 2 years ago
readme.md fix rights to 755 (linux actual) 2 years ago

readme.md

Purpose

This extension loads a tex file whenever a notebook is loaded, then re-runs mathjax. It's useful if you have several notebooks that use a common set of latex macros, so you don't have to copy the macros to each notebook.

Usage

Simply put your latex macros in a file named latexdefs.tex, in the same directory as your notebook.

Credit

This is derived entirely from the nbextension jupyter_latex_envs, with help from its author @jfbercher.