|
7 | 7 | [Peter Shirley][]
|
8 | 8 | edited by [Steve Hollasch][] and [Trevor David Black][]
|
9 | 9 | <br>
|
10 |
| - Version 3.2.0-alpha, 2020-XX-XX |
| 10 | + Version 3.2.0, 2020-07-18 |
11 | 11 | <br>
|
12 | 12 | Copyright 2018-2020 Peter Shirley. All rights reserved.
|
13 | 13 |
|
|
2560 | 2560 |
|
2561 | 2561 |
|
2562 | 2562 |
|
| 2563 | +Citing This Book |
| 2564 | +==================================================================================================== |
| 2565 | +Consistent citations make it easier to identify the source, location and versions of this work. If |
| 2566 | +you are citing this book, we ask that you try to use one of the following forms if possible. |
| 2567 | + |
| 2568 | +Basic Data |
| 2569 | +----------- |
| 2570 | + - **Title (series)**: “Ray Tracing in One Weekend Series” |
| 2571 | + - **Title (book)**: “Ray Tracing: The Rest of Your Life” |
| 2572 | + - **Author**: Peter Shirley |
| 2573 | + - **Editors**: Steve Hollasch, Trevor David Black |
| 2574 | + - **Version/Edition**: v3.2.0 |
| 2575 | + - **Date**: 2020-07-18 |
| 2576 | + - **URL (series)**: https://raytracing.github.io/ |
| 2577 | + - **URL (book)**: https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html |
| 2578 | + |
| 2579 | +Snippets |
| 2580 | +--------- |
| 2581 | + |
| 2582 | + ### Markdown |
| 2583 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2584 | + [_Ray Tracing: The Rest of Your Life_](https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html) |
| 2585 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2586 | + |
| 2587 | + ### HTML |
| 2588 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2589 | + <a href='https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html'> |
| 2590 | + <cite>Ray Tracing: The Rest of Your Life</cite> |
| 2591 | + </a> |
| 2592 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2593 | + |
| 2594 | + ### LaTeX and BibTex |
| 2595 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2596 | + ~\cite{Shirley2020RTW2} |
| 2597 | + |
| 2598 | + @misc{Shirley2020RTW2, |
| 2599 | + title = {Ray Tracing: The Rest of Your Life}, |
| 2600 | + author = {Peter Shirley}, |
| 2601 | + year = {2020}, |
| 2602 | + month = {July}, |
| 2603 | + note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}, |
| 2604 | + url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html} |
| 2605 | + } |
| 2606 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2607 | + |
| 2608 | + ### BibLaTeX |
| 2609 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2610 | + \usepackage{biblatex} |
| 2611 | + |
| 2612 | + ~\cite{Shirley2020RTW2} |
| 2613 | + |
| 2614 | + @online{Shirley2020RTW2, |
| 2615 | + title = {Ray Tracing: The Rest of Your Life}, |
| 2616 | + author = {Peter Shirley}, |
| 2617 | + year = {2020}, |
| 2618 | + month = {July}, |
| 2619 | + url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html} |
| 2620 | + } |
| 2621 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2622 | + |
| 2623 | + ### IEEE |
| 2624 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2625 | + “Ray Tracing: The Rest of Your Life.” |
| 2626 | + raytracing.github.io/books/RayTracingTheRestOfYourLife.html |
| 2627 | + (accessed MMM. DD, YYYY) |
| 2628 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2629 | + |
| 2630 | + ### MLA: |
| 2631 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2632 | + Ray Tracing: The Rest of Your Life. raytracing.github.io/books/RayTracingTheRestOfYourLife.html |
| 2633 | + Accessed DD MMM. YYYY. |
| 2634 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2635 | + |
| 2636 | + |
2563 | 2637 | [Peter Shirley]: https://github.com/petershirley
|
2564 | 2638 | [Steve Hollasch]: https://github.com/hollasch
|
2565 | 2639 | [Trevor David Black]: https://github.com/trevordblack
|
|
0 commit comments