Skip to content

Releases: maucejo/elsearticle

v3.1.0 - May 2026

19 May 13:54

Choose a tag to compare

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

25 Apr 06:01

Choose a tag to compare

This release introduces the following breaking change:

  • The #nonum-eq function 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

03 Apr 07:52

Choose a tag to compare

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

31 Mar 18:34

Choose a tag to compare

This minor release introduce somes fixes:

  • paper: "a4" for all paper formats
  • Improve documentation
  • Refactor internals - PR #24

v2.0.2 - March 2026

13 Mar 09:25

Choose a tag to compare

This minor release introduces several minor fixes:

  • Single author and empty affiliation errors (fix issue #18)
  • Support authors without affiliations (fix issue #19)

v2.0.1 - February 2026

31 Jan 17:02

Choose a tag to compare

This minor release solves issue #15.

v2.0.0 - January 2026

21 Jan 13:42

Choose a tag to compare

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

19 Dec 10:19

Choose a tag to compare

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

25 Nov 08:20

Choose a tag to compare

Embed keywords in document metadata - PR proposed by @alametti.

v0.4.3 - July 2025

15 Jul 15:23

Choose a tag to compare