Skip to content

Commit c321e32

Browse files
committed
Fix errors in citation sections of all three books
Resolves #721
1 parent 3c93cee commit c321e32

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,19 +4,25 @@ 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

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

2127

2228
----------------------------------------------------------------------------------------------------

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
@@ -3392,7 +3392,7 @@
33923392
author = {Peter Shirley},
33933393
year = {2020},
33943394
month = {July},
3395-
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html},
3395+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html}},
33963396
url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
33973397
}
33983398
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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)