hi Im trying to renew the section cmd to make all sections in capitals.
i have tried stuff like
\newcommand{\tmpsection}[1]{}
\let\tmpsection=\section
\renewcommand{\section}[1]{\tmpsection{\uppercase{#1}}}
but no luck. can anyone help ? :)
|
hi Im trying to renew the section cmd to make all sections in capitals. i have tried stuff like
but no luck. can anyone help ? :) |
||||
|
|
|
A simple way to achieve the result is by using the
I used also This doesn't touch the entries in the table of contents; to get also that some more work should be done. |
|||
|
|