Skip to content

Releases: bobvandevijver/latex-bundle

Bibliography support

01 Oct 06:36
Compare
Choose a tag to compare

We now support running a bibliography binary when configured, many thanks to @mario6097 for the suggestion and first implementation!

Maintenance release

02 Sep 11:30
Compare
Choose a tag to compare

Fix Twig Environment exception when using Twig 3 in combination with the LatexGenerator
Fix Symfony Process deprecation by switching to fromShellCommandLine when available

Add Greek escape support

22 Apr 19:50
ed87108
Compare
Choose a tag to compare
v2.3.0

Escape Greek characters as well when using latex_escape_all in Twig

Twig 3.0 support

14 Apr 11:23
efdcec0
Compare
Choose a tag to compare

Added Twig 3.0 support (thanks to @MueR)

Fix Symfony 5 config deprecation

24 Mar 19:13
cba4614
Compare
Choose a tag to compare
Fix Symfony 5 config deprecation (#35)

Co-authored-by: abogun <[email protected]>

Escape ° symbol with correct math mode

27 Jan 12:47
bd71a85
Compare
Choose a tag to compare
Use ensuremath instead of dollar for degree symbol

If the $ symbol is used, it might be removed later when aggressive latex removal has been enabled.

Fixed recursion loop in locked generator

18 Jan 12:50
Compare
Choose a tag to compare
v2.0.1

Fix bug in LockedLatexGenerator (#34)

Dropped Symfony2 support, added LockedLatexGenerator

17 Jan 10:59
15c85e8
Compare
Choose a tag to compare
  • Dropped support for Symfony version that are no longer supported by Symfony.
  • Dropped PHP 5 support, use 7.1 or greater instead.
  • Added LockedLatexGenerator to enable locked generation

Escape euro sign correctly

16 Jan 16:51
e6eda60
Compare
Choose a tag to compare
v1.6.1

Escape euro sign correctly

Remove & character when removeLatex is set, and checkTable is not

16 Jan 16:10
c54532b
Compare
Choose a tag to compare

This release might be breaking if you were depending on the previous behaviour of the & character.