Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions en/cite/cite-as-you-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ Supported values for paramter `format`:
|---------------|--------------------------------------------------------------------------------------------------------|
| `biblatex` | Additional `command` parameter, which allows to use another command for citing, defaults to `autocite` |
| `simple-json` | A simple json containing the entry ID and the citation key |
| `natbib` | Additional `command` parameter, which defaults to `cite` |
| `latex` | Additional `command` parameter, which defaults to `cite` |
| `cite` | Additional `command` parameter, which defaults to `cite` |
| `citep` | Additional `command` parameter, which defaults to `citep` |
| `citet` | Additional `command` parameter, which defaults to `citet` |
| `mmd` | MultiMarkdown |
| `pandoc` | Pandoc mardown |
| `typst` | Typst |

If the `format` parameter used is not supported, `biblatex` will be used.

### Supported applications

Expand Down