Releases: maucejo/elsearticle
v3.1.0 - May 2026
This release add the argument date to the template definition to include a custom datetime type (thanks @abiriadev for PR #28).
v3.0.0 - April 2026
This release introduces the following breaking change:
- The
#nonum-eqfunction has been replaced by a show rule using a selector based on the label<nonum-eq>.
This release also adds a show rule using a selector based on the label <nonum-sec> to define unnumbered sections and includes PR #26 (thanks @alametti).
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