From abc9bacab589f8da179d09a2d522339b236fe95b Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 2 Nov 2023 20:29:23 +0000 Subject: [PATCH 1/2] Updated atlas.json --- atlas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From a9580eda4b28d0a68842306e41e52e7eca9da966 Mon Sep 17 00:00:00 2001 From: tjones Date: Thu, 2 Nov 2023 20:44:46 +0000 Subject: [PATCH 2/2] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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]