laratex

A Laravel package for creating PDF files using LaTeX

MIT License

Downloads
7.3K
Stars
104

Bot releases are hidden (Show)

laratex - v1.2.2 Latest Release

Published by ismaelw about 1 year ago

What's Changed

  • Fixed and improved Exception Message

Full Changelog: https://github.com/ismaelw/laratex/compare/v1.2.0...v1.2.2

laratex - v1.2.1

Published by ismaelw about 1 year ago

What's Changed

  • Fixed and improved Exception Message

Full Changelog: https://github.com/ismaelw/laratex/compare/v1.2.0...v1.2.1

laratex - v1.2.0

Published by ismaelw about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ismaelw/laratex/compare/v1.1.1...v1.2.0

laratex - v1.1.1

Published by ismaelw over 1 year ago

What's Changed

  • Added a small change to the error parsing method

Full Changelog: https://github.com/ismaelw/laratex/compare/v1.1.0...v1.1.1

laratex - v1.1.0

Published by ismaelw over 1 year ago

Added Bibtex Feature

  • To make this work be sure to add the bibTexPath setting to your laratex.php config file if you are upgrading
  • If you are installing this version as a fresh installation the bibTexPath setting is already present if you publish the config

What's Changed

New Contributors

Full Changelog: https://github.com/ismaelw/laratex/compare/v1.0.1...v.1.1.0

laratex - v1.0.1

Published by ismaelw over 1 year ago

  • Laravel 10.x Support

What's Changed

New Contributors

Full Changelog: https://github.com/ismaelw/laratex/compare/v1.0.0...v1.0.1

laratex - v1.0.0

Published by ismaelw over 2 years ago

  • New method to compile the tex file twice
  • New config option teardown

Please check the current README for details