File: 7219.md

package info (click to toggle)
haskell-pandoc 3.7.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,532 kB
  • sloc: haskell: 86,819; xml: 4,325; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
```
% pandoc --citeproc -t plain
---
references:
- author:
  - family: Reese
    given: Trevor R.
  collection-title: 3rd series
  container-title: William and Mary Quarterly
  id: reese
  issued: 1958
  language: en-US
  page: 168-190
  title: Georgia in Anglo-Spanish diplomacy, 1736-1739
  type: article-journal
  volume: 15
...
and also in -@reese
^D
and also in (1958)

Reese, Trevor R. 1958. “Georgia in Anglo-Spanish Diplomacy, 1736-1739.”
William and Mary Quarterly, 3rd series, 15: 168–90.

```