Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
%There are portions of this file which are editable, and portions which should not be adjusted. I've clearly labeled the section where your customizations should be written.
%%%%%%%%%%%%%%%%%%%%
%% Do not edit!!! %%
%%%%%%%%%%%%%%%%%%%%
\usepackage{
amsmath,
amsthm,
amssymb,
fancyhdr,
setspace,
}
\usepackage[
paper=letterpaper,
left=1.5in,
top=1in,
bottom=1in,
right=1in,
includehead,
includefoot
]
{geometry}
\usepackage[titles]{tocloft}
\setlength{\cftbeforechapskip}{2ex}
\setlength{\cftbeforesecskip}{0.5ex}
\renewcommand{\cftchapfont}{\bfseries}
\renewcommand{\cftchapaftersnum}{.}
\renewcommand{\cftsecfont}{}
\renewcommand{\cftchappagefont}{\mdseries}
\renewcommand\cftchappresnum{Ch.\,}
\setlength{\cftchapnumwidth}{3.75em}
\usepackage{sectsty}
\allsectionsfont{\singlespacing}
\pagestyle{fancy}
\rhead{\thepage}
\cfoot{}
\lhead{}
\chead{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
%%%%%%%%%%%%%%%%%%%%
%%%%% Editable %%%%%
%%%%%%%%%%%%%%%%%%%%
%\usepackage{<add your packages>}
\usepackage{graphicx}
\usepackage{url}
\usepackage[center,small,sc]{caption}
\usepackage{color}
\usepackage{algorithm2e}
\usepackage{algorithmic}
\usepackage{float}
\usepackage{multicol}
\usepackage{longtable}
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[section]
\newtheorem{lemma}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\newtheorem{cor}[thm]{Corollary}
\theoremstyle{definition}
\newtheorem{dfn}[thm]{Definition}
\newtheorem{ex}[thm]{Example}
\newtheorem{remark}[thm]{Remark}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\numberwithin{table}{section}
%%%%%%%%%%%%%%%%%%%%
%% Do not edit!!! %%
%%%%%%%%%%%%%%%%%%%%
\input{macros.tex}
\doublespacing