% This file is lcsect.sty
% This is a patch file written so that authors can have lowercased
% math variables inside section headings (which are UPPERcased by default).

\def\lcsection
{
\@startsection{section}{1}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}% GM
{4\p@}{\baselineskip 14pt\secfnt\@ucheadfalse}%
}

% Written by Gerry Murray 9/5/2003.
% Use as \lcsection{THIS IS MY SECTION TEXT WITH A LOWERCASE MATH VARIABLE $k$}


