This is now baked in #master
and the patch release 0.10.66
(which should be available within the next 10 mins) has it. It introduces:
- the environments
equation*, align*, aligned*, eqnarray*
- the command
nonumber
So that for instance:
\begin{align*}
x &= 4 \\
y &= 7
\end{align*}
or
\nonumber{
$$ x = 5 $$
}
would work as indicated above, without perturbing the references. The docs linked to earlier is also fixed (FAQ - Technical) to reflect this. A patch release for FranklinTemplates adding the .nonumber
CSS rule by default to the Franklin sheet will be released within the next 30 minutes too.
Again many thanks for reporting the issue @mpf01.