跳到主要内容

16. 引用本书

采用一致的引用格式,可以更容易地确定这部作品的来源、位置和版本。如果你需要引用本书,请尽可能使用以下格式之一。

16.1 基本信息

16.2 引用示例

16.2.1 Markdown

[_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)

16.2.2 HTML

<a href='https://raytracing.github.io/books/RayTracingInOneWeekend.html'>
<cite>Ray Tracing in One Weekend</cite>
</a>

16.2.3 LaTeX 和 BibTeX

~\cite{Shirley2025RTW1}

@misc{Shirley2025RTW1,
title = {Ray Tracing in One Weekend},
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
year = {2025},
month = {April},
note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html}},
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
}

16.2.4 BibLaTeX

\usepackage{biblatex}

~\cite{Shirley2025RTW1}

@online{Shirley2025RTW1,
title = {Ray Tracing in One Weekend},
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
year = {2025},
month = {April},
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
}

16.2.5 IEEE

“Ray Tracing in One Weekend.” raytracing.github.io/books/RayTracingInOneWeekend.html
(accessed MMM. DD, YYYY)

16.2.6 MLA

Ray Tracing in One Weekend. raytracing.github.io/books/RayTracingInOneWeekend.html
Accessed DD MMM. YYYY.