Creating a horizontal space in LaTeX;

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 72K views
Genecks
Messages
135
Reaction score
0
How do I create a horizontal space between 8 turns and 6 seconds?

[tex]\left(\frac{8 turns}{6 seconds}\right)[/tex]
 
Physics news on Phys.org
[tex]\left(\frac{8\;turns}{6\;seconds}\right)[/tex]

Does that work for most sites that use LaTeX?
 
Bio-Hazard said:
[tex]\left(\frac{8\;turns}{6\;seconds}\right)[/tex]

Does that work for most sites that use LaTeX?
I would imagine so, it is a standard latex command. Alternatively, if you need a larger space you can use the \hspace{ x in} where x is the number of inches space you require.