Skip to content

Commit e8a51e7

Browse files
authored
Merge pull request #725 from RayTracing/fix-bib
Fix citation errors
2 parents b8a5fad + b82be4d commit e8a51e7

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@ Change Log -- Ray Tracing in One Weekend
44
# v3.2.1 (in progress)
55

66
### _In One Weekend_
7-
- Delete: remove premature `cstdlib` include; not needed until we use `rand()` (#687)
8-
- Fix: replace old anti-alias result image with before-and-after image (#679)
7+
- Delete: Remove premature `cstdlib` include; not needed until we use `rand()` (#687)
8+
- Fix: Replace old anti-alias result image with before-and-after image (#679)
99
- Fix: Listing 29: Added missing `rtweekend.h` include (#691)
10-
- Fix: undefined `vup` variable in camera definition (#686)
10+
- Fix: Undefined `vup` variable in camera definition (#686)
1111
- Fix: Listing 51: Add missing `hittable.h`, `rtweekend.h` includes (#693)
12+
- Fix: Fix error in citation section (#721)
1213
- Fix: Listings 33, 39: Add consistent function signature for `trilinear_interp` (#722)
1314

1415
### _The Next Week_
15-
- Delete: remove unused u,v,w variables in initial `perlin::noise()` function (#684)
16+
- Delete: Remove unused u,v,w variables in initial `perlin::noise()` function (#684)
1617
- Fix: Listing 15: In `bvh.h`, add missing `hittable_list.h` include (#690)
1718
- Fix: Listing 33, 34, 38: Change implicit casts to explicit ones (#692)
1819
- Fix: Listing 40: Change `perlin.h` in the caption to `texture.h` (#698)
1920
- Fix: Listing 70: Add missing `bvh.h` (#694)
20-
- Fix: Listing 70 and `main.cc`: Change a fuzz value of a metal sphere to 1.0 which is the maximum value (#694)
21+
- Fix: Listing 70 and `main.cc`: Change a fuzz value of a metal sphere to 1.0 which is the maximum
22+
value (#694)
23+
- Fix: Fix error in citation section (#721)
24+
25+
### _The Rest of Your Life_
26+
- Fix: Fix errors in citation section (#721)
2127

2228

2329
----------------------------------------------------------------------------------------------------

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@
32013201
author = {Peter Shirley},
32023202
year = {2020},
32033203
month = {July},
3204-
note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html},
3204+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html}},
32053205
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
32063206
}
32073207
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@
33943394
author = {Peter Shirley},
33953395
year = {2020},
33963396
month = {July},
3397-
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html},
3397+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html}},
33983398
url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
33993399
}
34003400
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

books/RayTracingTheRestOfYourLife.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,14 +2593,14 @@
25932593

25942594
### LaTeX and BibTex
25952595
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2596-
~\cite{Shirley2020RTW2}
2596+
~\cite{Shirley2020RTW3}
25972597

2598-
@misc{Shirley2020RTW2,
2598+
@misc{Shirley2020RTW3,
25992599
title = {Ray Tracing: The Rest of Your Life},
26002600
author = {Peter Shirley},
26012601
year = {2020},
26022602
month = {July},
2603-
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html},
2603+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}},
26042604
url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
26052605
}
26062606
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -2609,9 +2609,9 @@
26092609
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26102610
\usepackage{biblatex}
26112611

2612-
~\cite{Shirley2020RTW2}
2612+
~\cite{Shirley2020RTW3}
26132613

2614-
@online{Shirley2020RTW2,
2614+
@online{Shirley2020RTW3,
26152615
title = {Ray Tracing: The Rest of Your Life},
26162616
author = {Peter Shirley},
26172617
year = {2020},

0 commit comments

Comments
 (0)