Discussion:
S equation numbering
(too old to reply)
db
2024-09-14 14:18:50 UTC
Permalink
I will be writing a text meant as Supplementary
Material, including equations. How do ensure that
the equation numbers are S1, S2, etc?
--
db
David Dalton
2024-09-14 22:37:53 UTC
Permalink
Post by db
I will be writing a text meant as Supplementary
Material, including equations. How do ensure that
the equation numbers are S1, S2, etc?
Shouldn’t it work to

\setcounter{equation}{0}
\renewcommand{\theequation}{S\arabic{equation}}

?
--
David Dalton ***@nfld.com https://www.nfld.com/~dalton (home page)
https://www.nfld.com/~dalton/dtales.html Salmon on the Thorns (mystic page)
“And the cart is on a wheel; And the wheel is on a hill;
And the hill is shifting sand; And inside these laws we stand" (Ferron)
Dr Engelbert Buxbaum
2024-09-18 12:48:39 UTC
Permalink
Post by David Dalton
Post by db
I will be writing a text meant as Supplementary
Material, including equations. How do ensure that
the equation numbers are S1, S2, etc?
Shouldn’t it work to
\setcounter{equation}{0}
\renewcommand{\theequation}{S\arabic{equation}}
?
Just of the top of my head, without much testing: It should be possible
to redefine the "Appendix"-string as "Supplement". Everything should
work automatically from there. \renewcommand{\appendixname}{Supplement}
or so
--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.
Ulrich D i e z
2024-09-15 15:29:17 UTC
Permalink
Post by db
I will be writing a text meant as Supplementary
Material, including equations. How do ensure that
the equation numbers are S1, S2, etc?
What TeX format do you intend to use?

Plain TeX?
OpTeX?
LaTeX 2e? (What documentclass? What additional packages?)

With LaTeX2e s.th. like: \renewcommand\theequation{S\arabic{equation}}
When using the package hyperref, you may wish to do redefine
\theHequation as well.


Sincerely

Ulrich
db
2024-09-16 11:19:16 UTC
Permalink
Post by Ulrich D i e z
I will be writing a text meant as Supplementary Material, including
equations. How do ensure that the equation numbers are S1, S2, etc?
What TeX format do you intend to use?
Plain TeX?
OpTeX?
LaTeX 2e? (What documentclass? What additional packages?)
With LaTeX2e s.th. like: \renewcommand\theequation{S\arabic{equation}}
When using the package hyperref, you may wish to do redefine
\theHequation as well.
LaTeX, thanks both of you.
--
db
Loading...