Skip to content

Releases: AugurProject/whitepaper

v2.0.6

21 Mar 05:25
9b4e740
Compare
Choose a tag to compare
Add Ryan Garner to V1 authors (#93)

v2.0.5

19 Mar 05:56
9bb5e06
Compare
Choose a tag to compare
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

04 Mar 09:19
3eaa1a9
Compare
Choose a tag to compare
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

28 Feb 13:22
f1f7454
Compare
Choose a tag to compare
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

12 Aug 13:31
bd14dc8
Compare
Choose a tag to compare
Merge pull request #87 from CrystalBallBe/patch-2

Upgrade 3rd-party action & use commit SHA

v2.0.1

30 Mar 05:25
0fcbb7d
Compare
Choose a tag to compare
Added a github action that automatically compiles the v2 whitepaper p…