1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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'.
|