Bedeho Mender 6dcd1045b6 Merge pull request #17 from bryanchriswhite/master | vor 4 Jahren | |
---|---|---|
assets | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
README.md | vor 5 Jahren | |
paper.pdf | vor 4 Jahren | |
paper.tex | vor 4 Jahren |
See paper.pdf
in repo, or click this LINK
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
Open a PR. Always include the compiled PDF in the PR, as it should be kept up-to-date with the source file(s).
OS X:
$ open paper.pdf
Linux (most distributions):
$ xdg-open paper.pdf
See LICENSE file.