I am writing an article for an IEEE journal. At one paragraph, I put explanation about a preceding equation like this:
where c1 = 0.0123 is a coefficient from this document.
My question, how should I type it in my latex document? Should I type the math expression this way: $c_{1} = 0.0123$, or can I do it this way: $c_{1}$ = 0.0123, or maybe like this: $c_{1} =$ 0.0123? Please attach some dependable sources if possible.
=$is definitely wrong. The third if it is text not math should bec\textsubscript{1} = 0.0123otherwise you are relying on the (not generally true) assumption that the digits in math and the digits in text are using the same font. using different fonts for digits in the same equation would be weird. – David Carlisle Mar 09 '17 at 12:15