Skip to content

Commit

Permalink
doc: fixed markdown lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanprbt committed Apr 17, 2024
1 parent 734dafd commit 6303458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en/advanced/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Display the version number of JabRef.

### Debug mode: `--debug`

Show debug level messages. The log files are stored in an internal file. See FAQs for [Windows](https://docs.jabref.org/faq/windows#q-where-can-i-find-jabrefs-log-files), [Linux](https://docs.jabref.org/faq/linux#where-can-i-find-jabrefs-log-files), [macOS ](https://docs.jabref.org/faq/osx#q-where-can-i-find-jabrefs-log-files)depending on your OS where to find it.
Show debug level messages. The log files are stored in an internal file. See FAQs for [Windows](https://docs.jabref.org/faq/windows#q-where-can-i-find-jabrefs-log-files), [Linux](https://docs.jabref.org/faq/linux#where-can-i-find-jabrefs-log-files), [macOS](https://docs.jabref.org/faq/osx#q-where-can-i-find-jabrefs-log-files)depending on your OS where to find it.

### Display output in the console: `--console`

Expand Down
8 changes: 4 additions & 4 deletions en/advanced/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ There is a lot of different fields in _BibTeX_, and some additional fields that

The following fields are recognized by the default bibliography styles:

* **bibtexkey** A unique string used to refer to the entry in LaTeX documents. Note that when referencing an entry from LaTeX, the key must match case-sensitively with the reference string. Some characters should not be used in bibtexkey as they are not compatible or not recommended:
* **bibtexkey** A unique string used to refer to the entry in LaTeX documents. Note that when referencing an entry from LaTeX, the key must match case-sensitively with the reference string. Some characters should not be used in bibtexkey as they are not compatible or not recommended:

`{ } ( ) , \ " - # ~ ^ : '`
* **address** Usually the address of the `publisher` or other type of institution. For major publishing houses, you may omit the information entirely or give simply the city. For small publishers, on the other hand, you can help the reader by giving the complete address.
* **annote** An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.
* **author** This field should contain the complete author list for your entry. The names are separated by the word _and_, even if there are more than two authors. Each name can be written in two equivalent forms:
* **author** This field should contain the complete author list for your entry. The names are separated by the word _and_, even if there are more than two authors. Each name can be written in two equivalent forms:

Donald E. Knuth _or_ Knuth, Donald E.

Expand All @@ -61,7 +61,7 @@ The following fields are recognized by the default bibliography styles:
* **key** Used for alphabetizing, cross referencing, and creating a label when the \`\`author'' information is missing. This field should not be confused with the key that appears in the `\cite` command and at the beginning of the library entry.
* **month** The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation of the English names (jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec).
* **note** Any additional information that can help the reader. The first word should be capitalized.
* **number**
* **number**

The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.
* **organization** The organization that sponsors a conference or that publishes a manual.
Expand Down Expand Up @@ -120,7 +120,7 @@ You can create new fields by [editing (or creating) entry types](../setup/custom
## Hints on fields

* Generally, you can use LaTeX commands inside of fields containing text. _BibTeX_ will automatically format your reference lists, and those fields that are included in the lists will be (de)capitalized according to your bibliography style. To ensure that certain characters remain capitalized, enclose them in braces, like in the word _{B}elgium_.
* An institution name should be inside `{}` brackets.
* An institution name should be inside `{}` brackets.

If the institution name also includes its abbreviation, this abbreviation should be also in `{}` brackets.

Expand Down

0 comments on commit 6303458

Please sign in to comment.