Skip to content

Commit

Permalink
Add inline math example. Closes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jterrace committed Oct 5, 2012
1 parent 681cffc commit d38aa9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ch-math/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Equations can have labels which you can reference |nbsp| :eq:`eq-cc-err-stop`.

.. math:: \frac{log(1 + E_{current})}{log(1 + E_{max})}
:label: eq-cc-err-stop

You can also have inline math, so if you wanted to tell someone that the
function :math:`x^2` only has one place where :math:`y=0`, you could tell them
it was at :math:`x=0`.

0 comments on commit d38aa9f

Please sign in to comment.