Document ClassesHow to costum equation numbering in documentclass{svmult}?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Twigi
Posts: 1
Joined: Sun Oct 04, 2015 11:49 am

How to costum equation numbering in documentclass{svmult}?

Post by Twigi »

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[graybox,envcountsec]{svmult}
Nothing works!
Last edited by Johannes_B on Sun Oct 04, 2015 3:19 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to costum equation numbering in documentclass{svmult}?

Post by Johannes_B »

This is a crosspost to TeX.SX.

We need to see a minimal working example to say more on the issue.

Springer has a uniform layout in their books and journals. I wouldn't change anything, they will probably revert the changes.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply