Skip to content

Releases: bobvandevijver/latex-bundle

v1.5.2

09 Jan 14:04
89f8363
Compare
Choose a tag to compare
Fixed invalid backslash replacement

Added Ohm sign support

04 Jan 15:57
Compare
Choose a tag to compare
v1.5.1

Add Ohm sign to parser (#33)

Add support for FOSCKEditorBundle

18 Sep 20:11
4262da6
Compare
Choose a tag to compare

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

09 Aug 14:28
Compare
Choose a tag to compare

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

31 Jul 14:58
8344b8c
Compare
Choose a tag to compare
v1.3.7

Expose not found image in ImageNotFoundException

Support for enumerate

05 Apr 20:04
Compare
Choose a tag to compare
v1.3.6

Support enumerate in the listing element

Fix incorrect includegraphics image matcher

24 Mar 19:41
d71ab61
Compare
Choose a tag to compare

Now it also support \includegraphics without options correctly, and it detects the prefixed backslash correctly

Configure attachment in Content-Disposition header

15 Mar 17:07
Compare
Choose a tag to compare

When creating a response, you can now request to omit the "attachment;" part from the generate Content-Disposition header.

Extra convenience functions

25 Feb 14:10
Compare
Choose a tag to compare
v1.3.3

Added some convenience methods

No shell escape

25 Feb 13:54
Compare
Choose a tag to compare

This release incorporates a new default parameter for the pdflatex command: -no-shell-escape. This parameter disallows arbitrary code execution from the LaTeX input.