Search found 1 match

by Twigi
Sun Oct 04, 2015 2:55 pm
Forum: Document Classes
Topic: How to costum equation numbering in documentclass{svmult}?
Replies: 1
Views: 3150

How to costum equation numbering in documentclass{svmult}?

In this type of documentclass, the numbering resets in every section. So, if I want to refer to other sections, I can´t, because I got (3) instead of (2.3). I've tried

\numberwithin{equation}{section}
and

\renewcommand{\theequation}{\arabic{section}.\arabic{equation}}
and also

\documentclass ...