How to create numbering in this way: (A), (B), (B.1), (B.2) etc. with \enumerate ?
Thanks for any advice.
(edited in from comment:)
\begin{subequations}
\renewcommand{\theequation}{\theparentequation.\Alph{equation}}
\begin{align}
y & = d \\ y & = cx+d \\
y & = bx^{2}+cx+d \\ y & = ax^{3}+bx^{2}+cx+d
\end{align}
\end{subequations}
\documentclass,amsmathpackage if needed, and\begin ... \end{document}. you are always able to edit your own question. – barbara beeton Jun 26 '16 at 15:52enumeratein there! – Jun 26 '16 at 15:56