aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-kullback-related.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/biblatex-kullback-related.md')
-rw-r--r--test/command/biblatex-kullback-related.md62
1 files changed, 62 insertions, 0 deletions
diff --git a/test/command/biblatex-kullback-related.md b/test/command/biblatex-kullback-related.md
new file mode 100644
index 000000000..f7cffa7e5
--- /dev/null
+++ b/test/command/biblatex-kullback-related.md
@@ -0,0 +1,62 @@
+```
+% pandoc -f biblatex -t markdown -s
+@comment{
+
+Adapted from biblatex-example.bib
+
+
+Formatted with pandoc and chicago-author-date.csl, 2013-10-23:
+
+(Kullback 1997)
+
+Kullback, Solomon. 1997. *Information Theory and Statistics*. New York:
+Dover Publications.
+
+
+Formatted with pandoc and apa.csl, 2013-10-23:
+
+(Kullback, 1997)
+
+Kullback, S. (1997). *Information theory and statistics*. New York:
+Dover Publications.
+
+
+NOTES:
+
+- related = {kullback}, relatedtype = {origpubin}, -- not possible in CSL
+
+}
+
+@Book{kullback:related,
+ author = {Kullback, Solomon},
+ title = {Information Theory and Statistics},
+ year = 1997,
+ publisher = {Dover Publications},
+ location = {New York},
+ hyphenation = {american},
+ related = {kullback},
+ relatedtype = {origpubin},
+ annotation = {A reprint of the kullback entry. Note the format of
+ the related and relatedtype fields},
+}
+
+^D
+---
+nocite: '[@*]'
+references:
+- annote: A reprint of the kullback entry. Note the format of the
+ related and relatedtype fields
+ author:
+ - family: Kullback
+ given: Solomon
+ id: 'kullback:related'
+ issued: 1997
+ language: 'en-US'
+ publisher: Dover Publications
+ publisher-place: New York
+ title: Information theory and statistics
+ type: book
+---
+
+
+```