traumschule 0ea7e12b21 paper text version | 3 роки тому | |
---|---|---|
assets | 5 роки тому | |
.gitignore | 5 роки тому | |
LICENSE | 5 роки тому | |
README.md | 5 роки тому | |
paper.pdf | 4 роки тому | |
paper.tex | 4 роки тому | |
paper.txt | 3 роки тому |
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.