From 80a1cdfb296dc869ba163abebed14edd729c5baf Mon Sep 17 00:00:00 2001 From: Matt Moelter Date: Wed, 23 Aug 2023 12:59:44 -0700 Subject: [PATCH] Update README.md Fixed a few typos in table --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7d822e3..235a698 100644 --- a/README.md +++ b/README.md @@ -34,22 +34,22 @@ This is a table of options the template provides based on the [REVTeX 4.2e](http | Option | Type | Default | Required | Functionality | | -------------------- | ------- | --------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `draft` | boolean | false | false | Marks the document as drift (preprint) | -| `preprint` | string | | false | Institutional report numbers can be specified using this (see prepint revtex4-2 documentation). | -| `linenumbers` | boolean | false | false | Allows to add line numbers to the generated article. | +| `draft` | boolean | false | false | Marks the document as draft (preprint) | +| `preprint` | string | | false | Institutional report numbers can be specified using this (see preprint revtex4-2 documentation). | +| `linenumbers` | boolean | false | false | Allows adding line numbers to the generated article. | | `superscriptaddress` | boolean | false | false | A major way of displaying authors and affiliations information is to use superscripts on the authors and affiliations. It should be mentioned that the affiliations for the `superscriptaddress` are presented and numbered in the order that they are encountered. | | `groupedaddress` | boolean | true | false | To group authors with the same affiliation together this option can be chosen. This is the default behavior for most journals. | | `unsortedaddress` | boolean | false | false | Grouping of authors into specific groups (see `groupedaddress`) is disabled. | | `runinaddress` | boolean | false | false | Like `groupedaddress`, but joins multiple affiliations together into a single sequence separated by commas. | | `footinbib` | boolean | false | false | The footnote text can either appear at the bottom of a page or as part of the bibliography. This option results it in only showing up in the bibliography. This can be used to override the default behavior of the journal. | | `nofootinbib` | boolean | false | false | The footnote text can either appear at the bottom of a page or as part of the bibliography. This option results it in only showing up on the bottom of the page. This can be used to override the default behavior of the journal. | -| `bibnotes` | boolean | false | false | Specifies whether additional author information such as email or homepage are put on the first page or at the st of the bibliography. For instance, the prb option puts all such footnotes at the start of the bibliography while the prl journal styles displays them on the first page. One can override a journal style’s default behavior by specifying explicitly the class option bibnotes (puts the footnotes at the start of the bibliography) or nobibnotes (puts them on the first page). | -| `nobibnotes` | boolean | false | false | Specifies whether additional author information such as email or homepage are put on the first page or at the st of the bibliography. For instance, the prb option puts all such footnotes at the start of the bibliography while the prl journal styles displays them on the first page. One can override a journal style’s default behavior by specifying explicitly the class option `bibnotes` (puts the footnotes at the start of the bibliography) or `nobibnotes` (puts them on the first page). | +| `bibnotes` | boolean | false | false | Specifies whether additional author information such as email or homepage are put on the first page or at the start of the bibliography. For instance, the prb option puts all such footnotes at the start of the bibliography while the prl journal styles displays them on the first page. One can override a journal style’s default behavior by specifying explicitly the class option bibnotes (puts the footnotes at the start of the bibliography) or nobibnotes (puts them on the first page). | +| `nobibnotes` | boolean | false | false | Specifies whether additional author information such as email or homepage are put on the first page or at the start of the bibliography. For instance, the prb option puts all such footnotes at the start of the bibliography while the prl journal styles displays them on the first page. One can override a journal style’s default behavior by specifying explicitly the class option `bibnotes` (puts the footnotes at the start of the bibliography) or `nobibnotes` (puts them on the first page). | | `reprint` | boolean | false | false | Closely approximate a given journal’s style. Can be either single or two-column formatting depending on the journal. | | `footnote_title` | boolean | false | false | Adds footnote for the article title. | -| `styling` | choice | aps | true | Allows to choose the types of American Physical Society journals. The following choices are available: | -| `aps_journal_type` | choice | pra | false | Allows to choose the APS Journal type. The following choices are available: | +| `styling` | choice | aps | true | Allows choosing the type of American Physical Society journal. The following choices are available: | +| `aps_journal_type` | choice | pra | false | Allows choosing the type of APS Journal. The following choices are available: | | `aip_journal_type` | choice | apl | false | Allows to choose the AIP Journal type. The following choices are available: | -| `aapm_journal_type` | choice | mph | false | Allows to choose the American Association of Physicists in Medicine journal type. The following choices are available: | -| `sor_journal_type` | choice | jor | false | Allows to choose the Society of Rheology journal type. The following choices are available: | -| `formatting` | choice | onecolumn | false | Allows to choose the type of column formatting (one- or two-column article). The following choices are available: | +| `aapm_journal_type` | choice | mph | false | Allows choosing the American Association of Physicists in Medicine journal type. The following choices are available: | +| `sor_journal_type` | choice | jor | false | Allows choosing the Society of Rheology journal type. The following choices are available: | +| `formatting` | choice | onecolumn | false | Allows choosing the type of column formatting (one- or two-column article). The following choices are available: |