I am using the listofsymbols package to automatically generate a list of symbols at the beginning of my thesis.
The default title of the List of Symbols is that of a section title. On the contrary, the titles of the list of figures and list of tables are chapter titles, since I am using the documentclass report.
How can I make the list of symbols title appear as a chapter title as well?
Thanks in advance!
Floris
Document Classes ⇒ list of symbols as chapter title
NEW: TikZ book now 40% off at Amazon.com for a short time.

list of symbols as chapter title
Problem has been solved by adding
tot the preamble
Code: Select all
\renewcommand{\symheading}{\chapter*{Symbols}}