Content Management: June 2006 Archives
TIPPINST - The more observant of you out there may have noticed that you can now now wander around the local blog map using your mouse. The level of detail is pretty spare but interesting. I now know where Curraghduff is. When you are not from an area (i.e. a blow in) it is vital that you get to learn townlands as quickly as possible as people with identical surnames e.g. Ryan are often identified by their nickname or townland.
TIPPINST - Sometimes there may be a requirement to have the subsections in a book class document have an associated numbe beside them e.g. 2.1.1.1. There is no need to edit the associated .cls files etc instead the following command allows you to set the depth of your numbering
\setcounter{secnumdepth}{3}
A depth of 3 includes subsections.
If you require the table of contents to list as far as sections only then use the following:
\setcounter{tocdepth}{2}
Both commands should be entered at the top of the document before the section \begin{document}