-
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
Showing
1 changed file
with
30 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,30 @@ | ||
# LaTeX Reproduction of the Bitcoin Whitepaper | ||
|
||
This repository contains a LaTeX version of the Bitcoin whitepaper. | ||
|
||
## Introduction | ||
|
||
The Bitcoin whitepaper, one of the most important documents in the history of cryptocurrencies, | ||
was published in 2008 by Satoshi Nakamoto, available at https://bitcoin.org/bitcoin.pdf . | ||
|
||
As far as I know, there is no official LaTeX version of the Bitcoin whitepaper available. | ||
This repository contains LaTeX files which reproduce the Bitcoin whitepaper. | ||
|
||
This LaTeX project is aimed to be a good example for LaTeX learners | ||
to learn how to write a LaTeX document with mathematical formulas and TiKZ pictures. | ||
|
||
## Known Issues | ||
|
||
- The size of each part may look different from the original whitepaper. | ||
- The TiKZ pictures do not fit the page width well. | ||
- References are not exactly the same as the original whitepaper. | ||
|
||
## Thanks | ||
|
||
Special thanks to [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA) for making it easy to write LaTeX in a JetBrains IDE. | ||
|
||
## Disclaimer | ||
|
||
- This repository is not affiliated with the Bitcoin Foundation or any other organization. | ||
- The author of this repository is not Satoshi Nakamoto. | ||
- The copyright of the Bitcoin whitepaper belongs to Satoshi Nakamoto. |