-
Notifications
You must be signed in to change notification settings - Fork 1
/
bibtex.html
80 lines (68 loc) · 2.92 KB
/
bibtex.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OpenGL Insights</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="page">
<a href="index.html"><img class="title" src="http://www.seas.upenn.edu/~pcozzi/OpenGLInsights/images/strip.png" width="639" height="140" alt="OpenGL Insights" /></a>
<table summary="" border="0" width="630">
<tr align="center" class="sitemap">
<td><a href="cover.html">Cover</a></td>
<td><a href="toc.html">Table of Contents</a></td>
<td><a href="pipeline.html">Pipeline Map</a></td>
<td><a href="tips.html">Tips</a></td>
<td><a href="contributors.html">Contributors</a></td>
<td><a href="reviews.html">Reviews</a></td>
<!--
<td><a href="figures.html">Figures</a></td>
<td><a href="bibliography.html">Bibliography</a></td>
-->
<td>BibTeX</td>
<td><a href="errata.html">Errata</a></td>
<td><a href="https://github.com/OpenGLInsights/OpenGLInsightsCode">Code</a></td>
<td><a href="http://blog.openglinsights.com/">Blog</a></td>
<td><a href="http://www.amazon.com/gp/product/1439893764/ref=as_li_tf_il?ie=UTF8&camp=1789&creative=9325&creativeASIN=1439893764&linkCode=as2&tag=opeins-20">Buy</a></td>
</tr>
</table>
<h1>BibTeX Entry</h1>
<table summary="" border="0" width="639">
<tr><td valign="top">
<p>
BibTeX entries for each chapter are in the <a href="http://www.gameenginegems.net/gemsdb/book.php?id=23">Graphics and Game Gems Database</a>, or use the following.
</p>
To reference an individual chapter:
<p class="code">
@InCollection{<span class="replaceableCode">AuthorLastName12</span>,<br/>
author = {<span class="replaceableCode">Author(s) Name</span>},<br/>
title = {<span class="replaceableCode">Chapter Title</span>},<br/>
booktitle = {{O}pen{GL} {I}nsights},<br/>
pages = {<span class="replaceableCode">First Page</span>-<span class="replaceableCode">Last Page</span>},<br/>
editor = {Patrick Cozzi and Christophe Riccio},<br/>
month = {July},<br/>
year = {2012},<br/>
isbn = {978-1439893760},<br/>
publisher = {CRC Press},<br/>
note = {\url{http://www.openglinsights.com/}}<br/>
}
</p>
To reference the entire book:
<p class="code">
@book{CozziRiccio12,<br/>
author = {Patrick Cozzi and Christophe Riccio},<br/>
title = {{O}pen{GL} {I}nsights},<br/>
month = {July},<br/>
year = {2012},<br/>
isbn = {978-1439893760},<br/>
publisher = {CRC Press}<br/>
note = {\url{http://www.openglinsights.com/}}<br/>
}
</p>
</td></tr>
</table>
</div>
</body>
</html>