Releases: bobvandevijver/latex-bundle
First stable release
This release marks the first stable release!
The only change with the previous point-release is a br tag which is now also supported in the WYSIWYG-editor.
Environment variable fix
Sets the 'HOME' environment variable for pdflatex
, to ensure correct functioning of LaTeX subscripts.
Force UTF-8 to DOM-document
This release forces the usage of UTF-8 to the DOMDocument, such that support for UTF-8 characters can be made in LaTeX.
Support Symfony 3.0
Support Symfony 3.0 and some small other fixes
DOMDocument HTML parser + Symfony Process wrapper
The bundle now uses the build-in PHP DOMDocument element parser to simplify the HTML to LaTeX parser process. Previously it used difficult regex expressions.
Secondly the Symfony Process component is now used to start the pdflatex
and pdfinfo
commands.
The next release will support tables.
Added extra information to the LatexParseException
The exception now contains more information of the exact exception that occured, which can be retrieved with the helper methods if required.
Hotfix for v0.6
Hotfix for error in LatexParseException
Updated addPackage method (contains BC-break)
See the upgrade notes for the BC-break.
Also added several tweaks.
New HTML to LaTeX parser and small fixes
This new release contains a new HTML to LaTeX parser, including a ckeditor form field. This can make the creation of user defined input to create PDF pages easier.
Also contains some small maintenance fixes.
LaTeX errors added to exception
v0.4 Documentation update