containing the set $\set{x,y,z}$.
If $R$ has a multiplicative identity (that is, a unit) element,
- then that element is denoted by $\unit{R}$.
+ then that element is denoted by $\unit{R}$. Its additive identity
+ element is $\zero{R}$.
\end{section}
\begin{section}{Algorithm}
\input{mjo-common} % for \of, and \binopmany
+% The additive identity element of its argument, which should be
+% an algebraic structure.
+\newcommand*{\zero}[1]{ 0_{{#1}} }
+
+\ifdefined\newglossaryentry
+ \newglossaryentry{zero}{
+ name={\ensuremath{\zero{R}}},
+ description={the additive identity element of $R$},
+ sort=z
+ }
+\fi
+
% The multiplicative identity element of its argument, which should be
% an algebraic structure.
\newcommand*{\unit}[1]{ 1_{{#1}} }