-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path11_prohibitives_map.Rmd
52 lines (41 loc) · 1.29 KB
/
11_prohibitives_map.Rmd
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Prohibitive and its relation with the imperative (Maps & Data)
author: Samira Ochs
date: 'Last update: December 2021'
bibliography: ./data/orig_bib/prohibitives.bib
csl: ./data/apa.csl
---
```{r, include = FALSE}
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, comment = '')
library(lingglosses)
```
See [the chapter text](11_prohibitives.html)
```{r}
library(RefManageR)
BibOptions(check.entries = FALSE, style = 'text', bib.style = 'authoryear')
article_citation <- BibEntry(bibtype = 'Incollection',
key='ochs2021',
title='Prohibitive and its relation with the imperative',
author='Samira Ochs',
year='2021',
editor= 'Daniel, Michael and Filatov, Konstantin and Moroz, George and Mukhin, Timofey and Naccarato, Chiara and Verhees, Samira',
publisher='Linguistic Convergence Laboratory, NRU HSE',
address='Moscow',
booktitle= 'Typological Atlas of the languages of Daghestan (TALD)',
url='http://lingconlab.ru/dagatlas')
```
## {.tabset .tabset-fade .tabset-pills}
### Plain text
```{r, results = 'asis'}
print(article_citation, .opts = list(style = 'text'))
```
### BibTeX
```{r}
print(article_citation, .opts = list(style = 'Bibtex'))
```
```{r, child='data/orig_rmd/prohibitives_map.Rmd'}
```
## References
```{r, results='asis'}
PrintBibliography(bib)
```