[Tex/LaTex] Inline equation in latex with text

math-mode

Hi I want to write an inline equation with some texts like

Amplitude = 0.3 * Max_Amp_Of_Signal

How can I do it with LaTeX?

Best Answer

Enclose your formula in single $, as follows:

Text text text $ \some \math \commands $ more text text text.

Note that if you use double $$ instead, the formula will appear in it's own line, and the text will continue below.