Skip to content

Commit 9bb5e06

Browse files
imkharnMicah Zoltu
andauthored
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 <micah@zoltu.net>
1 parent 3eaa1a9 commit 9bb5e06

6 files changed

Lines changed: 978 additions & 5 deletions

File tree

.github/workflows/build_latex.yml

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,25 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e
13-
- name: Build LaTeX document
13+
- name: Build v1 document
14+
uses: xu-cheng/latex-action@2031f1a94940bfe35904fc1782bf18a9bdafc127
15+
with:
16+
root_file: main.tex
17+
working_directory: v1/english
18+
pre_compile: |
19+
rm -f augur-whitepaper-v1.pdf
20+
post_compile: |
21+
mv main.pdf augur-whitepaper-v1.pdf
22+
- name: Check v1 file
23+
run: |
24+
file ./v1/english/augur-whitepaper-v1.pdf | grep -q ' PDF '
25+
- name: Upload v1 file
26+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
27+
with:
28+
name: augur-whitepaper-v1.pdf
29+
if-no-files-found: error
30+
path: ./v1/english/augur-whitepaper-v1.pdf
31+
- name: Build v2 document
1432
uses: xu-cheng/latex-action@2031f1a94940bfe35904fc1782bf18a9bdafc127
1533
with:
1634
root_file: main.tex
@@ -19,10 +37,10 @@ jobs:
1937
rm -f augur-whitepaper-v2.pdf
2038
post_compile: |
2139
mv main.pdf augur-whitepaper-v2.pdf
22-
- name: Check pdf file
40+
- name: Check v2 file
2341
run: |
2442
file ./v2/english/augur-whitepaper-v2.pdf | grep -q ' PDF '
25-
- name: Upload PDF file
43+
- name: Upload v2 file
2644
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
2745
with:
2846
name: augur-whitepaper-v2.pdf
@@ -48,9 +66,20 @@ jobs:
4866
release_name: ${{ steps.bump_version.outputs.new_tag }}
4967
draft: false
5068
prerelease: false
51-
- name: Upload Release Asset
69+
- name: Upload v1 Release Asset
70+
if: ${{ github.ref == 'refs/heads/master' }}
71+
id: upload-v1-release-asset
72+
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
73+
env:
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
with:
76+
upload_url: ${{ steps.create_release.outputs.upload_url }}
77+
asset_path: ./v1/english/augur-whitepaper-v1.pdf
78+
asset_name: augur-whitepaper-v1.pdf
79+
asset_content_type: application/pdf
80+
- name: Upload v2 Release Asset
5281
if: ${{ github.ref == 'refs/heads/master' }}
53-
id: upload-release-asset
82+
id: upload-v2-release-asset
5483
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
5584
env:
5685
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

v1/english/1.pdf

19.9 KB
Binary file not shown.

v1/english/2.pdf

145 KB
Binary file not shown.

v1/english/augur.bib

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
@article{Wolfers_2004,
2+
author = {J. Wolfers and E. Zitzewitz},
3+
title = {Prediction markets},
4+
journal = {Journal of Economic Perspectives},
5+
volume = {18},
6+
number = {2},
7+
pages = {107--126},
8+
year = {2004}
9+
}
10+
11+
@book{Surowiecki_2005,
12+
author = {James Surowiecki},
13+
title = {The Wisdom of Crowds},
14+
publisher = {Anchor},
15+
year = {2005}
16+
}
17+
18+
@article{Hanson_2006,
19+
author = {R. Hanson and R. Oprea and D. Porter},
20+
title = {Information aggregation and manipulation in an experimental mar-\linebreak ket},
21+
journal = {Journal of Economic Behavior \& Organization},
22+
volume = {60},
23+
number = {4},
24+
pages = {449--459},
25+
year = {2006}
26+
}
27+
28+
@article{Pennock_2001,
29+
author = {D.M. Pennock and S. Lawrence and C.L. Giles and F.A. Nielsen},
30+
title = {The real power of artificial markets},
31+
journal = {Science},
32+
volume = {291},
33+
pages = {987--\linebreak 988},
34+
year = {2001}
35+
}
36+
37+
@article{Manski_2004,
38+
author = {C. Manski},
39+
title = {Interpreting the predictions of prediction\linebreak markets},
40+
journal = {NBER Working Paper No. 10359},
41+
year = {2004}
42+
}
43+
44+
@article{Wolfers_2005,
45+
author = {J. Wolfers and E. Zitzewitz},
46+
title = {Interpreting prediction\linebreak market prices as probabilities},
47+
journal = {NBER Working Paper No. 10359},
48+
year = {2005}
49+
}
50+
51+
@inproceedings{Goel_2010,
52+
author = {S. Goel and D.M. Reeves and D.J. Watts and D.M. Pennock},
53+
title = {Prediction without markets},
54+
booktitle = {Proceedings of the 11th ACM Conference on Electronic Commerce, EC'10},
55+
pages = {357--366},
56+
publisher = {ACM},
57+
year = {2010}
58+
}
59+
60+
@misc{Nakamoto_2008,
61+
author = {S. Nakamoto},
62+
title = {Bitcoin: a peer-to-peer electronic cash sys-\linebreak tem},
63+
howpublished = {\url{https://bitcoin.org/bitcoin.pdf}},
64+
year = {2008}
65+
}
66+
67+
@misc{Buterin_2013,
68+
author = {V. Buterin},
69+
title = {A next generation smart con-\linebreak tract and decentralized application platform},
70+
howpublished = {\url{https://github.com/ethereum/wiki/wiki/White-Paper}},
71+
year = {2013}
72+
}
73+
74+
@inproceedings{Clark_2014,
75+
author = {J. Clark and J. Bonneau and E.W. Felten and J.A. Kroll and A. Miller and A. Narayanan},
76+
title = {On decentralizing prediction mar-\linebreak kets and order books},
77+
booktitle = {WEIS '14: Proceedings of the 10th Workshop on the Economics of Information Secu-\linebreak rity},
78+
month = {June},
79+
year = {2014}
80+
}
81+
82+
@inproceedings{Othman_2010,
83+
author = {A. Othman and T. Sandholm},
84+
title = {Decision rules and de-\linebreak cision markets},
85+
booktitle = {Proceedings of the 9th International Conference on Autonomous Agents and Multiagent Sys-\linebreak tems: Volume 1 - Volume 1},
86+
series = {AAMAS '10},
87+
pages = {625--\linebreak 632},
88+
publisher = {International Foundation for Autonomous Agents and Multiagent Systems},
89+
year = {2010}
90+
}
91+
92+
@misc{Peterson_2014,
93+
author = {J. Peterson and J. Krug},
94+
title = {Augur: a decentral-\linebreak ized, open-source platform for prediction markets},
95+
howpublished = {arXiv:1501.01042v1 [cs.CR]},
96+
month = {11},
97+
year = {2014}
98+
}

0 commit comments

Comments
 (0)