this repo has no description
1@article{einstein,
2 author = "Albert Einstein",
3 title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
4 [{On} the electrodynamics of moving bodies]",
5 journal = "Annalen der Physik",
6 volume = "322",
7 number = "10",
8 pages = "891--921",
9 year = "1905",
10 DOI = "10.1002/andp.19053221004",
11 keywords = "physics"
12}
13
14@book{dirac,
15 title={The Principles of Quantum Mechanics},
16 author={Paul Adrien Maurice Dirac},
17 isbn={9780198520115},
18 series={International series of monographs on physics},
19 year={1981},
20 publisher={Clarendon Press},
21 keywords = {physics}
22}
23
24@book{latexcompanion,
25 author = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
26 title = "The \LaTeX\ Companion",
27 year = "1993",
28 publisher = "Addison-Wesley",
29 address = "Reading, Massachusetts",
30 keywords = "latex"
31}
32
33@online{knuthwebsite,
34 author = "Donald Knuth",
35 title = "Knuth: Computers and Typesetting",
36 url = "http://www-cs-faculty.stanford.edu/~uno/abcde.html",
37 addendum = "(accessed: Jan 9, 2016)",
38 keywords = "latex,knuth"
39}
40
41@inbook{knuth-fa,
42 author = "Donald E. Knuth",
43 title = "Fundamental Algorithms",
44 publisher = "Addison-Wesley",
45 year = "1973",
46 chapter = "1.2",
47 keywords = "knuth,programming"
48}
49
50@book{knuth-acp,
51 author = "Donald E. Knuth",
52 publisher = "Addison-Wesley",
53 title = "The Art of Computer Programming",
54 series = "Four volumes",
55 year = "1968",
56 note = "Seven volumes planned",
57 keywords = "knuth,programming"
58}
59
60@article{ctan,
61 author = "George D. Greenwade",
62 title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
63 year = "1993",
64 journal = "TUGBoat",
65 volume = "14",
66 number = "3",
67 pages = "342--351",
68 keywords = "latex"
69}