Latex White Spaces
# Latex 里面的空格
Tags: #Latex
There are a number of horizontal spacing macros for LaTeX :
\,inserts a.16667emspace in text mode, or\thinmuskip(equivalent to3mu) in math mode; there’s an equivalent\thinspacemacro;\>(or\:) inserts a.2222emspace in text mode, or\medmuskip(equivalent to4.0mu plus 2.0mu minus 4.0mu) in math mode; there’s an equivalent\medspace;\negmedspaceis the negative equivalent to\medspace;\;inserts a.2777emspace in text mode, or\thickmuskip(equivalent to5.0mu plus 5.0mu) in math mode; there’s an equivalent\thickspace;\enspaceinserts a space of.5emin text or math mode;\quadinserts a space of1emin text or math mode;\qquadinserts a space of2emin text or math mode;\hspace{<len>}==inserts a space of length==<len>(may be negative) in math or text mode (a LaTeX\hskip); ==得带单位==