diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/jupynotex/jupynotex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/jupynotex/jupynotex.sty | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/jupynotex/jupynotex.sty b/Master/texmf-dist/tex/latex/jupynotex/jupynotex.sty new file mode 100644 index 00000000000..205343d0974 --- /dev/null +++ b/Master/texmf-dist/tex/latex/jupynotex/jupynotex.sty @@ -0,0 +1,7 @@ +\ProvidesPackage{jupynotex}[0.1] + +\usepackage{tcolorbox} + +\newcommand{\jupynotex}[2][-]{ + \input|"python3 jupynotex.py #2 #1" +} |