Skip to content

Commit 329ee70

Browse files
committed
Release ready 2.0.3
1 parent a53bd60 commit 329ee70

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elsearticle template
22

3-
[![Generic badge](https://img.shields.io/badge/Version-2.0.2-cornflowerblue.svg)]()
3+
[![Generic badge](https://img.shields.io/badge/Version-2.0.3-cornflowerblue.svg)]()
44
[![MIT License](https://img.shields.io/badge/License-MIT-forestgreen)](https://github.com/maucejo/elsearticle/blob/main/LICENSE)
55
[![User Manual](https://img.shields.io/badge/doc-.pdf-mediumpurple)](https://github.com/maucejo/elsearticle/blob/a30c15a79212b6bf9fe47483655474269831bee7/docs/manual.pdf)
66

@@ -13,7 +13,7 @@ This section provides the minimal amount of information to get started with the
1313
To use the `elsearticle` template, you need to include the following line at the beginning of your `typ` file:
1414

1515
```typ
16-
#import "@preview/elsearticle:2.0.2": *
16+
#import "@preview/elsearticle:2.0.3": *
1717
```
1818

1919
### Initializing the template

docs/manual.pdf

2.05 KB
Binary file not shown.

docs/manual.typ

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,11 @@ After importing #package[elsearticle], you have to initialize the template by a
109109
```
110110
]
111111

112-
#info-alert[If the paper has only one author, `affiliations` must be:
113-
- `(" ",)` in the `authors` #dtype(array) of #dtype(dictionary)
112+
#info-alert[If the paper has only one author, `affiliations` should be:
113+
- In the #dtype(array) of #dtype(dictionary):
114+
- #dtype(none)
115+
- an empty #dtype(dictionary) `()`
116+
- not defined at all
114117
- `(" ": [Institution name])` in the `affiliations` #dtype(dictionary)
115118
to conform with the Elsevier template requirements.
116119
]

template/main.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// #import "@preview/elsearticle:2.0.2": *
2-
#import "../src/elsearticle.typ": *
1+
#import "@preview/elsearticle:2.0.3": *
2+
// #import "../src/elsearticle.typ": *
33

44
#let abstract = lorem(250)
55

0 commit comments

Comments
 (0)