Skip to content

Commit aae20fc

Browse files
authored
Update cite-as-you-write.md (#595)
Add new supported formats of CAYW endpoint in the documentation
1 parent 5efacfe commit aae20fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

en/cite/cite-as-you-write.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Supported values for paramter `format`:
4646
|---------------|--------------------------------------------------------------------------------------------------------|
4747
| `biblatex` | Additional `command` parameter, which allows to use another command for citing, defaults to `autocite` |
4848
| `simple-json` | A simple json containing the entry ID and the citation key |
49+
| `natbib` | Additional `command` parameter, which defaults to `cite` |
50+
| `latex` | Additional `command` parameter, which defaults to `cite` |
51+
| `cite` | Additional `command` parameter, which defaults to `cite` |
52+
| `citep` | Additional `command` parameter, which defaults to `citep` |
53+
| `citet` | Additional `command` parameter, which defaults to `citet` |
54+
| `mmd` | MultiMarkdown |
55+
| `pandoc` | Pandoc mardown |
56+
| `typst` | Typst |
57+
58+
If the `format` parameter used is not supported, `biblatex` will be used.
4959

5060
### Supported applications
5161

0 commit comments

Comments
 (0)