Skip to content

Commit

Permalink
Update conference.sty
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaldwell authored Nov 2, 2018
1 parent 26ada6a commit 99ca5ab
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions conference paper/conference.sty
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,20 @@
\titleformat{\section}[block]
{\vspace{-1em}\centering\sc\MakeLowercase\large}
{\thesection}{0.5em}{\vspace{-0.8em}}
\titleformat{\subsection}[block]
{\normalsize}
{\textit{\thesubsection}}{0.5em}\textit{}


\renewcommand\thesubsection{\textit{\Alph{subsection}.}}
\titleformat{\subsection}{}{\thesubsection}{1em}{\itshape}
% \renewcommand{\subsection}{\Alph{\thesubsection}}

% \titleformat{\subsection}[block]
% {\normalsize}
% {\textit{\Alph{\thesubsection}}}{0.5em}\textit{}
\usepackage{fancyhdr}
\pagestyle{fancy}
\rfoot{Team 12: Page \thepage{}}
\cfoot{}
\lfoot{SYDE 461 Project Analysis}
\rhead{}
\chead{}
\lhead{}
\renewcommand{\headrulewidth}{0pt}

0 comments on commit 99ca5ab

Please sign in to comment.