\newcommand{\adddot}{.} \newcommand{\addcomma}{,}
[adapted from cms-dates-sample.tex from the biblatex-chicago package]
| pandoc -F pandoc-citeproc -t markdown-citations << EOT | |
| # origdate | |
| ## CMoS examples, 16e 15.38 | |
| > (Austen [1813] 2003) | |
| > (Darwin [1859] 1964) |
| <?xml version="1.0" encoding="utf-8"?> | |
| <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="chicago"> | |
| <info> | |
| <title>Chicago Manual of Style 16th edition (author-date)</title> | |
| <id>http://www.zotero.org/styles/chicago-author-date</id> | |
| <link href="http://www.zotero.org/styles/chicago-author-date" rel="self"/> | |
| <link href="http://www.chicagomanualofstyle.org/tools_citationguide.html" rel="documentation"/> | |
| <author> | |
| <name>Julian Onions</name> | |
| <email>[email protected]</email> |
| /* | |
| * Copyright (c) 2009-2013 Frank G. Bennett, Jr. All Rights | |
| * Reserved. | |
| * | |
| * The contents of this file are subject to the Common Public | |
| * Attribution License Version 1.0 (the “License”); you may not use | |
| * this file except in compliance with the License. You may obtain a | |
| * copy of the License at: | |
| * | |
| * http://bitbucket.org/fbennett/citeproc-js/src/tip/LICENSE. |