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 -yClone repository
git clone https://github.com/steemit/whitepaperOpen the whitepaper directory
cd ~/whitepaperCompile using pandoc
pandoc --verbose whitepaper.md --latex-engine=xelatex -o whitepaper.pdf --dpi=300After building, the pdf file will be output to:
./whitepaper.pdf