%%% website.hcls %%% Kent Dybvig and Oscar Waddell %%% August 2003 \newif\iflatex\latexfalse \newif\ifhtml\htmltrue \def\thetitleattributes{} %%% \webpage{title} \newcommand{\webpage}[2][]{ \endwebpage \def\thetitleattributes{#1} \def\thetitle{#2} \begingroup\renewcommand{\hyperlink}[3][]{##3}\openhtmlfile{#2}\endgroup \renewcommand{\endwebpage}{\copyrightnotice \closehtmlfile\renewcommand{\endwebpage}{}}} \newcommand{\endwebpage}{} \def\maketitle{\raw{}\thetitle\raw{}} \newcommand{\hr}[1][]{\raw{
}} \def\copyright{\raw{©}} \newcommand{\copyrightnotice}{} \let\trueenddocument=\enddocument \def\enddocument{ \endwebpage \trueenddocument} %%% \section{title} \newcommand{\section}[1]{ \raw{

}#1\raw{

} } %%% \subsection{title} \newcommand{\subsection}[1]{ \raw{

}#1\raw{

} } %%% \subsection{title} \newcommand{\subsubsection}[1]{ \raw{

}#1\raw{

} } \newenvironment{DIV}[1] {\raw{
}} {\raw{
}} \def\span#1#2{\raw{}#2\raw{}} \newcommand{\img}[3][]{\raw{#2}} %%% \parheader{title} \def\parheader#1 {\medskip\noindent{\bf #1.}~~} %%% center: should be built in \newenvironment{center} {\raw{
}} {\raw{
}} %%% alphalist \newcounter{alphalist} \def\alphalist{\begingroup\setcounter{alphalist}{0} \def\endalphalistitem{}% \renewcommand{\item}{\endalphalistitem \def\endalphalistiem{\raw{}}% \stepcounter{alphalist}% \raw{}\textit{~~\alph{alphalist}}.\raw{}} \raw{}} \def\endalphalist{\endalphalistitem\raw{
}\endgroup} %%% define our own (compact) description environment \def\description{\begingroup \renewcommand{\item}[1][]{\raw{
}##1\raw{
}}\raw{
}} \def\enddescription{\raw{
}\endgroup} %%% hyperlink support \newcommand{\hyperlink}[3][]{\raw{}#3\raw{}} %%% \mailto{id}{name} \newcommand{\mailto}[3][]{\raw{}{#3}\raw{}} %%% colors \def\textcolor#1#2{\raw{}#2\raw{}} %%% forms \newenvironment{form}[1]{\raw{
}}{\raw{
}} \newcommand{\formtextarea}[2]{\raw{}} \newcommand{\forminput}[1]{\raw{}} \newcommand{\formselect}[2]{\raw{}} \newcommand{\formoption}[2][]{\raw{}}