Skip to content

Releases: bobvandevijver/latex-bundle

Added Standalone base class

17 Feb 16:10
Compare
Choose a tag to compare

This release add a new Standalone base class, which is ideal to render small LaTeX snippets.

Symfony 4 support

17 Feb 16:09
Compare
Choose a tag to compare

This release should fully support Symfony 4.

  • Added autowiring possibility for LatexGenerator class
  • Moved to namespaced Twig template annotation
  • Updated package requirements

PHPDoc fix

21 Jul 08:01
Compare
Choose a tag to compare
Update LatexInterface.php to fix phpdoc (#25)

A value can be any type, so it should be `@param mixed $value`

Fixed special char parsing

26 Jun 15:24
Compare
Choose a tag to compare

In v1.2.0 an error got included, causing certain escaped to be replaced twice. This patch release fixes that.

Added new options to the LaTeX Parser

19 Dec 11:24
Compare
Choose a tag to compare
v1.2.0

Fixes #20. Add support for more characters by adding parser options

Fixes weird space errors

13 Aug 23:16
Compare
Choose a tag to compare
v1.1.3

Updated weird space parsing

v1.1.2

03 Aug 22:48
Compare
Choose a tag to compare

Updated HOME variable to /tmp for reuse and portability.

v1.1.1

01 Aug 19:52
Compare
Choose a tag to compare
  • Return LatexGenerator on settings update
  • Added method to set the cache directory in the LatexGenerator class

v1.1.0

01 Aug 19:43
Compare
Choose a tag to compare

Changelog:

  • Fixes #21: Added timeout configuration
  • Fixes #18: Added extra parameter for the cache dir

v1.0.1

29 Jun 20:01
Compare
Choose a tag to compare

Fix bug and update documentation