I want to renew the section command so each section will follow by a fully two columns tabular. it seems that it should be like:
\renewcommand{\section}[1]
{
\hfill\newline {#1}:\newline
\begin{tabular}{ll}
}
the problem is \end{tabular} which I don't know where should I put it without need of something like endsection.
any idea?