Releases: bobvandevijver/latex-bundle
v1.5.2
Fixed invalid backslash replacement
Added Ohm sign support
v1.5.1 Add Ohm sign to parser (#33)
Add support for FOSCKEditorBundle
Since FOSCKEditorBundle uses a different namespace than IvoryCKEditorBundle (which has been abandoned), this release adds support for the new bundle
Mark latex_escape filter as safe
By marking the latex_escape
filters as safe, the escape functionality is no longer used by default. This escape should never be necessary in tex context, and was already disabled in the supplied templates by using raw
.
Expose not found image location
v1.3.7 Expose not found image in ImageNotFoundException
Support for enumerate
v1.3.6 Support enumerate in the listing element
Fix incorrect includegraphics image matcher
Now it also support \includegraphics
without options correctly, and it detects the prefixed backslash correctly
Configure attachment in Content-Disposition header
When creating a response, you can now request to omit the "attachment;" part from the generate Content-Disposition header.
Extra convenience functions
v1.3.3 Added some convenience methods
No shell escape
This release incorporates a new default parameter for the pdflatex
command: -no-shell-escape
. This parameter disallows arbitrary code execution from the LaTeX input.