Similar to an old 2011 posting here, I would like to manually tag a particular line of equation with number in Beamer. I tried using \tag{} command but it does not work, putting in \usepackage{amsmath} also does not help. I am working under these environments:
\documentclass{beamer}
\mode {
\usetheme{Ilmenau}
\usecolortheme{beaver}}
And here is a compilable example from my slides:
$x = r \cos \theta \tag{1}$.
Here, ShareLatex ignores \tag{1} but compiles the rest of the equation correctly.
Please advise and thanks for your time.
PS.: I do not have any need to reference the tagged equation later.

\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. A tip: You can use backticks ``` to mark your inline code as I did in my edit. – adn Apr 24 '15 at 20:45