-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.bib
More file actions
38 lines (34 loc) · 934 Bytes
/
Copy pathreference.bib
File metadata and controls
38 lines (34 loc) · 934 Bytes
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
@BOOK{ Knuth:TeX,
author="Knuth, Donald E.",
title="The {T}e{X} book",
publisher="Addison-Wesley",
year=1984
}
@BOOK{ Lamport:LaTeX,
author="Lamport, Leslie",
title="{LaTeX}: A Document Preparation System (2nd Edition)",
publisher="Addison-Wesley",
year=1994,
note="See also \cite{Knuth:Tex}."
}
@INBOOK{ Grandstrand,
author = {O. Grandstrand},
chapter = {Innovation and Intellectual Property Rights},
crossref = {Fberg04}
}
@BOOK{ Fberg04,
editor = {J. Fagerberg and D.C. Mowery and R.R. Nelson},
title = {Oxford Handbook of Innovation},
booktitle = {Oxford Handbook of Innovation},
publisher = {Oxford University Press},
address = {Oxford},
volume=1,
year = 2004
}
@book{Goo93,
author = "Goossens, Michel and Mittelbach, Frank and Samarin, Alexander",
title = "The LaTeX Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}