Added initial files.
[binaryfield.git] / main.tex
1 \documentclass[10pt]{article}
2
3 % correct bad hyphenation here
4 \hyphenation{op-tical net-works semi-conduc-tor}
5
6 \input{style}
7
8 \begin{document}
9
10 % paper title
11 % can use linebreaks \\ within to get better formatting as desired
12 \title{Converting to Binary in Prime-Order Galois Fields}
13
14
15 % author names and affiliations
16 % use a multiple column layout for up to two different
17 % affiliations
18
19 \author{David Llewellyn-Jones}
20 %\IEEEauthorblockA{School of Computing and Mathematical Sciences\\
21 %Liverpool John Moores University\\
22 %Liverpool, UK\\
23 %\{D.Llewellyn-Jones, Q.Shi, M.Merabti\}@ljmu.ac.uk}
24
25 % make the title area
26 \maketitle
27
28
29 %\begin{abstract}
30 %The abstract goes here. DO NOT USE SPECIAL CHARACTERS, SYMBOLS, OR MATH IN YOUR TITLE OR ABSTRACT.
31 %\end{abstract}
32
33 \section{Assumptions}
34
35 Some assumptions.
36
37 \section{Method}
38
39 A method.
40
41
42 %\bibliographystyle{IEEEtran}
43 %\bibliography{main}
44
45 % that's all folks
46 \end{document}
47
48