%% blockquote.sty %% Like quotation, but without indentation. %% DWF 2008-02-26. \NeedsTeXFormat{LaTeX2e} %% Using dashed date format in the next line causes an error! \ProvidesPackage{blockquote}[2008/02/26 Blockquote package version 1.0] \newenvironment{blockquote} {\list{}{\listparindent 0em% \itemindent \listparindent \rightmargin \leftmargin}% \item\relax} {\endlist} \endinput