-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmake.sh
More file actions
49 lines (39 loc) · 1.08 KB
/
make.sh
File metadata and controls
49 lines (39 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
cd ./tmp
chapters="\
README.md \
Prologue.md \
section1/README.md \
section1/1-Index.md \
section1/1-History.md \
section1/1-Overview.md \
section1/1-Basics.md \
section1/2-Index.md \
section1/2-Structure.md \
section1/2-Block.md \
section1/2-Accounting.md \
section1/2-Creating.md \
section1/2-Exercise.md \
section1/3-Index.md \
section1/3-Signature.md \
section1/3-Hash-Tree.md \
section1/3-SPV.md \
section1/3-Transaction.md \
section1/3-Light-Client.md \
section1/3-Exercise.md \
section1/4-Index.md \
section1/4-P2P.md \
section1/4-Management.md \
section1/4-Broadcast.md \
section1/4-Consensus.md \
section1/4-Exercise.md \
section1/5-Index.md \
section1/5-Lock-Time.md \
section1/5-Execution-Environment.md \
section1/5-Smart-Contracts.md \
section1/5-Exercise.md \
section1/6-Index.md \
"
options="../metadata.yaml --highlight-style tango"
# pandoc -o full-speed-python.epub $options $chapters
# pandoc -o full-speed-python.pdf -H tex/preamble.tex $options --latex-engine=xelatex $chapters
pandoc -o ../chainbook.pdf -H ../tex/preamble.tex $options $chapters