Skip to content

Commit

Permalink
💬 Render equations in grey to support dark BGs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E authored Jan 14, 2022
1 parent d44fdc9 commit 72700f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,14 @@ pass `"coarse"` as the second optional argument:
```

Note that the equation in the NASA tutorial is incorrect. If
<img src="https://render.githubusercontent.com/render/math?math=\text{GCI}*">
is the desired accuracy and <img src="https://render.githubusercontent.com/render/math?math=h*">
<img src="https://render.githubusercontent.com/render/math?math=\color{grey}\text{GCI}*">
is the desired accuracy and <img src="https://render.githubusercontent.com/render/math?math=\color{grey}h*">
is the required resolution, then:

<p align="center">
<img src="https://render.githubusercontent.com/render/math?math=\displaystyle r = \left( \frac{\text{GCI}_{12}}{\text{GCI}*} \right)^{p^{-1}}">
<img src="https://render.githubusercontent.com/render/math?math=\displaystyle\color{grey} r = \left( \frac{\text{GCI}_{12}}{\text{GCI}*} \right)^{p^{-1}}">
</br></br>
<img src="https://render.githubusercontent.com/render/math?math=\displaystyle h* = \frac{h_1}{r}">
<img src="https://render.githubusercontent.com/render/math?math=\displaystyle\color{grey} h* = \frac{h_1}{r}">
</p>

## License
Expand Down

0 comments on commit 72700f5

Please sign in to comment.