From fd7e2149a0cca28a9de8389084dc1b0ec175a714 Mon Sep 17 00:00:00 2001 From: Richard Samuelson Date: Mon, 25 Sep 2023 22:16:18 -0700 Subject: [PATCH] Another fix. --- docs/literate/pixel.jl | 2 +- docs/src/generated/pixel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/literate/pixel.jl b/docs/literate/pixel.jl index 67f92b7..8907ea8 100644 --- a/docs/literate/pixel.jl +++ b/docs/literate/pixel.jl @@ -47,7 +47,7 @@ end; # & \text{Solve relations:} && \cos(\ln(z^2 + 10^{-3}x)) - x + 10^{-5}z^{-1} = 0 && \text{(Equation 1)} \\ # & && \cosh(w + 10^{-3}y) + y + 10^{-4}w = 2 && \text{(Equation 2)} \\ # & && \tan(x + y)(x - 2)^{-1}(x + 3)^{-1}y^{-2} = 1 && \text{(Equation 3)} \\ -# & \text{Range and resolution:} && w, x, y, z \in [-3, 3)@124 && \\ +# & \text{Range and resolution:} && w, x, y, z \in [-3, 3)@125 && \\ # & \text{Expose variables:} && (w, z) && \\ # & \end{align*} # ``` diff --git a/docs/src/generated/pixel.md b/docs/src/generated/pixel.md index 942a81a..1757fbf 100644 --- a/docs/src/generated/pixel.md +++ b/docs/src/generated/pixel.md @@ -65,7 +65,7 @@ Example 2.4.1 in Spivak et. al. & \text{Solve relations:} && \cos(\ln(z^2 + 10^{-3}x)) - x + 10^{-5}z^{-1} = 0 && \text{(Equation 1)} \\ & && \cosh(w + 10^{-3}y) + y + 10^{-4}w = 2 && \text{(Equation 2)} \\ & && \tan(x + y)(x - 2)^{-1}(x + 3)^{-1}y^{-2} = 1 && \text{(Equation 3)} \\ -& \text{Range and resolution:} && w, x, y, z \in [-3, 3)@124 && \\ +& \text{Range and resolution:} && w, x, y, z \in [-3, 3)@125 && \\ & \text{Expose variables:} && (w, z) && \\ & \end{align*} ```