Code: Select all
\documentclass{memoir}
%\let\oldCtabular\ctabular
%\renewcommand{\ctabular}{\oldCtabular\small}
\begin{document}
This is a demo table:
\begin{ctabular}{lll}
Item1 &Item2 &Item3\\
Item4 &Item5 &Item6\\
\end{ctabular}
\end{document}
Code: Select all
\newcommand*{\ctabular}[1][c]{\global\@curtab\@ne
\ctableftskip\fill
\ctabrightskip\fill
\if l#1% left
\ctableftskip\z@
\else
\if r#1% right
\ctabrightskip\z@
\fi
\fi
\gdef\@halignto{to\hsize}\NC@tabular}