From 9070b146e78d36e47b39fd42b6ebb49b645b7e70 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Fri, 6 Sep 2013 19:33:40 -0700 Subject: [PATCH] equation fix --- ch01.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch01.asciidoc b/ch01.asciidoc index ab8a0f91..b1e00a9c 100644 --- a/ch01.asciidoc +++ b/ch01.asciidoc @@ -45,7 +45,7 @@ Bitcoin specifically uses the +secp256k1+ elliptic curve: .The secp256k1 elliptic curve equation ++++ \begin{equation} -{y^2 = (x^3 + 7)} \over \mathbb{F}_p +{y^2 = (x^3 + 7)} \text(over) \mathbb{F}_p \end{equation} or