Search found 1 match

by smtwtfs
Mon Apr 30, 2012 9:42 pm
Forum: Page Layout
Topic: Getting rid of section number but display subsection number?
Replies: 1
Views: 2201

Getting rid of section number but display subsection number?

Hi everyone,

I'm only using subsections. I want to display subsection number without showing the section number. For example

Code: Select all

\begin{document}
\subsection{First}
It displays
0.1 First
. I only want
1 First
. Is there a way I can get this done?

Thanks!