Difference between revisions of "Sample bib"

From Wiki
Jump to navigation Jump to search
(beginning work on sample.bib file)
 
m
Line 19: Line 19:
 
   title = {Metafun. \CONTEXT\ mkiv},
 
   title = {Metafun. \CONTEXT\ mkiv},
 
   url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
 
   url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
  owner = {tas},
 
  timestamp = {2010.10.28}
 
 
}
 
}
  
Line 31: Line 29:
 
   pages = {2-8},
 
   pages = {2-8},
 
   keywords = {context},
 
   keywords = {context},
  owner = {tas},
 
  timestamp = {2010.10.28}
 
 
}
 
}
  
Line 43: Line 39:
 
   pages = {67-71},
 
   pages = {67-71},
 
   keywords = {context},
 
   keywords = {context},
  owner = {tas},
 
  timestamp = {2010.10.28}
 
 
}
 
}
  
Line 54: Line 48:
 
   address = {London},
 
   address = {London},
 
   keywords = {general},
 
   keywords = {general},
  owner = {tas},
 
  timestamp = {2010.10.28}
 
 
}
 
}
 
</pre>
 
</pre>

Revision as of 09:28, 28 October 2010

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

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