Skip to content

Commit 6a7cb58

Browse files
committed
update main and manual
1 parent 10e1311 commit 6a7cb58

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:1.0.0": *
16+
#import "@preview/elsearticle:1.1.0": *
1717
```
1818

1919
### Initializing the template

docs/manual.pdf

89.5 KB
Binary file not shown.

docs/manual.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To mimic the look and feel of the original elsarticle.cls, the following fonts m
4646

4747
To use the #package[elsearticle] template, you need to include the following line at the beginning of your `typ` file:
4848
#codesnippet[```typ
49-
#import "@preview/elsearticle:1.0.0": *
49+
#import "@preview/elsearticle:1.1.0": *
5050
```
5151
]
5252

template/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/elsearticle:1.0.0": *
1+
#import "@preview/elsearticle:1.1.0": *
22

33
#let abstract = lorem(100)
44

0 commit comments

Comments
 (0)