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
Click For Summary
SUMMARY

This discussion focuses on inserting space between two equations in LaTeX. Users recommend several commands for varying amounts of space: \\, \quad, \qquad, \:, \;, and \ followed by a space. The discussion highlights that \, equals 3/18 of a quad, \: equals 4/18, \; equals 5/18, and \ corresponds to normal space. For aligning systems of equations, the align* environment is suggested as a better alternative.

PREREQUISITES
  • Familiarity with LaTeX syntax and commands
  • Understanding of mathematical typesetting
  • Knowledge of spacing commands in LaTeX
  • Basic experience with the align* environment
NEXT STEPS
  • Research LaTeX spacing commands in detail
  • Learn about the align* environment for equation alignment
  • Explore advanced LaTeX typesetting techniques
  • Review LaTeX documentation for best practices in mathematical formatting
USEFUL FOR

Mathematicians, researchers, and students who use LaTeX for typesetting equations and need to understand spacing options effectively.

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:

Similar threads

  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K