Hi, I have something like this:
Section 1
...
Section 2
...
Section 3
Subsection 3.1
...
Section 4
...
And I would like to have something like this:
Section 1
...
Section 2
...
Section A
Subsection A.1
...
Section 4
...
In other words - change one of section numbers to something else 3 == A I need this for my thesis which is written in article class, and when I tired to add appendices the hyperref package broke, and "links" to section 1 directed to appendix A
edit: I made a mistake when describing the problem, I meant that the table of contents doesn't work because LaTeX generates code (*.toc file):
\contentsline {section}{\numberline {1}}{1}{section.1}
\contentsline {section}{\numberline {2}}{1}{section.2}
\contentsline {section}{\numberline {A}}{1}{section.1}