%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Service Macros for 
% Institut fuer Informatik, Georg-August Universit"at G"ottingen
% Wolfgang May, 20.1.2003

\RequirePackage{graphics}
\font\helvSmallFont=phvb at 2.25mm
\font\helvMediumFont=phvr at 4mm
\font\ncsLargeFont=pncr at 5.5mm
\def\helvSmall{\helvSmallFont\baselineskip=3mm}
\def\helvMedium{\helvMediumFont\baselineskip=6mm}
\def\ncsLarge{\ncsLargeFont\baselineskip=10mm}


%%%%%%%% institute header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% parameters: \personOrGroup and \personOrGroupII may be defined
%  (filling the 3rd and 4th line)
% e.g. by 
% \def\personOrGroup{Research Group for Something}
% \def\personOrGroupII{Prof.~Dr.~FirstName~I.~Name}
% 
% requires gaug-logo.eps to be in the path or in the same directory
%
\global\def\institutehead{%
 \noindent\hbox{}\hfill\hbox{%
  \vbox to 3cm{\hbox{\ncsLarge GEORG-AUGUST-UNIVERSIT\"AT G\"OTTINGEN}%
               \hbox{\hfill\helvMedium INSTITUT F\"UR INFORMATIK\hfill}%
               \@ifundefined{personOrGroup}%
                            {\relax}%
                            {\hbox{\helvMedium \personOrGroup}}%
               \@ifundefined{personOrGroupII}%
                            {\relax}%
                            {\hbox{\helvMedium \personOrGroupII}}}%
}  %
 \hfill\hbox{}
\par}
