Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steemit/whitepaper
Steem Platform Whitepaper 2.0.
https://github.com/steemit/whitepaper
Last synced: 11 days ago
JSON representation
Steem Platform Whitepaper 2.0.
- Host: GitHub
- URL: https://github.com/steemit/whitepaper
- Owner: steemit
- Created: 2017-03-22T20:40:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T17:50:14.000Z (over 6 years ago)
- Last Synced: 2024-11-14T12:54:02.934Z (2 months ago)
- Language: Makefile
- Homepage: https://steem.io
- Size: 3.7 MB
- Stars: 7
- Watchers: 12
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steem Whitepaper
This repository contains the LaTeX source code for the Whitepaper. The instructions to clone the repository and build the PDF using pandoc are described below.
Currently the build instructions are for Ubuntu 16.04 LTS or higher but may successfully build on other distributions. Pull requests to update the whitepaper will be gladly accepted and reviewed.
## Installation Instructions
Install packages
```bash
sudo apt-get update && sudo apt install texlive-xetex pandoc -y
```Clone repository
```bash
git clone https://github.com/steemit/whitepaper
```## Build Instructions
Open the whitepaper directory
```bash
cd ~/whitepaper
```Compile using pandoc
```bash
pandoc --verbose whitepaper.md --latex-engine=xelatex -o whitepaper.pdf --dpi=300
```After building, the pdf file will be output to:
```bash
./whitepaper.pdf
```