Unicode reference ID in biblio test.
This commit is contained in:
parent
6c7bffb544
commit
a4f719abcf
2 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ volume="6",
|
|||
pages="33-34"
|
||||
}
|
||||
|
||||
@InCollection{item3,
|
||||
@InCollection{пункт3,
|
||||
author="John Doe and Jenny Roe",
|
||||
title="Why Water Is Wet",
|
||||
booktitle="Third Book",
|
||||
|
|
|
@ -11,11 +11,11 @@ Pandoc with citeproc-hs
|
|||
|
||||
- @item1 [p. 30, with suffix] says blah.
|
||||
|
||||
- @item1 [-@item2 p. 30; see also @item3] says blah.
|
||||
- @item1 [-@item2 p. 30; see also @пункт3] says blah.
|
||||
|
||||
- In a note.[^1]
|
||||
|
||||
- A citation group [see @item1 p. 34-35; also @item3 chap. 3].
|
||||
- A citation group [see @item1 p. 34-35; also @пункт3 chap. 3].
|
||||
|
||||
- Another one [see @item1 p. 34-35].
|
||||
|
||||
|
@ -32,8 +32,8 @@ Pandoc with citeproc-hs
|
|||
References
|
||||
==========
|
||||
|
||||
[^1]: A citation without locators [@item3].
|
||||
[^1]: A citation without locators [@пункт3].
|
||||
|
||||
[^2]: Some citations [see @item2 chap. 3; @item3; @item1].
|
||||
[^2]: Some citations [see @item2 chap. 3; @пункт3; @item1].
|
||||
|
||||
[^3]: Like a citation without author: [-@item1], and now Doe with a locator [-@item2 p. 44].
|
||||
|
|
Loading…
Reference in a new issue