changeset 39:e69780171a53

added bib entries; changed bib style
author meillo@marmaro.de
date Mon, 13 Oct 2008 15:42:36 +0200 (2008-10-13)
parents 522843ee3895
children 81ff8b093efe
files thesis/bib/thesis.bib thesis/thesis.tex
diffstat 2 files changed, 35 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/bib/thesis.bib	Fri Oct 10 18:18:34 2008 +0200
+++ b/thesis/bib/thesis.bib	Mon Oct 13 15:42:36 2008 +0200
@@ -1,12 +1,41 @@
 @book{brooks95,
-	author    = "Brooks, Frederick P., Jr.",
+	author    = "Brooks, Jr., Frederick P.",
 	title     = "The mythical man-month: essays on software engineering",
 	year      = "1995",
 	publisher = "Addison-Wesley"
 }
 
+@book{unixprogenv,
+	author =  "Brian W. Kernighan and Rob Pike",
+	title = "The UNIX Programming Environment",
+	year = "1984",
+	publisher = "Prentice-Hall"
+}
 
-	note = "\url{http://www.example.com}"
+@book{advunixprog,
+	author = "Marc J. Rochkind",
+	title = "Advanced UNIX Programming",
+	year = "1985",
+	publisher = "Prentice-Hall"
+}
+
+@book{practiceprog,
+	author = "Brian W. Kernighan and Rob Pike",
+	title = "The Practice of Programming",
+	year = "1999",
+	publisher = "Addison-Wesley"
+}
+
+@book{cprog,
+	author = "Brian W. Kernighan and Dennis M. Ritchie",
+	title = "The C Programming Language",
+	edition = "Second",
+	year = "1988",
+	publisher = "Prentice-Hall"
+}
+
+
+=====================================
 
 @article{AbedonHymanThomas2003,
   author = "Abedon, S. T. and Hyman, P. and Thomas, C.",
@@ -28,3 +57,5 @@
   publisher = "ASM Press, Washington DC",
   year = "1994"
 }
+
+note = "\url{http://www.example.com}"
--- a/thesis/thesis.tex	Fri Oct 10 18:18:34 2008 +0200
+++ b/thesis/thesis.tex	Mon Oct 13 15:42:36 2008 +0200
@@ -61,7 +61,8 @@
 
 % bibliography
 \addcontentsline{toc}{chapter}{Bibliography}
-\bibliographystyle{gerapali}
+%\bibliographystyle{gerapali}
+\bibliographystyle{alpha}
 \bibliography{bib/thesis}
 
 \addcontentsline{toc}{chapter}{Index}