Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsonric committed Sep 26, 2023
1 parent 17bf030 commit fd7e214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/literate/pixel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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*}
# ```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/generated/pixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*}
```
Expand Down

0 comments on commit fd7e214

Please sign in to comment.