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
39
40
41
42
43
44
45
46
47
48
|
%%
%% This is file `articles.bib',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% bibtopic.dtx (with options: `articles.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.
%%
The following entry is an example for what's allowed by
BibTeX syntax (see btxdoc.dvi).
@incollection
(
RouxSmart:95
,
author = "M. Roux and J. Smart",
title = "A Model of Medical Knowledge Representation, Application
to the Reports Analysis of Descriptive Pathology",
booktitle = "Methods of Information in Medecine",
note = {\`A para\^{\i}tre},
publisher = "Schattauer",
address = "Holland",
year = 1995
)
@article{Schwind:96,
author = {Camilla B. Schwind},
title = {Knowledge Based Language Tutoring},
journal = {Computer Assisted Language Learning},
publisher = {Svets},
year = 1996,
note = {\`A para\^{\i}tre}
}
\endinput
%%
%% End of file `articles.bib'.
|