summaryrefslogtreecommitdiff
path: root/tex/context/bib/common/sample.bib
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/bib/common/sample.bib')
-rw-r--r--tex/context/bib/common/sample.bib37
1 files changed, 37 insertions, 0 deletions
diff --git a/tex/context/bib/common/sample.bib b/tex/context/bib/common/sample.bib
new file mode 100644
index 000000000..4bb71d3a7
--- /dev/null
+++ b/tex/context/bib/common/sample.bib
@@ -0,0 +1,37 @@
+@STRING{hh = {Hans Hagen}}
+
+@ELECTRONIC{hh2010,
+ author = hh,
+ year = {2010},
+ title = {Metafun. \CONTEXT\ mkiv},
+ url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
+}
+
+@ARTICLE{hh2010a,
+ author = hh,
+ title = {The Font Name Mess},
+ journal = {MAPS},
+ year = {2010},
+ volume = {40},
+ pages = {2-8},
+ keywords = {context},
+}
+
+@ARTICLE{hh2010b,
+ author = hh,
+ title = {Grouping in Hybrid Environments},
+ journal = {MAPS},
+ year = {2010},
+ volume = {40},
+ pages = {67-71},
+ keywords = {context},
+}
+
+@BOOK{Eijkhout1991,
+ title = {\TeX\ by Topic. A \TeX nician's Reference},
+ publisher = {Addison-Wesley},
+ year = {1991},
+ author = {Victor Eijkhout},
+ address = {London},
+ keywords = {general},
+}