forked from BitSharesEurope/bitshares-whitepapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.tex
25 lines (23 loc) · 1.11 KB
/
collection.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\documentclass[conference,final,10pt,a4paper]{IEEEtran}
\usepackage[latin1]{inputenc}
\usepackage{pdfpages}
\title{BitShares \\Whitepapers}
\input{AUTHORS}
\begin{document}
\includepdf[pages=-]{bitshares-whatis.pdf}
\includepdf[pages=-]{bitshares-general.pdf}
\includepdf[pages=-]{bitshares-consensus.pdf}
\includepdf[pages=-]{bitshares-financial-platform.pdf}
\includepdf[pages=-]{bitshares-growth.pdf}
\includepdf[pages=-]{bitshares-structure.pdf}
\includepdf[pages=-]{bitshares-license.pdf}
\includepdf[pages=-]{bitshares-history.pdf}
%\section { Overview }
%\section { General Documentation } % bitshares-general.tex
%\section { Distributed Consensus } % bitshares-consensus.tex
%\section { Financial Smart Contract Platform } % bitshares-financial-platform.tex
%\section { Growth Considerations } % bitshares-growth.tex
%\section { Business Structure } % bitshares-structure.tex
%\section { Historical Overview } % bitshares-history.tex
%\section { Licensing Model of CNX } % bitshares-license.tex
\end{document}