\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage{textpos}
\usetheme{CambridgeUS}
\usepackage[british,UKenglish,USenglish,english,american]{babel}
\begin{document}
\begin{frame}
\begin{equation}
Energy Factor_A_big/small
\end{equation}
\end{frame}
\end{document}
What I am trying to achieve there is to get a space in between Energy and Factor, secondly. I want A to be a subscript of Energy Factor and big/small to be a subscript of A.
What is the mistake I'm doing?
\,did the job. – user2015933 Mar 5 at 16:58