Không có mô tả

Bedeho Mender 6dcd1045b6 Merge pull request #17 from bryanchriswhite/master 4 năm trước cách đây
assets 148697eecd first draft 5 năm trước cách đây
.gitignore 481e877e79 Initial commit 5 năm trước cách đây
LICENSE 481e877e79 Initial commit 5 năm trước cách đây
README.md 71cf2abfe8 Fix trailing ` 5 năm trước cách đây
paper.pdf 187b1abc32 make pdf 4 năm trước cách đây
paper.tex bfa458694f minor edits 4 năm trước cách đây

README.md

Joystream Whitepaper

See paper.pdf in repo, or click this LINK

Build

The algorithm style is required by the paper. On Ubuntu based distributions, it's part of the texlive-science package.

$ pdflatex paper.tex && bibtex paper.aux && pdflatex paper.tex && pdflatex paper.tex

Or, more simply, install the latexmk package and run:

$ latexmk

Contributing

Open a PR. Always include the compiled PDF in the PR, as it should be kept up-to-date with the source file(s).

View

OS X:

$ open paper.pdf

Linux (most distributions):

$ xdg-open paper.pdf

License

See LICENSE file.