A short style file for a memo header for use with amsart

April 20, 2009
Tags:

I recently had to write a memo. After playing around a bit, I decided on the amsart documentclass. I wrote a style file to define the memo header; I think it looks good with the general style of the amsart class. The contents of the style file are: \ProvidesPackage{memo} \RequirePackage{setspace} \newcommand{\memotopline}[2]{{% \noindent\sc #1}{\begin{quote}#2\end{quote}}} \newenvironment{memoheader}[1] { [...]

0