aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2016-09-13 17:17:42 +0200
committerKristian Evers <kristianevers@gmail.com>2016-09-13 17:17:42 +0200
commitb9bfec69abe57e80eebeaf89adf21d29c26a303f (patch)
tree69f868d039adb5c30c33a62acb381ad176a9f2e8 /docs/source
parent0b5780702f26cce4248db1822316afea3e6316bc (diff)
downloadPROJ-b9bfec69abe57e80eebeaf89adf21d29c26a303f.tar.gz
PROJ-b9bfec69abe57e80eebeaf89adf21d29c26a303f.zip
Render formulas a bit nicer
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/projections/merc.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/projections/merc.rst b/docs/source/projections/merc.rst
index 9357fc03..f8269a0e 100644
--- a/docs/source/projections/merc.rst
+++ b/docs/source/projections/merc.rst
@@ -78,7 +78,7 @@ 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
@@ -86,11 +86,11 @@ 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
@@ -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
###############