Releases: bobvandevijver/latex-bundle
Releases · bobvandevijver/latex-bundle
Bibliography support
We now support running a bibliography binary when configured, many thanks to @mario6097 for the suggestion and first implementation!
Maintenance release
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
v2.3.0 Escape Greek characters as well when using latex_escape_all in Twig
Twig 3.0 support
Added Twig 3.0 support (thanks to @MueR)
Fix Symfony 5 config deprecation
Fix Symfony 5 config deprecation (#35) Co-authored-by: abogun <[email protected]>
Escape ° symbol with correct math mode
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
v2.0.1 Fix bug in LockedLatexGenerator (#34)
Dropped Symfony2 support, added LockedLatexGenerator
- 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
v1.6.1 Escape euro sign correctly
Remove & character when removeLatex is set, and checkTable is not
This release might be breaking if you were depending on the previous behaviour of the & character.