Releases: lucaslrodri/jupyter-tikz
Releases · lucaslrodri/jupyter-tikz
v.0.3.2
🐞 Bug Fixes
- Improved documentation visibility on mobile devices.
v0.3.1
🐞 Bug Fixes
- Fixed DOCs links
v0.3.0
🚀 Features
- Web documentation.
- Flag (
--print-tex
) to print the full LaTeX document. - UTF-8 support.
- Added support for Python 3.10.
🚨 Breaking Changes
- Replaced
--full-document
and--implicit-pic
with--input-type=<str>
.-f
and-i
still working as aliases. - Changed the
--as-jinja
flag to--use-jinja
. - Reworked the API to an object-oriented approach.
v0.2.1
Minor adjustments in the documentation.
v0.2.0
New features:
- The option to save the output code to a IPython Variable (
-sv=<var_name>
) - Flag (
--no-compile
) to not compile LaTeX and not render the image - Support to LaTeX
\input {...}
commands
v0.1.1
Fix README links + added PYPI badge.
v0.1.0
First version to release in PYPI