Skip to content

Commit

Permalink
Add list of supported styles to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLuptak committed Mar 19, 2022
1 parent 3d60586 commit ff40e02
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,21 @@ here. You should be able to use `biblatex-iso690` now.
\usepackage[english,czech]{babel} % the main document language is the last one
\usepackage[
backend=biber, % if we want unicode and many other features (biber is already by default)
style=iso-authoryear, % or iso-numeric for numeric citation method
style=iso-authoryear, % or another iso-<style>
]{biblatex}
```

### Citation and bibliography styles

`biblatex-iso690` provides the following styles (both for citations
and bibliographies). You can select one with `style` keyword in the
package options of `biblatex`.

* `iso-alphabetic`
* `iso-authortitle`
* `iso-authoryear`
* `iso-numeric`

### Custom options

Above and beyond the scope of package options provided by `biblatex` itself,
Expand Down

0 comments on commit ff40e02

Please sign in to comment.