forked from bitcoinbook/bitcoinbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Pappas
committed
Oct 7, 2014
1 parent
20e77da
commit 8ff9652
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
Mastering Bitcoin, 1E / 9781449374044 | ||
RT # 184546 | ||
|
||
Stylesheet: animal | ||
Toolchain: Atlas/csspdf | ||
|
||
Atlas URL: http://atlas.labs.oreilly.com/books/1234000001802 | ||
|
||
Incoming format: Asciidoc | ||
Outgoing format: Asciidoc | ||
|
||
Preliminary pagecount: TOTAL 284 with figs | ||
|
||
Is this book in Early Release? Yes | ||
|
||
Resources | ||
========= | ||
|
||
** Figs: Illustrations is still working on the figs. | ||
63 total. (0 are informal; 0 are inline.) | ||
|
||
Once the figs are processed on /work, you'll need to add them to the book's repo in Git. | ||
|
||
** Intake Report: | ||
(Git repo) tools/intakereport.txt | ||
|
||
** MS Snapshot: | ||
To view the submitted files, you'll need to checkout the git tag named 'manuscript_to_prod' | ||
by running the following command in your checkout: | ||
|
||
$ git checkout manuscript_to_prod | ||
|
||
This will temporarily switch the files in your repo to the state they were in when the manuscript_to_prod tag | ||
was created. | ||
To switch the files back to the current state, run: | ||
|
||
$ git checkout master | ||
|
||
|
||
Notes from Tools: | ||
================= | ||
|
||
** Syntax highlighting: applied to 99 out of 197 code listings. | ||
|
||
** I cleanup up a bunch of xref validity issues, but there are still a few remaining (I wasn't sure what the xrefs were suppose to point to). You will need to build with --invalid-ok on the command line until these are cleared up. They are the following: | ||
|
||
<<bitcoin-commerce>> in ch01.asciidoc | ||
<<signature>> in ch04.asciidoc | ||
<<public_key>> in ch04.asciidoc | ||
<<appdx_pycoin>> in ch03.asciidoc | ||
<<orphan_transactions>> in ch06.asciidoc | ||
|
||
** Please let Tools know ASAP if there are any other global problems for which we can help automate a fix. | ||
|
||
|
||
Notes from Dan: | ||
================== | ||
|
||
Ready for intake. Leave this in Atlas 1 (asciidoc). | ||
|
||
One of the latex equations in chapter 4 is failing: it's right after Figure 4-2. [FIXED --TOOLS] Regarding the math in this book, please look at each latex passthrough and, wherever | ||
possible, reset the math using text and inline markup. There isn't a great deal of math in the book, and most if not all could be set using simple text and italics as | ||
needed. | ||
|
||
Some tables includes code that needs to be broken (so the table won't extend off the page). | ||
|
||
Prod: there's a lot of code extending into the margin. | ||
|
||
Chapters 10-12 are really an Appendixes. Please correct the markup. [DONE --TOOLS] | ||
|
||
================== | ||
|
||
Please let me know about any other issues. | ||
|
||
Thanks, | ||
Chris | ||
|