diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-02 20:54:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-02 20:54:29 +0000 |
commit | 8f110ef84fb7ea64a55198b28dd444c222e4aef7 (patch) | |
tree | 0c7036fd8330da39eb420e9dce90341678d375f3 /Master/texmf-dist/doc/latex/bibtopic/books.bib | |
parent | 15c56fd8b224f27f9c9ec66356193aa82f0850b9 (diff) |
bibtopic .bib files are doc
git-svn-id: svn://tug.org/texlive/trunk@12054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bibtopic/books.bib')
-rw-r--r-- | Master/texmf-dist/doc/latex/bibtopic/books.bib | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bibtopic/books.bib b/Master/texmf-dist/doc/latex/bibtopic/books.bib new file mode 100644 index 00000000000..d9bb4ad2c76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bibtopic/books.bib @@ -0,0 +1,38 @@ +%% +%% This is file `books.bib', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% bibtopic.dtx (with options: `books.bib') +%% +%% ---------------------------------------- +%% Example BibTeX file for the documentation +%% of the bibtopic package +%% Copyright (C) 1998-2000 P. Basso, S. Ulrich +%% 2001-2004 S. Ulrich +%% +%% (AT sign confuses bibtex, so ...) +%% Please send bug reports to: <stefanulrich AT users.sourceforge.net> +%% +%% See bibtopic.ins for the copyright details. +%% +@book{ColBenh:93, + editor = "Fr\'ed\'eric Benhamou and Alain Colmerauer" , + title = "Constraint Logic programming, Selected Research", + publisher = "MIT Press", + year = 1993 +} + +@book{Munt:93, + author = {Tra{\"\i}an Muntean}, + title = {Puces tr\`es performantes}, + publisher = {Hatier}, + address = {Paris}, + series = {Terres du futur, Les Editions UNESCO}, + year = 1993, +} + +\endinput +%% +%% End of file `books.bib'. |