Requesting help urgently... Would anyone please be able to let me know a way to type this simple equation in Latex, properly, without the obvious errors? I have used the following code (please see the code below), however, it produces the output with some obvious errors (please see the output image attached) such as;
- the entire equation is in italics and another font. Should be changed to regular Times New Roman text 12pt, non-italicized.
- words are conjoined. In the code, the words are separated, however that does not translate to the output and all words are joined together. How can I change the code to add space between two words? these should be not conjoined.
The code is here;
\begin{equation}
\underset{[\mathrm{Cells/uL}]}{Absolute Count} = \frac{Cell Count \times eBead Volume}{eBead Count \times Cell Volume} \times eBead Concentration
\end{equation}
Thank you so much.




mathptmx. – egreg Mar 26 '22 at 13:33newtxtextbetter thanmathptmx? – bmv Mar 26 '22 at 13:36newtx(text,math)are actively maintained;mathptmxis a 25 year old hack. – egreg Mar 26 '22 at 13:58