%% This is file `fan.cls',
%% Copyright 2011 by Functional Analysis: Applications to Complex Analysis
%% and Partial Differential Equations
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.2
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%    http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{fan}[2011/11/03 Functional Analysis]

\LoadClass[11pt,a4paper,draft]{article}






\parindent=0pt\pagestyle{empty}


\newif\ifcoauthors

\coauthorsfalse

\renewcommand{\title}[1]{\def\@title{#1}}
\newcommand{\Printtitle}{\begin{center}\begin{Large}{\textsc{\@title}}\end{Large}\end{center}\par}

\renewcommand{\author}[1]{\def\@author{#1}}
\newcommand{\Printauthor}{\begin{center}\begin{large}{\textsc{\@author}}\end{large}\end{center}\par}

\newcommand{\coauthor}[1]{\def\@coauthor{#1}\coauthorstrue}
\newcommand{\Printcoauthor}{\begin{center}{{\@coauthor}}\end{center}\par}

\newcommand{\affiliation}[1]{\def\@affiliation{#1}}
\newcommand{\Printaffiliation}{\begin{center}\begin{small}{{\@affiliation}}\end{small}\end{center}\par}

\newcommand{\email}[1]{\def\@email{#1}}
\newcommand{\Printemail}{\begin{center}\begin{small}{\texttt{\@email}}\end{small}\end{center}\par}



\newcommand{\MakeTitle}{%
\footnotesize{Functional Analysis: Applications to Complex Analysis
and Partial Differential Equations}

\vskip 4\baselineskip

\Printtitle \vskip 2\baselineskip \Printauthor \vskip 2\baselineskip  \Printaffiliation \Printemail \ifcoauthors \vskip 2\baselineskip \Printcoauthor \vskip 2\baselineskip \else \vskip 4\baselineskip  \fi}

\endinput

