Skip to content

Commit

Permalink
Render formulas a bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Sep 13, 2016
1 parent 0b57807 commit b9bfec6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/projections/merc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ Forward projection
.. math::
y = k_0 \ln \tan \left(\frac{\pi}{4} + \frac{\phi}{2} \right)
y = k_0 \ln \left[ \tan \left(\frac{\pi}{4} + \frac{\phi}{2} \right) \right]
Inverse projection
==================

.. math::
\lambda = x / k_0
\lambda = \frac{x}{k_0}
.. math::
\phi = \pi/2 - 2 \arctan \left[ \exp \left( -y/k_0 \right) \right]
\phi = \frac{\pi}{2} - 2 \arctan \left[ e^{-y/k_0} \right]
Elliptical form
Expand Down Expand Up @@ -125,11 +125,11 @@ Inverse projection

.. math::
\lambda = x / k_0
\lambda = \frac{x}{k_0}
.. math::
\phi = t^{-1}\left[ \exp \left( -y/k_0 \right) \right]
\phi = t^{-1}\left[ e^{ -y/k_0 } \right]
Further reading
###############
Expand Down

0 comments on commit b9bfec6

Please sign in to comment.