Skip to content

Releases: bobvandevijver/latex-bundle

First stable release

03 Jun 17:54
Compare
Choose a tag to compare

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

03 Jun 13:29
Compare
Choose a tag to compare
Pre-release

Sets the 'HOME' environment variable for pdflatex, to ensure correct functioning of LaTeX subscripts.

Force UTF-8 to DOM-document

22 Feb 16:54
Compare
Choose a tag to compare
Pre-release

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

01 Feb 20:50
Compare
Choose a tag to compare
Support Symfony 3.0 Pre-release
Pre-release

Support Symfony 3.0 and some small other fixes

DOMDocument HTML parser + Symfony Process wrapper

21 Dec 22:31
Compare
Choose a tag to compare

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.

Fixes #11
Fixes #14
Fixes #15

The next release will support tables.

Added extra information to the LatexParseException

30 Jul 20:21
Compare
Choose a tag to compare

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

30 Jul 10:32
Compare
Choose a tag to compare
Hotfix for v0.6 Pre-release
Pre-release

Hotfix for error in LatexParseException

Updated addPackage method (contains BC-break)

29 Jul 19:12
Compare
Choose a tag to compare

See the upgrade notes for the BC-break.

Also added several tweaks.

New HTML to LaTeX parser and small fixes

21 Jan 16:01
Compare
Choose a tag to compare

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

14 Oct 20:56
Compare
Choose a tag to compare
Pre-release
v0.4

Documentation update