pandoc/tests/markdown-citations.chicago-author-date.txt
John MacFarlane 7048c130ec Create Cite element even if no matching reference in the biblio.
* Add ??? as fallback text for non-resolved citations.
* Biblio:  Put references (including a header at the end of
  the document, if one exists) inside a Div with class "references".
  This gives some control over styling of references, and allows
  scripts to manipulate them.
* Markdown writer:  Print markdown citation codes, and disable
  printing of references, if `citations` extension is enabled.

NOTE:  It would be good to improve what citeproc-hs does for
a nonexistent key.
2013-08-20 20:47:06 -07:00

51 lines
1.3 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Pandoc with citeproc-hs
=======================
- ([CSL BIBLIOGRAPHIC DATA ERROR: reference "nonexistent" not found.])
- ([CSL BIBLIOGRAPHIC DATA ERROR: reference "nonexistent" not found.])
- Doe (2005) says blah.
- Doe (2005, 30) says blah.
- Doe (2005, 30, with suffix) says blah.
- Doe (2005; 2006, 30; see also Doe and Roe 2007) says blah.
- In a note.[^1]
- A citation group (see Doe 2005, chap. 3; also Doe and Roe 2007, 3435).
- Another one (see Doe 2005, 3435).
- And another one in a note.[^2]
- Citation with a suffix and locator (Doe 2005, 33, 3537, and nowhere else).
- Citation with suffix only (Doe 2005 and nowhere else).
- Now some modifiers.[^3]
- With some markup (*see* Doe 2005, 32).
<div class="references">
References
==========
“Nonexistent Not Found!”
Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press.
———. 2006. “Article.” *Journal of Generic Studies* 6: 3334.
Doe, John, and Jenny Roe. 2007. “Why Water Is Wet.” In *Third Book*, edited by Sam Smith. Oxford: Oxford University Press.
</div>
[^1]: Doe and Roe (2007, 12) and a citation without locators (Doe and Roe 2007).
[^2]: Some citations (see Doe 2005, chap. 3; Doe and Roe 2007; Doe 2006).
[^3]: Like a citation without author: (2005), and now Doe with a locator (2006, 44).