diff --git a/.gitignore b/.gitignore index 941efc4..8f1e802 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ *.blg *.log *.out -*.pdf diff --git a/Makefile b/Makefile index fa170b6..5fc4fdd 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,12 @@ TMPFILES = *.aux *.log *.dvi *.bbl *.blg *.mtc* *.maf \ SRC=$(wildcard bitshares-*.tex) BIBS=$(wildcard *.bib) $(wildcard *.bst) -all: $(SRC:.tex=.pdf) +all: compile clean move + +compile: $(SRC:.tex=.pdf) + +move: + @mv *.pdf pdfs/ %.pdf: %.tex %.bbl @pdflatex $(PDFLATEXOPTS) $< diff --git a/bitshares-consensus.tex b/bitshares-consensus.tex index 97b2c5f..7e3eadc 100644 --- a/bitshares-consensus.tex +++ b/bitshares-consensus.tex @@ -13,6 +13,7 @@ \section { Attack Vectors } \input { content/cons-att } \section { Conclusion } \input { content/cons-conc } \section* { Litarture } +\nocite{*} \bibliographystyle{IEEEtran} \bibliography{literature} \end{document} diff --git a/figures/external-pricefeed.pdf b/figures/external-pricefeed.pdf new file mode 100644 index 0000000..c5cf486 Binary files /dev/null and b/figures/external-pricefeed.pdf differ diff --git a/figures/monetary-base.pdf b/figures/monetary-base.pdf new file mode 100644 index 0000000..ed2b109 Binary files /dev/null and b/figures/monetary-base.pdf differ diff --git a/figures/worker-pay-algo.pdf b/figures/worker-pay-algo.pdf new file mode 100644 index 0000000..9d0bcb5 Binary files /dev/null and b/figures/worker-pay-algo.pdf differ diff --git a/pdfs/bitshares-financial-platform.pdf b/pdfs/bitshares-financial-platform.pdf new file mode 100644 index 0000000..c4f0b99 Binary files /dev/null and b/pdfs/bitshares-financial-platform.pdf differ diff --git a/pdfs/bitshares-general.pdf b/pdfs/bitshares-general.pdf new file mode 100644 index 0000000..48c379b Binary files /dev/null and b/pdfs/bitshares-general.pdf differ