- 
                Notifications
    You must be signed in to change notification settings 
- Fork 955
Closed
Description
In all three there's a missing } at the end of note field:
@misc{Shirley2020RTW1,
   title = {Ray Tracing in One Weekend},
   author = {Peter Shirley},
   year = {2020},
   month = {July},
   note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html},
   url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
}In addition, the name of the reference to The Rest of Your Life is the same that the one corresponding to The Next Week:
@misc{Shirley2020RTW2,
   title = {Ray Tracing: The Rest of Your Life},
   author = {Peter Shirley},
   year = {2020},
   month = {July},
   note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}},
   url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
}It should be:
@misc{Shirley2020RTW3,
   title = {Ray Tracing: The Rest of Your Life},
   author = {Peter Shirley},
   year = {2020},
   month = {July},
   note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}},
   url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
}