Skip to content

Releases: maucejo/elsearticle

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

v0.4.1 - December 2024

04 Dec 08:17

Choose a tag to compare

v0.4.0 - November 2024

17 Nov 15:54

Choose a tag to compare

  • Add equation sub-numbering based on the equate package