How Can I Type Space Between Two Equations in Latex?

  • Context: LaTeX 
  • Thread starter Thread starter wam_mi
  • Start date Start date
  • Tags Tags
    Latex Space Type
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 61K views
wam_mi
Messages
78
Reaction score
1
How to type "space" in Latex

Hi there,

Can I just ask how can I type "space" between two equations (for example) on the same line?

Thanks!
 
Physics news on Phys.org


I normally use
\,
\quad
\qquad
Depending on the amount of space I need:
[tex]x\,y[/tex]
[tex]x\quad y[/tex]
[tex]x\qquad y[/tex]
For some purposes such as aligning systems of equations there are better alternatives such as the environment align*.

EDIT:
I just remembered that
\:
\;
\ (just \ followed by a space).
also works as follows:
[tex]x\:y[/tex]
[tex]x\; y[/tex]
[tex]x\ y[/tex]

I just looked up the relation between them and it turns out that
\, = 3/18 \quad
\: = 4/18 \quad
\; = 5/18 \quad
\ = corresponds to normal space.
\qquad = 2\quad
I'm not exactly a LaTeX expert so if someone spots an error feel free to correct me.
 
Last edited: