%% myquotes.sty, written by Allin Cottrell <1995/07/21> %% %% Makes block quotes without any right-indent, and in small type. %% \ProvidesPackage{myquotes} \renewenvironment{quote}% No extra indent on first line {\list{}% \small\item[]} {\endlist} \renewenvironment{quotation}% First line has extra indent {\list{}{\listparindent 1em% \leftmargin 1em \itemindent 1.5em \parsep \z@ \@plus\p@}% \small\item[]} {\endlist} \endinput %% end of myquotes.sty