Browse Source

Moved the bibliography to its own file

Samuel W. Flint 7 years ago
parent
commit
72ceea4ff5
2 changed files with 34 additions and 40 deletions
  1. 34 0
      bibliography.bib
  2. 0 40
      template.tex

+ 34 - 0
bibliography.bib

@@ -0,0 +1,34 @@
+@book{diller1993,
+ author = {Diller, Antoni},
+ title = {{LaTeX} Line by Line: Tips and Techniques or Document Processing},
+ publisher = {John Wiley \& Sons},
+ year = {1993}
+}
+
+@book{knuth1973,
+ author = {Knuth, Donald E},
+ title = {The Art of Computer Programming},
+ publisher = {Addison-Wesley Publishing Company},
+ year = {1973}
+}
+
+@book{kopka2003,
+ author = {Helmut Kopka and Patrick W Daily},
+ title = {Guide to {LaTeX}},
+ publisher = {Addison-Wesley Profesional},
+ year = {2013}
+}
+
+@book{raymond2003,
+ author = {Eric S Raymond},
+ title = {The Art of UNIX Programming},
+ publisher = {Addison-Wesley},
+ year = {2003}
+}
+
+@book{ritchie1988,
+ author = {Ritchie, Dennis M and Brian W Kernighan},
+ title = {The C Programming Language},
+ publisher = {Prentice Hall},
+ year = {1988}
+}

+ 0 - 40
template.tex

@@ -33,46 +33,6 @@
 \usepackage{natbib}
 \bibliographystyle{plainnat}
 
-% Provide a bibliography file.  Edit as needed.
-% See https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management for more information.
-\usepackage{filecontents}
-\begin{filecontents}{bibliography.bib}
-@book{diller1993,
-	author = {Diller, Antoni},
-	title = {{LaTeX} Line by Line: Tips and Techniques or Document Processing},
-	publisher = {John Wiley \& Sons},
-	year = {1993}
-}
-
-@book{knuth1973,
-	author = {Knuth, Donald E},
-	title = {The Art of Computer Programming},
-	publisher = {Addison-Wesley Publishing Company},
-	year = {1973}
-}
-
-@book{kopka2003,
-	author = {Helmut Kopka and Patrick W Daily},
-	title = {Guide to {LaTeX}},
-	publisher = {Addison-Wesley Profesional},
-	year = {2013}
-}
-
-@book{raymond2003,
-	author = {Eric S Raymond},
-	title = {The Art of UNIX Programming},
-	publisher = {Addison-Wesley},
-	year = {2003}
-}
-
-@book{ritchie1988,
-	author = {Ritchie, Dennis M and Brian W Kernighan},
-	title = {The C Programming Language},
-	publisher = {Prentice Hall},
-	year = {1988}
-}
-\end{filecontents}
-
 \begin{document}
 
 \maketitle