Skip to content

Releases: bobvandevijver/latex-bundle

Add split words twig macro

20 Jul 08:59
Compare
Choose a tag to compare
v2.8.0

Add split_words macro

Fix latex_parse_html twig filter

07 Mar 19:13
Compare
Choose a tag to compare
v2.7.3

Fix latex_parse_html twig filter

Bugfix release for broken latex_escape twig filter parameters

29 Jul 18:27
Compare
Choose a tag to compare
v2.7.2

Fix argument passthrough for latex_escape twig filter

Small composer related updates

27 Jul 19:27
Compare
Choose a tag to compare
v2.7.1

Remove sort package config from composer.json

Add transliteration support

27 Jul 18:49
Compare
Choose a tag to compare

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

Remove space after escaped curly bracket

14 Jun 06:33
a28bc63
Compare
Choose a tag to compare
Remove spaces after escaped curly brackets (#44)

Prevents extra spaces from being placed in the text when using curly brackets, and the spaces are not needed for proper escaping.

Co-authored-by: Bob van de Vijver <bobvandevijver@users.noreply.github.com>

Correctly escape square brackets

13 Jun 14:38
a3b8729
Compare
Choose a tag to compare
Properly escape square brackets (#43)

* Properly escape square brackets

Also remove spaces after escaping curly brackets

* Revert remove spaces after escaped curly brackets

Escape square brackets when using removelatex option in escaper

13 Jun 12:53
Compare
Choose a tag to compare

Add support for ± and other µ

02 Jun 10:25
Compare
Choose a tag to compare
v2.5.2

Add support for ± and other µ

Add EscapedText element

31 Jan 14:37
Compare
Choose a tag to compare

Adds an escaped text element, which also removes all remaining LaTeX commands.