example added

This commit is contained in:
2022-09-26 20:54:19 +02:00
parent ea246342b6
commit afeb392e4b
6 changed files with 570 additions and 2 deletions

2
make.sh Normal file
View File

@@ -0,0 +1,2 @@
pandoc -t pdf --ipynb-output=all --lua-filter=ansi2html.lua -s --katex Example1.ipynb --pdf-engine=xelatex > Example1.pdf
pandoc -t html --ipynb-output=all --lua-filter=ansi2html.lua -s --katex Example1.ipynb > Example1.html