Skip to content

Latex and biblatex references are wrong #721

@antoniogamiz

Description

@antoniogamiz

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}
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions