We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287b452 commit 2e31773Copy full SHA for 2e31773
README.md
@@ -27,7 +27,7 @@ After importing `elsearticle`, you have to initialize the template by a show rul
27
* `journal`: Name of the journal
28
* `keywords`: List of keywords of the paper
29
* `format`: Format of the paper. Possible values are `preprint`, `review`, `1p`, `3p`, `5p`
30
-* `paper`: Paper size. Possible values are "a5", "a4", "ansi-a", "ansi-b" and "us-letter"
+* `paper`: Paper size. Possible values are `"a4"`, `"ansi-a"`, `"us-letter"` and `"us-legal"`
31
* `numcol`: Number of columns of the paper. Possible values are 1 and 2
32
* `line-numbering`: Enable line numbering. Possible values are `true` and `false`
33
0 commit comments