summaryrefslogtreecommitdiff
path: root/tex/context/bib
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-11-01 22:40:12 +0200
committerMarius <mariausol@gmail.com>2010-11-01 22:40:12 +0200
commitc0db05b960fecca63f1ead6204351137260d7c5f (patch)
treec3c82886dd8b4e25769f508572767702ea38accf /tex/context/bib
parente19e21294c4450e292a48ee5a3cec8a90daf91ed (diff)
downloadcontext-c0db05b960fecca63f1ead6204351137260d7c5f.tar.gz
beta 2010.11.01 21:16
Diffstat (limited to 'tex/context/bib')
-rw-r--r--tex/context/bib/sample.bib37
1 files changed, 37 insertions, 0 deletions
diff --git a/tex/context/bib/sample.bib b/tex/context/bib/sample.bib
new file mode 100644
index 000000000..70df38940
--- /dev/null
+++ b/tex/context/bib/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},
+ timestamp = {2010.10.28}
+}
+
+@BOOK{Eijkhout1991,
+ title = {\TeX\ by Topic. A \TeX nician's Reference},
+ publisher = {Addison-Wesley},
+ year = {1991},
+ author = {Victor Eijkhout},
+ address = {London},
+ keywords = {general},
+}