Search found 1 match

by carp
Sat Oct 01, 2011 12:23 am
Forum: Text Formatting
Topic: Subsection Numbers without preceding "0."
Replies: 1
Views: 1112

Subsection Numbers without preceding "0."

I'm trying to get:

First_Section
Second_Section
1 Red Subsection
2 Blue Subsection

rather than:

First_Section
Second_Section
0.1 Red Subsection
0.2 Blue Subsection

I've tried:

\section*{First_Section}
\section*{Second_Section}
\subsection{Red Subsection}
\subsection{Blue Subsection}

but this ...