Releases: bobvandevijver/latex-bundle
Releases · bobvandevijver/latex-bundle
Add split words twig macro
v2.8.0 Add split_words macro
Fix latex_parse_html twig filter
v2.7.3 Fix latex_parse_html twig filter
Bugfix release for broken latex_escape twig filter parameters
v2.7.2 Fix argument passthrough for latex_escape twig filter
Small composer related updates
v2.7.1 Remove sort package config from composer.json
Add transliteration support
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
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
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
Add support for ± and other µ
v2.5.2 Add support for ± and other µ
Add EscapedText element
Adds an escaped text element, which also removes all remaining LaTeX commands.