Releases: maucejo/elsearticle
v2.1.0 - April 2026
This release solves issue #25 by allowing users to defined a paper format, while maintaining the look and feel of the elsarticle.cls.
Current supported format are : a4, ansi-a, us-letter and us-legal.
Note
In practice, the implementation allows to take any paper format available in Typst provided that the paper width and height are hardcoded in the template.
v2.0.3 - April 2026
This minor release introduce somes fixes:
paper: "a4"for all paper formats- Improve documentation
- Refactor internals - PR #24
v2.0.2 - March 2026
v2.0.1 - February 2026
This minor release solves issue #15.
v2.0.0 - January 2026
This release introduces a breaking change in the API of the template in order to allow for authors' multiple affiliations. This solves issue #14.
v1.1.1 - December 2025
This update provides a refactoring of the code in order allow the use of #pagebreak instead of #colbreak - Thanks @Robotechnic for submitting the draft of the PR.
v1.1.0 - November 2025
Embed keywords in document metadata - PR proposed by @alametti.
v0.4.3 - July 2025
- Fix bug #10 - Thanks @dkantereivin
v0.4.1 - December 2024
- Fix bug #7 - Thanks @joneuhauser
v0.4.0 - November 2024
- Add equation sub-numbering based on the
equatepackage