bobv/latex-bundle
Symfony bundle for flexible PDF rendering via LaTeX. Build .tex documents with an OOP API, compile them to PDF, return PDFs in HTTP responses with one command, and avoid unnecessary recompiles with basic caching.
Full Changelog: https://github.com/bobvandevijver/latex-bundle/compare/v5.2.1...v5.3.0
Full Changelog: https://github.com/bobvandevijver/latex-bundle/compare/v5.2.0...v5.2.1
Full Changelog: https://github.com/bobvandevijver/latex-bundle/compare/v5.1.0...v5.2.0
Full Changelog: https://github.com/bobvandevijver/latex-bundle/compare/v4.1.0...v5.0.0
Make sure to check the upgrade notes, this release renames the main namespace from BobV to Bobv
Just a bumb of the symfony versions in the composer. If there are any issues, please create an issue!
This release brings transliteration support when using the Twig escape_* filter. Make sure to install symfony/string and configure it in your configuration in order to use it.
bob_v_latex:
escaping:
use_symfony_string: true
Thanks to @tobias-93!
Adds an escaped text element, which also removes all remaining LaTeX commands.
We now support running a bibliography binary when configured, many thanks to @mario6097 for the suggestion and first implementation!
Fix Twig Environment exception when using Twig 3 in combination with the LatexGenerator Fix Symfony Process deprecation by switching to fromShellCommandLine when available
Added Twig 3.0 support (thanks to @MueR)
How can I help you explore Laravel packages today?