-
Notifications
You must be signed in to change notification settings - Fork 3
/
038_numeral_twoten_map.Rmd
57 lines (47 loc) · 1.53 KB
/
038_numeral_twoten_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
52
53
54
55
56
---
title: Presence of the numeral marker in the numerals ‘2’–‘10’ (Maps & Data)
author: Maksim Melenchenko
date: 'Last update: August 2022'
bibliography: ./data/orig_bib/numeral_twoten.bib
csl: apa.csl
link-citations: true
output:
html_document:
number_sections: true
anchor_sections: true
pandoc_args: --shift-heading-level-by=-1
---
```{r, include = FALSE}
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, comment = '')
library(lingglosses)
```
See [chapter](038_numeral_twoten.html)
```{r}
library(RefManageR)
BibOptions(check.entries = FALSE, style = 'text', bib.style = 'authoryear')
article_citation <- BibEntry(bibtype = 'Incollection',
key='melenchenko2022',
title='Presence of the numeral marker in the numerals ‘2’–‘10’ (Maps & Data)',
author='Maksim Melenchenko',
year='2022',
editor= 'Daniel, Michael and Filatov, Konstantin and Maisak, Timur 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',
doi='10.5281/zenodo.6807070')
```
## {.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/numeral_twoten_map.Rmd'}
```
```{r, results='asis'}
PrintBibliography(bib)
```