TransWikia.com

What is the subequations counter named?

TeX - LaTeX Asked on February 17, 2021

If I want to change the equation numbering I can use

addtocounter{equation}{n}.

How do I change the subequation numbering? E.g. if I want to label a subequation by 1.7?

One Answer

I am using align as an example here. You just have to use setcounter before subequations environment to change the parent equation number. Using setcounter inside subequations environment will change the child equation/subequation number.

setcounter{equation}{parent_equation_number}
begin{subequations}
setcounter{equation}{child_equation_number}
begin{align}
<You equations go there>
end{align}
end{subequations}

Hope, this helped!

Answered by Karthik Eyan on February 17, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP