diff --git a/atlas.json b/atlas.json index 8de7bdbf..fe036f5b 100644 --- a/atlas.json +++ b/atlas.json @@ -30,7 +30,7 @@ ], "formats": { "pdf": { - "version": "web", + "version": "print", "toc": true, "index": true, "antennahouse_version": "AHFormatterV71_64-MR2", diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 54751770..7a2ddc54 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -143,13 +143,38 @@ point (_G_): It's possible to create a derived key pair, called a child key pair, by simply adding the same value to both sides of the equation: - +//// [latexmath] ++++ \begin{equation} K + (123 \times G) =\!\!\!= (k + 123) \times G \end{equation} ++++ +//// + +++++ +
+ + + K + + + ( + 123 + × + G + ) + == + ( + k + + + 123 + ) + × + G + + +
+++++ [TIP]