LaTeX How to insert spaces between words in latex

  • Thread starter Thread starter johndb
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
Inserting spaces between words in LaTeX can be challenging, as it typically manages spacing automatically, especially in mathematical contexts. For situations where manual spacing is necessary, the symbol \, can be used to create a small space. Additionally, the tilde (~) and ampersand (&) symbols can also serve to insert spaces, particularly when mixing text with mathematical formulas. It's generally advised to avoid manually inserting spaces, as LaTeX is designed to handle spacing effectively on its own.
johndb
Messages
24
Reaction score
0
How do I how to insert spaces between words in latex, not new lines or indentation, I mean just a regular space that one does with spacebar on a word editor. Couldn't find answer on web.
 
Physics news on Phys.org
You're not really supposed to insert your own spaces. LaTeX takes care of the spacing of mathematical symbols automatically.

If you really do need to insert a space, try the symbol \,

- Warren
 
  • Like
Likes Diego Gozer
Thank you it was surprisingly difficult finding the answer for such a simple thing on the net.
 
chroot said:
You're not really supposed to insert your own spaces. LaTeX takes care of the spacing of mathematical symbols automatically.

If you really do need to insert a space, try the symbol \,
- Warren
The tilde, ~, works for this, and I believe that the ampersand, &, works as well. These are useful if you want text mixed in with your mathematical formulas.
 

Similar threads

Back
Top