Skip to content

Commit

Permalink
Fix Latex Rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang committed Oct 13, 2024
1 parent e01163b commit 0adc2b3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ Surfaces of constant $\theta$ define spin axis centered cones whose apex lie at

### Raytracing with rays parameterized by Mino time
Mino time, $\tau$, is a parameter monotonic in affine parameter, $\tau'$, defined by
$$

```math
d\tau = \Sigma(r,\theta)d\tau',
$$
```

where
$$

```math
\Sigma(r,\theta) = r^2 +a^2\cos^2\theta.
$$
```

![raytracing with Mino time](examples/raytrace.gif)
```@raw html
<p style="text-align:center">Coordinate evolution with Mino time.</p>
Expand Down

0 comments on commit 0adc2b3

Please sign in to comment.