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.
Install packages
sudo apt-get update && sudo apt install texlive-xetex pandoc -y
Clone repository
git clone https://github.com/steemit/whitepaper
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