Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 855 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 855 Bytes

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

sudo apt-get update && sudo apt install texlive-xetex pandoc -y

Clone repository

git clone https://github.com/steemit/whitepaper

Build Instructions

Open the whitepaper directory

cd ~/whitepaper

Compile using pandoc

pandoc --verbose whitepaper.md --latex-engine=xelatex -o whitepaper.pdf --dpi=300

After building, the pdf file will be output to:

./whitepaper.pdf