traumschule 0ea7e12b21 paper text version | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
assets | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
paper.pdf | %!s(int64=4) %!d(string=hai) anos | |
paper.tex | %!s(int64=4) %!d(string=hai) anos | |
paper.txt | %!s(int64=3) %!d(string=hai) anos |
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.