Skip to content
Permalink
757ccb2558
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
Latest commit e53ff40 Apr 13, 2016 History
1 contributor

Users who have contributed to this file

executable file 76 lines (70 sloc) 1.7 KB
%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}
\usepackage{multirow}
\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