Example of a bib file



Not very intesting
@Article{tor1, 
crossref = "torc"
}

The cross ref above
@Article{torc, 
  author = 	 {a1},
  title = 	 {b},
  journal = 	 {c},
  year = 	 {g},
  key = 	 {uu},
  volume = 	 {e},
  number = 	 {d},
  pages = 	 {h},
  month = 	 {f},
  note = 	 {i},
  annote = 	 {uu}
}


An article with the mininum number of fields
@ARTICLE(tor2,
  author = 	 "a2",
  title = 	 "title",
  journal = 	 "journal",
  year = 	 {2003},
  OPTkey = 	 {this is a key},
  OPTvolume = 	 {volume},
  OPTnumber = 	 {number},
  OPTpages = 	 {pages},
  OPTmonth = 	 {month},
  OPTnote = 	 {nore},
  OPTannote = 	 {anote}
)


@ARTICLE(tor3,
  journal = 	 "journal",
  year = 	 {2003},
  key = 	 {this is a key},
)



@InProceedings{tor4,
  author = 	 {a4},
  title = 	 {b},
  booktitle = 	 {c},
  OPTcrossref =  {},
  OPTkey = 	 {},
  OPTpages = 	 {},
  OPTyear = 	 {},
  OPTeditor = 	 {},
  OPTvolume = 	 {},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTorganization = {},
  OPTpublisher = {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


@InProceedings{tor5,
  author = 	 {a5},
  title = 	 {b},
  booktitle = 	 {c},
  OPTcrossref =  {unused},
  key = 	 {uu},
  pages = 	 {j},
  year =	 {m},
  editor =	 {i},
  volume =	 {f},
  number =	 {e},
  series =	 {d},
  address =	 {k},
  month =	 {l},
  organization = {g},
  publisher =	 {h},
  note =	 {n},
  annote =	 {uu}
}




@InCollection{tor6,
  author = 	 {a6},
  title = 	 {b},
  booktitle = 	 {c},
  OPTcrossref =  {},
  OPTkey = 	 {},
  OPTpages = 	 {},
  OPTpublisher = {},
  OPTyear = 	 {},
  OPTeditor = 	 {},
  OPTvolume = 	 {},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTtype = 	 {},
  OPTchapter = 	 {},
  OPTaddress = 	 {},
  OPTedition = 	 {},
  OPTmonth = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


@InCollection{tor7,
  author = 	 {a7},
  title = 	 {b},
  booktitle = 	 {d},
  OPTcrossref =  {},
  key =		 {xd},
  pages =	 {m},
  publisher =	 {h},
  year =	 {k},
  editor =	 {c},
  volume =	 {g},
  number =	 {f},
  series =	 {e},
  type =	 {xl},
  chapter =	 {l},
  address =	 {i},
  edition =	 {xo},
  month =	 {j},
  note =	 {n},
  annote =	 {xr}
}


key for sorting
@InBook{tor8,
  ALTauthor = 	 {a8},
  ALTeditor = 	 {b},
  title = 	 {c},
  chapter = 	 {d},
  publisher = 	 {e},
  year = 	 {f},
  key = 	 {skey},
  OPTvolume = 	 {},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTtype = 	 {},
  OPTaddress = 	 {},
  OPTedition = 	 {},
  OPTmonth = 	 {},
  OPTpages = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


@InBook{tor9,
  author =	 {a9},
  editor =	 {b},
  title = 	 {c},
  chapter = 	 {l},
  publisher = 	 {h},
  year = 	 {k},
  key =		 {xg},
  volume =	 {g},
  number =	 {f},
  series =	 {e},
  type =	 {xk},
  address =	 {i},
  edition =	 {d},
  month =	 {j},
  pages =	 {m},
  note =	 {n},
  annote =	 {xq}
}


key for sorting

@Proceedings{tor10,
  title = 	 {a10},
  year = 	 {b},
  key = 	 {key},
  OPTeditor = 	 {},
  OPTvolume = 	 {},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTorganization = {},
  OPTpublisher = {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


@Proceedings{tor11,
  title = 	 {a11},
  year = 	 {j},
  key =		 {xc},
  editor =	 {b},
  volume =	 {f},
  number =	 {e},
  series =	 {d},
  address =	 {h},
  month =	 {i},
  organization = {c},
  publisher =	 {g},
  note =	 {k},
  annote =	 {xm}
}

key for sorting

@Book{tor12,
  ALTauthor = 	 {a12},
  ALTeditor = 	 {b},
  title = 	 {c},
  publisher = 	 {d},
  year = 	 {e},
  key = 	 {key},
  OPTvolume = 	 {},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTaddress = 	 {},
  OPTedition = 	 {},
  OPTmonth = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


@Book{tor13,
  author =	 {a13},
  editor =	 {b},
  title = 	 {c},
  publisher = 	 {h},
  year = 	 {k},
  key =		 {xf},
  volume =	 {g},
  number =	 {f},
  series =	 {e},
  address =	 {i},
  edition =	 {d},
  month =	 {j},
  note =	 {l},
  annote =	 {xn}
}


key for sorting

@Booklet{tor14,
  title = 	 {a14},
  key = 	 {key},
  OPTauthor = 	 {},
  OPThowpublished = {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTyear = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


order of fields: acdefgh
@Booklet{tor15,
  title = 	 {b},
  key =		 {xb},
  author =	 {a15},
  howpublished = {c},
  address =	 {d},
  month =	 {e},
  year =	 {f},
  note =	 {g},
  annote =	 {xi}
}



@PhdThesis{tor16,
  author = 	 {a16},
  title = 	 {b},
  school = 	 {c},
  year = 	 {d},
  OPTkey = 	 {},
  OPTtype = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@PhdThesis{tor17,
  author = 	 {a17},
  title = 	 {b},
  school = 	 {d},
  year = 	 {g},
  key =		 {xe},
  type =	 {c},
  address =	 {e},
  month =	 {f},
  note =	 {h},
  annote =	 {xj}
}


@MastersThesis{tor18,
  author = 	 {a18},
  title = 	 {b},
  school = 	 {c},
  year = 	 {d},
  OPTkey = 	 {},
  OPTtype = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@MastersThesis{tor19,
  author = 	 {a19},
  title = 	 {b},
  school = 	 {d},
  year = 	 {h},
  key =		 {xe},
  type =	 {c},
  address =	 {e},
  month =	 {g},
  note =	 {i},
  annote =	 {xj}
}



@TechReport{tor20,
  author = 	 {a20},
  title = 	 {b},
  institution =  {c},
  year = 	 {d},
  OPTkey = 	 {},
  OPTtype = 	 {},
  OPTnumber = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@TechReport{tor21,
  author = 	 {a21},
  title = 	 {b},
  institution =  {e},
  year = 	 {h},
  key =		 {xe},
  type =	 {c},
  number =	 {d},
  address =	 {f},
  month =	 {g},
  note =	 {i},
  annote =	 {xk}
}


key for sorting

@Manual{tor22,
  title = 	 {a22},
  key = 	 {key},
  OPTauthor = 	 {},
  OPTorganization = {},
  OPTaddress = 	 {},
  OPTedition = 	 {},
  OPTmonth = 	 {},
  OPTyear = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@Manual{tor23,
  title = 	 {b},
  key =		 {xb},
  author =	 {a23},
  organization = {c},
  address =	 {e},
  edition =	 {d},
  month =	 {f},
  year =	 {g},
  note =	 {h},
  annote =	 {xj}
}

@Unpublished{tor24,
  author = 	 {a24},
  title = 	 {b},
  note = 	 {c},
  OPTkey = 	 {},
  OPTmonth = 	 {},
  OPTyear = 	 {},
  OPTannote = 	 {}
}


@Unpublished{tor25,
  author = 	 {a25},
  title = 	 {b},
  note = 	 {e},
  key =		 {xd},
  month =	 {c},
  year =	 {d},
  annote =	 {g}
}


 all optional ?
@Misc{tor26,
  key = 	 {key},
  OPTauthor = 	 {},
  OPTtitle = 	 {},
  OPThowpublished = {},
  OPTmonth = 	 {},
  OPTyear = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@Misc{tor27,
  key =		 {xa},
  author =	 {a27},
  title =	 {b},
  howpublished = {c},
  month =	 {d},
  year =	 {e},
  note =	 {f},
  annote =	 {xh}
}


Testing string
@String{ stra= {\def}}
@String{ strb= "#1" }
@String( strc= "\mycmd " )



@Preamble (stra # strc # strb )
The # here is not concatenation ...
@Preamble( "{" #1 #1 "}")


@Misc{tor31,
  author = 	 {Alpha},
  editor = {J.Grimm and J.G.Grimm and J.~G Grimm and J.-G Grimm}
}

@Misc{tor32,
  author = 	 {Alpha and Beta},
  editor = {A van B and {and} and {And} AND {} and a b c}
}
@Misc{tor52,
  editor = 	 {Alpha and Beta},
  author = {A van B and {and} and {And} AND {} and a b c}
}
@Misc{tor33,
  author = 	 {Alpha and Beta and Gamma},
  editor = {van B, A and x,y and a b,c d}
}
@Misc{tor53,
  editor = 	 {Alpha and Beta and Gamma},
  author = {van B, A and x,y and a b,c d}
}
@Misc{tor34,
  author = 	 {Alpha and Beta and Gamma and Delta},
}

@Misc{tor40,
  author = 	 {others},
}
@Misc{tor41,
  author = 	 {Alpha and others},
  badeditor = "D. Fensel and S. Decker and M. Erdmann and and R. Studer ",
}
@Misc{tor42,
  author = 	 {Alpha and Beta and others},
}
@Misc{tor43,
  author = 	 {Alpha and Beta and Gamma and others},
}
@Misc{tor44,
  author = 	 {Alpha and Beta and Gamma and Delta and others},
}


@Article{louarn88,
  author = 	 {Philippe Louarn},
  title = 	 {Une expérience d'utilisation de LaTeX : le Rapport d'activité de l'INRIA},
  journal = 	 {Cahiers Gutenberg},
  year = 	 {1988},
  OPTkey = 	 {},
  number = 	 {0},
  pages = 	 {17-24},
  month = 	 {apr},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@InProceedings{place99,
  author = 	 {Yannis Haralambous and John Place},
  title = 	 {Produire du MathML et autres ...ML à partir d'$\Omega$ :
  $\Omega$ se généralise},
  booktitle = 	 {Cahiers Gutenberg},
  OPTcrossref =  {},
  OPTkey = 	 {},
  pages = 	 {173-182},
  year = 	 {1999},
  OPTeditor = 	 {},
  number = 	 {33-34},
  OPTseries = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTorganization = {},
  OPTpublisher = {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@InProceedings{CGR2000,
  author =       {David Carlisle and Michel Goossens and Sebastian Rahtz},
  title =        {De {XML} à {PD}F avec {\ttfamily xmltex} et {Passive\TeX}},
  booktitle =    {Cahiers Gutenberg},
  OPTcrossref =  {},
  OPTkey =       {},
  pages =        {79-114},
  year =         {2000},
  OPTeditor =    {},
  OPTvolume =    {},
  number =       {35-36},
  OPTseries =    {},
  OPTaddress =   {},
  OPTmonth =     {},
  OPTorganization = {},
  OPTpublisher = {},
  OPTnote =      {},
  OPTannote =    {}
}


@Book{docbook,
  author = 	 {Norman Walsh and Leonard Muelner},
  ALTeditor = 	 {},
  title = 	 {Docbook. The Definite Guide},
  publisher = 	 {O'Reilly \& Associates, Inc},
  year = 	 {1999},
  OPTkey = 	 {},
  OPTvolume = 	 {},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTaddress = 	 {},
  OPTedition = 	 {},
  OPTmonth = 	 {},
  OPTnote = 	 {},
  OPTannote = 	 {}
}


@Misc{mathml2,
  OPTkey = 	 {},
  author = 	 {David Carlisle and 
                Patrick Ion and
                Robert Miner and
                Nico Poppelier},
  title = 	 {Mathematical Markup Language (MathML) Version 2.0},
  howpublished = {http://www.w3.org/TR/MathML2/},
  OPTmonth = 	 {},
  year = 	 {2001},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

http://www.w3.org/TR/REC-MathML/
@Misc{Passive-tex,
  key = 	 {},
  author = 	 {Sebastian Rahtz},
  title = 	 {Passive \TeX},
  howpublished = {http://www.tei-c.org.uk/Software/passivetex/},
  OPTmonth = 	 {},
  year = 	 {2003},
  OPTnote = 	 {},
  OPTannote = 	 {}
}

@Book{texbook,
  author =       {Donald E. Knuth},
  ALTeditor =    {},
  title =        {The \TeX book},
  publisher =    {Addison Wesley},
  year =         {1984},
  edition =      {},
}

@Book{unicode,
  author =       {{The Unicode Consortium}},
  ALTeditor =    {},
  title =        {The Unicode Standard, version 3.0},
  publisher =    {Addison Wesley},
  year =         {2000},
  edition =      {},
}


@Book{companion,
  author =       {Michel Goossens and Frank Mittelbach and Alexander Samarin},
  ALTeditor =    {},
  title =        {The \LaTeX\ companion},
  publisher =    {Addison Wesley},
  year =         {1993},
  OPTkey =       {},
  OPTvolume =    {},
  OPTnumber =    {},
  OPTseries =    {},
  OPTaddress =   {},
  OPTedition =   {},
  OPTmonth =     {},
  OPTnote =      {},
  OPTannote =    {}
}
@TechReport{RT-ra2002,
  author =       {José Grimm},
  title =        {Outils pour la manipulation du rapport d'activité},
  institution =  {Inria},
  year =         2002,
  Ttype =        {Rapport technique},
  number =       {RT-0265},
  url =          {http://www.inria.fr/rrrt/rt-0265.html}
}


Valid XHTML 1.0 Strict back to home page © INRIA 2006 Last modified $Date: 2006/07/03 16:00:07 $