%SETTINGS FOR GROUPS ST ANDREWS PROCEEDINGS %TITLE \renewcommand{\maketitle}[3]{ {\noindent\large\bfseries\mathversion{bold}#1}\vspace{5mm}\\ #2\vspace{3mm}\\ {\small #3}\vspace{2mm}\thispagestyle{empty}} %ABSTRACT \renewenvironment{abstract}{\section*{Abstract}}{} %SECTIONS ETC. \renewcommand\section{\@startsection {section}{1}{\z@}% {-3.5ex \@plus -1ex \@minus -.2ex}% {2.3ex \@plus.2ex}% {\normalfont\large\bfseries\mathversion{bold}}} \renewcommand\subsection{\@startsection{subsection}{3}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries\mathversion{bold}}} %DIMENSIONS \setlength{\textheight }{ 217mm } \setlength{\textwidth }{ 138mm } \setlength{\baselineskip}{ 15pt } \setlength{\parindent }{ 12pt } %THEOREMS ETC. %theorems \newtheorem{thm}{Theorem}[section] %lemmas \newtheorem{lemma}[thm]{Lemma} %corollaries \newtheorem{co}[thm]{Corollary} %propositions \newtheorem{prop}[thm]{Proposition} \theorembodyfont{\rmfamily} %examples \newtheorem{ex}[thm]{Example} %definitions \newtheorem{de}[thm]{Definition} %remarks \newtheorem{re}[thm]{Remark} %questions \newtheorem{qu}[thm]{Question} %problems \newtheorem{prob}[thm]{Problem} %others %if something does not fit into any of the above categories, %and, in particular, if it has no number, or if the numbering is %funny, then it should be enetered manually as %\begin{statement}...\end{statement} %at present this is just a trivlist. \newenvironment{statement}{\begin{trivlist}\item[]}{\end{trivlist}} %Proof \newenvironment{proof}{\begin{trivlist}\item[] \textbf{Proof}\ }{\hspace*{\fill} $\Box$\end{trivlist}} %thebibliography \renewcommand{\thebibliography}[1] {\vskip 5mm{\noindent\normalfont\normalsize\bfseries References} \list {[\arabic{enumi}]}{\small \setlength{\itemsep}{0mm} \setlength{\parsep}{0mm} \settowidth\labelwidth{[#1]}\leftmargin\labelwidth \advance\leftmargin\labelsep \usecounter{enumi}}} %THE RUNNING HEAD \renewcommand{\ps@myheadings}{\let\@mkboth\@gobbletwo \def\@oddhead{\protect\small \sc\rightmark \hfil \rm\thepage}\def\@oddfoot{}\def\@evenhead{\rm \thepage\hfil \protect\small \sc \leftmark}\def\@evenfoot{}\def\sectionmark##1{}\def\subsectionmark##1{}} %LISTS \newenvironment{listn}{\begin{list}{}{\setlength{\leftmargin}{12mm} \setlength{\rightmargin}{0mm} \setlength{\labelsep}{3mm}\setlength{\labelwidth}{8mm} \setlength{\topsep}{1mm} \setlength{\parsep}{0mm} \setlength{\itemsep}{1mm}}}{\end{list}} \renewcommand{\enumerate}{\ifnum \@enumdepth >3 \@toodeep\else \advance\@enumdepth \@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list {\csname label\@enumctr\endcsname}{\usecounter {\@enumctr} \setlength{\topsep}{0mm} \setlength{\itemsep}{1mm} \setlength{\parsep}{0mm}\def\makelabel##1{\hss\llap{##1}}}\fi} \renewcommand{\itemize}{\ifnum \@itemdepth >3 \@toodeep\else \advance\@itemdepth \@ne \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% \list{\csname\@itemitem\endcsname}{ \setlength{\topsep}{0mm} \setlength{\itemsep}{1mm} \setlength{\parsep}{0mm}\def\makelabel##1{\hss\llap{##1}}}\fi} %TABLES \long\def\@makecaption#1#2{\vskip 10pt \setbox\@tempboxa\hbox{#1. #2} %LMS \ifdim \wd\@tempboxa >\hsize % IF longer than one line: %LMS #1. #2\par % THEN set as ordinary paragraph. %LMS \else % ELSE center. %LMS \hbox to\hsize{\hfil\box\@tempboxa\hfil} %LMS \fi} %LMS %MISCELLANEOUS COMMANDS %standard vspace \newcommand{\spc}{\vspace{2mm}}