Skip to content

Commit f129a52

Browse files
committed
Fix missing backslash for LaTeX operatorname
Resolves #1311
1 parent 2bab2c3 commit f129a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@
15541554
Our goal over the next several chapters is to instrument our program to send a bunch of extra rays
15551555
toward light sources so that our picture is less noisy. Let’s assume we can send a bunch of rays
15561556
toward the light source using a PDF $\operatorname{pLight}(\omega_o)$. Let’s also assume we have a
1557-
PDF related to $operatorname{pScatter}$, and let’s call that $operatorname{pSurface}(\omega_o)$. A
1557+
PDF related to $\operatorname{pScatter}$, and let’s call that $\operatorname{pSurface}(\omega_o)$. A
15581558
great thing about PDFs is that you can just use linear mixtures of them to form mixture densities
15591559
that are also PDFs. For example, the simplest would be:
15601560

0 commit comments

Comments
 (0)