ba81cda7f1
* New module `Text.Pandoc.Docx`. * New output format `docx`. * Added reference.docx. * New option `--reference-docx`. The writer includes support for highlighted code blocks and math (which is converted from TeX to OMML using texmath's new OMML module).
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
Pandoc with citeproc-hs
|
|
=======================
|
|
|
|
- [@nonexistent]
|
|
|
|
- @nonexistent
|
|
|
|
- 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, 34-35).
|
|
|
|
- Another one (see Doe 2005, 34-35).
|
|
|
|
- And another one in a note.[^2]
|
|
|
|
- Citation with a suffix and locator (Doe 2005, 33, 35-37, and nowhere else).
|
|
|
|
- Citation with suffix only (Doe 2005 and nowhere else).
|
|
|
|
- Now some modifiers.[^3]
|
|
|
|
- With some markup (*see* Doe 2005, 32).
|
|
|
|
References
|
|
==========
|
|
|
|
Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press.
|
|
|
|
———. 2006. “Article.” *Journal of Generic Studies* 6: 33-34.
|
|
|
|
Doe, John, and Jenny Roe. 2007. “Why Water Is Wet.” In *Third Book*, ed. Sam Smith. Oxford: Oxford University Press.
|
|
|
|
[^1]: 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).
|