In latex, when I write ,
\subsubsection*{a}
it produces
a:
but I want to write
a)
How should I do this.
|
In latex, when I write ,
it produces a: but I want to write a) How should I do this. |
||||
|
The following minimal example produces what you're after, modifying the "punctuation" of
You could, of course, also just use a list environment to obtain the same numbering... |
|||
|
|
\subsection*would not usually insert punctuation after the title at all... – Ulrich Schwarz Jan 27 '12 at 18:45