Skip to content

Releases: lucaslrodri/jupyter-tikz

v0.5.6

10 Oct 01:09
Compare
Choose a tag to compare

✨ Improvements

  • Docs: Added troubleshooting section to the Usage Guide.

v0.5.5

29 Aug 03:29
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Removed quotation marks when using arg "$var" (e.g., -p "$preamble").

v0.5.4

11 Aug 06:20
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Docs: Removed the Jinja2 subsection from the README.

v0.5.3

10 Aug 23:13
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Docs: Fixed Jinja section in installation.md.

v0.5.2

10 Aug 22:46
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Docs: Fixed internal links in index.md.

v0.5.1

10 Aug 04:28
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Docs: Minor fix in changelog.

v0.5.0

10 Aug 04:13
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Significant changes to Jinja2 rendering:
    • Replaced the default Jinja2 syntax with a custom one to avoid clashes with LaTeX braces ({}). Please refer to the documentation for more details.
    • With the new syntax, conflicts with LaTeX are significantly reduced, thus Jinja2 is now enabled by default and has become a mandatory dependency.
    • Added a --no-jinja flag to allow optional disabling of Jinja2 rendering.

v0.4.2

30 Jul 09:36
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Doc: Fixed social cards image links.

v.0.4.1

30 Jul 08:47
Compare
Choose a tag to compare

✨ Improvements

  • Switched temporary file names to MD5 hashing for deterministic hashes.

🚀 Features

  • Doc: Support to social cards (Twitter and Facebook OG).

🐞 Bug Fixes

  • Fixed indentation in TexDocument.tikz_code.
  • Fixed docs issues.

v.0.4.0

29 Jul 07:28
Compare
Choose a tag to compare

🚀 Features

  • Added support for PGFPlots with external data files.
  • Introduced a new flag (-k) to retain LaTeX temporary files.
  • Added support for grayscale output in rasterized mode.
  • Introduced new flags --save-tikz and --save-pdf to save the TikZ and PDF files respectively; --save-tex now explicitly saves the full LaTeX document.

🚨 Breaking Changes

  • Modified the save functionality: Options must now be passed in TexDocument.run_latex(...) as TexDocument.save() is no longer used.
  • LaTeX rendering is now performed in the current folder, moving away from the use of a temporary directory (tempdir). This change facilitates access to external files for PGFPlots.