Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
22144 views
1
\documentclass[10pt]{article}
2
\textwidth= 5.00in
3
\textheight= 7.4in
4
\topmargin = 30pt
5
\evensidemargin=0pt
6
\oddsidemargin=55pt
7
\headsep=17pt
8
\parskip=.5pt
9
\parindent=12pt
10
\font\smallit=cmti10
11
\font\smalltt=cmtt10
12
\font\smallrm=cmr9
13
14
\usepackage{amssymb,latexsym,amsmath,epsfig,amsthm} %% Add other packages as necessary
15
%
16
\usepackage{xcolor}
17
%\usepackage[colorlinks=true,allcolors=blue]{hyperref}
18
\usepackage{url}
19
\usepackage{graphicx}
20
\usepackage[figurename={Figure}]{caption}
21
\usepackage{float}
22
%
23
24
\makeatletter
25
26
\renewcommand\section{\@startsection {section}{1}{\z@}
27
{-30pt \@plus -1ex \@minus -.2ex}
28
{2.3ex \@plus.2ex}
29
{\normalfont\normalsize\bfseries\boldmath}}
30
31
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}
32
{-3.25ex\@plus -1ex \@minus -.2ex}
33
{1.5ex \@plus .2ex}
34
{\normalfont\normalsize\bfseries\boldmath}}
35
36
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname. }
37
38
\input{Leopardi-Bent-functions-Cayley-graphs.commands.tex}
39
40
\makeatother
41
42
\input{Leopardi-Bent-functions-Cayley-graphs.theorems.tex}
43
44
\begin{document}
45
46
\begin{center}
47
\uppercase{\bf Classifying bent functions by their Cayley graphs}
48
\vskip 20pt
49
{\bf Paul~Leopardi}\\
50
{\smallit University of Melbourne; Australian Government -- Bureau of Meteorology}\\
51
{\tt paul.leopardi@gmail.com}
52
\end{center}
53
\vskip 30pt
54
55
\centerline{\smallit Received: , Revised: , Accepted: , Published: } % We will fill in the dates
56
\vskip 30pt
57
58
\centerline{\bf Abstract}
59
60
\noindent
61
\input{Leopardi-Bent-functions-Cayley-graphs.abstract.tex}
62
63
\pagestyle{myheadings}
64
\markright{\smalltt INTEGERS: 18 (2018)\hfill}
65
\thispagestyle{empty}
66
\baselineskip=12.875pt
67
\vskip 30pt
68
69
\input{Leopardi-Bent-functions-Cayley-graphs.body.tex}
70
71
\end{document}
72
% ----------------------------------------------------------------
73
74