Sujet : Re: S equation numbering
De : dieterhansbritz (at) *nospam* gmail.com (db)
Groupes : comp.text.texDate : 16. Sep 2024, 12:19:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vc947k$2qfpd$1@dont-email.me>
References : 1 2
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Sun, 15 Sep 2024 17:29:17 +0200, Ulrich D i e z wrote:
db wrote:
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