Some more markup changes

pull/161/head
Chris Pappas 10 years ago
parent e8a36642dc
commit 86ba01ae9e

@ -1,3 +1,4 @@
[appendix]
== Appendix - Bitcoin Improvement Proposals
Bitcoin Improvement Proposals are design documents providing information to the Bitcoin community, or describing a new feature for Bitcoin or its processes or environment.

@ -1,3 +1,4 @@
[appendix]
== Appendix - pycoin, ku and tx.
The Python library +pycoin+ (http://github.com/richardkiss/pycoin), originally written and maintained by Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with non-standard transactions.

@ -1,5 +1,5 @@
[[tx_script_ops]]
[appendix]
== Appendix: Transaction Script Language Operators, Constants and Symbols
[[tx_script_ops_table_pushdata]]

@ -1,4 +1,5 @@
[[appdx_sx]]
[appendix]
== Appendix: Available commands with sx tools
----

@ -1,7 +1,8 @@
[[appdx01]]
[appendix]
== Appendix: Bitcoin financial services
[[appdx01]]
This appendix describes the main financial services offered in the bitcoin economy, comparing them to traditional financial services that are already familiar to consumers. It's not a list of sites or companies, as that would go stale immediately. Instead it is a list of service primitives with examples of existing implementations. For example, an escrow
service would be described as an archetype, by analogy to a real-estate escrow, showing the unique characteristics, use case and need for escrow in the bitcoin world. The escrow service archetype would be followed by two or three examples of well implemented actual escrow services, each demonstrating a capability unique to bitcoin.

@ -116,7 +116,7 @@ Bitcoin uses a specific elliptic curve and set of mathematical constants, as def
[latexmath]
++++
\begin{equation}
{y^2 = (x^3 \+ 7)} \text{over} (\mathbb{F}_p)
{y^2 = (x^3 + 7)} \text{over} (\mathbb{F}_p)
\end{equation}
++++
or

Loading…
Cancel
Save