diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-03 12:10:10 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-19 12:10:49 -0800 |
commit | ba81cda7f18604379717f5052c0eaaa94c7d2067 (patch) | |
tree | 6fdf9019e8473b07a1f917f0c5a37be4d4a81af9 /tests | |
parent | 9ce3e2bf85a535510fd9f708745803582fc1e6bd (diff) | |
download | pandoc-ba81cda7f18604379717f5052c0eaaa94c7d2067.tar.gz |
Added Docx writer.
* 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).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/markdown-citations.chicago-author-date.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/markdown-citations.chicago-author-date.txt b/tests/markdown-citations.chicago-author-date.txt index 8e207e956..727f094fd 100644 --- a/tests/markdown-citations.chicago-author-date.txt +++ b/tests/markdown-citations.chicago-author-date.txt @@ -15,13 +15,13 @@ Pandoc with citeproc-hs - In a note.[^1] -- A citation group (see Doe 2005, chap. 3; also Doe and Roe 2007, 34–35). +- A citation group (see Doe 2005, chap. 3; also Doe and Roe 2007, 34-35). -- Another one (see Doe 2005, 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 a suffix and locator (Doe 2005, 33, 35-37, and nowhere else). - Citation with suffix only (Doe 2005 and nowhere else). @@ -34,7 +34,7 @@ References Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press. -———. 2006. “Article.” *Journal of Generic Studies* 6: 33–34. +———. 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. |