Skip to content

Commit

Permalink
Store pdfs in pdfs/
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Nov 12, 2015
1 parent f634b39 commit 62aa5f0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
*.blg
*.log
*.out
*.pdf
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) $<
Expand Down
1 change: 1 addition & 0 deletions bitshares-consensus.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Binary file added figures/external-pricefeed.pdf
Binary file not shown.
Binary file added figures/monetary-base.pdf
Binary file not shown.
Binary file added figures/worker-pay-algo.pdf
Binary file not shown.
Binary file added pdfs/bitshares-financial-platform.pdf
Binary file not shown.
Binary file added pdfs/bitshares-general.pdf
Binary file not shown.

0 comments on commit 62aa5f0

Please sign in to comment.