Skip to content

inoue-a/whitepaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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
sudo apt-get install pandoc

Clone repository

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

Build Instructions

Open the whitepaper directory

cd ~/whitepaper

Compile using pandoc

pandoc whitepaper.md --latex-engine=xelatex -o whitepaper.pdf

After building, the pdf file will be output to:

./whitepaper.pdf

About

Steem Platform Whitepaper 2.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%