Hello,
I am using Lyx for my thesis (report document class) and need the
section headings unnumbered and aligned flush left. However, section
headings must still appear in the Table of Contents. I used the
following command in the preamble to get rid of the numbers preceding
the section headings.
\renewcommand{\thesection}{}
However, it leaves a gap of about three spaces before the section
headings. How can I fix this?
For example:
1.1 Introduction
becomes:
Introduction
instead of:
Introduction
I don't want to use Section* instead of Section because I lose the
ability to navigate through my document from the main menu.