Difference between revisions of "Sample bib"

From Wiki
Jump to navigation Jump to search
m
m (moved sample bib to Sample bib: move to Uppercase)
(One intermediate revision by one other user not shown)
Line 16: Line 16:
 
<pre>
 
<pre>
 
@STRING{hh = {Hans Hagen}}
 
@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,
 
@ARTICLE{hh2010a,
Line 51: Line 44:
 
   address = {London},
 
   address = {London},
 
   keywords = {general},
 
   keywords = {general},
 +
}
 +
</pre>
 +
 +
== Do not use ==
 +
Here you can see privious entries that were removed, because they do not work/are not supported (yet)
 +
<pre>
 +
@ELECTRONIC{hh2010,
 +
  author = hh,
 +
  year = {2010},
 +
  title = {Metafun. \CONTEXT\ mkiv},
 +
  url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
 
}
 
}
 
</pre>
 
</pre>

Revision as of 16:28, 10 September 2012

< Main Page | Bibliographies in mkii | Bibliographies in mkiv | sample bib file>


Here is a sample .bib file. It serves two purposes:

  1. facilitate the creation of minimal examples if you have problems and/or want to ask questions on the list;
  2. provide a bibliography of things related to ConTeXt.

Hence, this page is meant as a community effort. Please add further entries that either

  • add new fields, entry types, etc. that show problems with the bibliography support in mkiv or
  • add further sources of information about ConTeXt.

Sample file

@STRING{hh = {Hans Hagen}}

@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},
}

Do not use

Here you can see privious entries that were removed, because they do not work/are not supported (yet)

@ELECTRONIC{hh2010,
  author = hh,
  year = {2010},
  title = {Metafun. \CONTEXT\ mkiv},
  url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
}