Sections - arabic numbered, all caps, centered
Subsections - alpha (bracketed), sentence case, centered
Subsubsections - roman (bracketed), sentence case, left aligned
I tried defining sections as follows:
Code: Select all
\def\thesection{\arabic{section}}
\def\thesubsection{(\alph{subsection})}
\def\thesubsubsection{(\roman{subsubsection})}
(a). title
instead of:
(a) title
So, first, how can I get rid of the unwanted period?
Second, how can I handle the centering without specifying it for each section?
Thanks very much.
Tom