Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Section and subsection numbering

0 views
Skip to first unread message

Ista Zahn

unread,
Jul 23, 2008, 11:59:25 AM7/23/08
to
Hi, sorry if this is obvious, I couldn't find it in the FAQ. I'm using
the article class, and I want section and subsection numbering like

I
1
2
II
1
2

instead of the default

1
1.1
1.2
2
2.1
2.2

I've changed the section numbering to Roman, but I can't figure out how
to suppress the section numbers in the subsections. I'd appreciate it if
someone can give me a pointer.

Thanks,
Ista

Ulrike Fischer

unread,
Jul 23, 2008, 12:02:28 PM7/23/08
to

\renewcommand\thesubsection{\arabic{subsection}}

(This will affect the output of \ref too).


--
Ulrike Fischer

Werner Grundlingh

unread,
Jul 23, 2008, 1:12:59 PM7/23/08
to

Additionally, you may want to
\renewcommand\thesection{\Roman{section}}%

Werner

0 new messages