wspr / breqn

Automatic line breaking in LaTeX equations
18 stars 2 forks source link

label option to dmath environment does not work (is ignored) #38

Open MSoegtropIMC opened 4 years ago

MSoegtropIMC commented 4 years ago

As far as I can tell the label= option to the dmath environment does not work - it seems to be ignored.

An example can be found in the breqn manual version 2020/02/18 0.98i (http://tug.ctan.org/macros/latex/contrib/breqn/breqn.pdf) at the beginning of chapter 12 (Examples):

\begin{dmath}[label={sna74}]

As far as I understand this should mean that the equation gets the label sna74 but it gets the label 12.2 (why 12.2 and not 12.1 btw?)

The usual \label and \tag commands don't seem to work either (\tag gives an error)