commit 2fcbe7d6e8304089a3fa2077f0536a7b650cc534
parent bd20087ee4957f2dd6cbdf0defa17fc4bc6e5afa
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Mon,  2 Jul 2018 20:02:16 +0300
Up
Diffstat:
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1 +1,4 @@
 /build/
+/arma.bbl
+/arma.tex
+/auto
diff --git a/refs.bib b/refs.bib
@@ -236,11 +236,11 @@
   organization	= {ACM}
 }
 
-@article{kilgard1996opengl,
-  title = {The {OpenGL Utility Toolkit (GLUT)} Programming Interface},
-  author = {Kilgard, Mark J},
-  year = {1996},
-  publisher = {Citeseer}
+@misc{kilgard1996opengl,
+    author = {Mark J. Kilgard},
+    title = {The OpenGL Utility Toolkit (GLUT) Programming Interface},
+    year = {1996},
+	url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.34.8270}
 }
 
 @article{veldhuizen2000techniques,
@@ -385,4 +385,4 @@
   publisher	= {Wolfram Research, Inc.},
   address	= {Champaign, Illinois},
   year		= {2016}
-}-
\ No newline at end of file
+}