summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-09 11:59:33 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-09 12:02:16 +0200
commit197ab94375e9cc979c0ff2f01ae10376c2d3ac55 (patch)
tree49a71ab8a1b20b02a692a8add77e709864f25fa5
parentad6f2881cb846f0eab560a885f3228e132512071 (diff)
downloadsubplot-197ab94375e9cc979c0ff2f01ae10376c2d3ac55.tar.gz
Change: echo example subplot to use citations
-rw-r--r--echo.bib7
-rw-r--r--echo.md5
2 files changed, 12 insertions, 0 deletions
diff --git a/echo.bib b/echo.bib
new file mode 100644
index 0000000..05083fb
--- /dev/null
+++ b/echo.bib
@@ -0,0 +1,7 @@
+@book{foo2020,
+ author = "James Random",
+ title = "The Foo book",
+ publisher = "The Internet",
+ year = 2020,
+ address = "World Wide Web",
+} \ No newline at end of file
diff --git a/echo.md b/echo.md
index edfc67f..083eb8f 100644
--- a/echo.md
+++ b/echo.md
@@ -3,6 +3,7 @@ title: "**echo**(1) acceptance tests"
author: The Subplot project
bindings: echo.yaml
functions: echo.py
+bibliography: echo.bib
...
Introduction
@@ -12,6 +13,8 @@ Introduction
arguments to the standard output. This is a simple acceptance test
suite for the `/bin/echo` implementation.
+For more information, see [@foo2020].
+
No arguments
=============================================================================
@@ -44,3 +47,5 @@ This is a test file.
Two lines.
~~~~
+
+# References