From 26bb9a7a16fce88b493913ce37cb17fafe606d39 Mon Sep 17 00:00:00 2001 From: Matthew Hacker Date: Wed, 25 Nov 2015 16:33:18 -0500 Subject: [PATCH] finishing all the steps on the migration checklist page for v1 to v2 --- ch01.asciidoc | 1 + ch04.asciidoc | 6 ++++-- theme/pdf/pdf.css | 8 ++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ch01.asciidoc b/ch01.asciidoc index a83ab7af..098300de 100644 --- a/ch01.asciidoc +++ b/ch01.asciidoc @@ -1,3 +1,4 @@ +[role="pagenumrestart"] [[ch01_intro_what_is_bitcoin]] == Introduction diff --git a/ch04.asciidoc b/ch04.asciidoc index 12ac27ab..1b7041c4 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -436,7 +436,8 @@ y = 07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB Here's the same public key shown as a 520-bit number (130 hex digits) with the prefix +04+ followed by +x+ and then +y+ coordinates, as +04 x y+: ---- -K = 04F028892BAD7ED57D2FB57BF33081D5CFCF6F9ED3D3D7F159C2E2FFF579DC341A07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB +K = 04F028892BAD7ED57D2FB57BF33081D5CFCF6F9ED3D3D7F159C2E2FFF579DC341A↵ +07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB ---- [[comp_pub]] @@ -527,7 +528,8 @@ Public Key (x,y) coordinates is: (41637322786646325214887832269588396900663353932545912953362782457239403430124L, 16388935128781238405526710466724741593761085120864331449066658622400339362166L) Public Key (hex) is: - 045c0de3b9c8ab18dd04e3511243ec2952002dbfadc864b9628910169d9b9b00ec243bcefdd4347074d44bd7356d6a53c495737dd96295e2a9374bf5f02ebfc176 + 045c0de3b9c8ab18dd04e3511243ec2952002dbfadc864b9628910169d9b9b00ec↵ +243bcefdd4347074d44bd7356d6a53c495737dd96295e2a9374bf5f02ebfc176 Compressed Public Key (hex) is: 025c0de3b9c8ab18dd04e3511243ec2952002dbfadc864b9628910169d9b9b00ec Bitcoin Address (b58check) is: diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 62875363..78ff642d 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -3,6 +3,11 @@ /*--------Put Your Custom CSS Rules Below--------*/ /*--- This oneoff overrides the code in https://github.com/oreillymedia//blob/master/pdf/pdf.css---*/ + +pre[data-type="programlisting"] { + text-align: left; +} + /*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build) pre { @@ -10,13 +15,12 @@ pre { } ---*/ -/*----Uncomment to turn on automatic code wrapping +/*----Uncomment to turn on automatic code wrapping----*/ pre { white-space: pre-wrap; word-wrap: break-word; } -----*/ /*----Uncomment to change the TOC start page (set the number to one page _after_ the one you want;