Releases: AugurProject/whitepaper
Releases · AugurProject/whitepaper
v2.0.6
v2.0.5
Add v1 latex source (#89) * Add V1 Latex This adds latex that generates the V1 whitepaper. The original latex was lost and reconstructed. This commit also includes an updated build_latex.yml with a more recent latex compiler. This reconstructed latex generates an almost identical PDF. Notably, every page contains the exact same words and every line ends with the same character. The only differences exist due to unavoidable compiler changes and are as follows: Margins are increased slightly. Spacing between lines is reduced slightly to compensate. A couple footnotes that used to overflow into the right column are now fully contained in the left column. * Replaced whitepaper.pdf with reconstructed LaTeX files (main.tex, augur.bib, image 1.pdf, image 2.pdf) --------- Co-authored-by: Micah Zoltu <[email protected]>
v2.0.4
Run latex build both on push and pull request. (#91) * Run latex build both on push and pull request. This should allow us to preview latex updates in PDF form before they are merged.
v2.0.3
Build PDF on every push, but only publish on push to master. (#90) * Build PDF on every push, but only publish on push to master. This should make it so that every push will result in a build of the PDF, while pushes to `master` branch will *also* result in cutting a release.
v2.0.2
Merge pull request #87 from CrystalBallBe/patch-2 Upgrade 3rd-party action & use commit SHA
v2.0.1
Added a github action that automatically compiles the v2 whitepaper p…