Possible Duplicate:
Formatting section titles
How can I change the format of section, subsection and ... to something like below?
2.1 | Greenhouse Effect
How can I change the format of 2.1 | Greenhouse Effect |
|||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The default formatting of section heading counters is performed by the macro
This prints the counter and inserts
This would still have a
Of course, this would hold far all section from the level of |
|||
|
|
|
You can use the
|
|||
|
|
titlesecyou could use something like:\titleformat{\section}{\normalfont\bf}{\thesection\hspace{5pt}$\vert$}{5pt}{}– Scott H. Nov 30 '12 at 20:19