Study/LaTeX

[LaTeX] Math mode에서 공백 넣기(spacing)

훈스~☆ 2014. 8. 27. 10:04

LaTeX에서 일반 텍스트를 쓸 경우 space bar를 백번을 눌러도 공백이 만들어지지 않는다.

아래 링크에 들어가면 해결 방법이 있다.

https://www.sharelatex.com/learn/Spacing_in_math_mode

LATEX codeDescription
\quadspace equal to the current font size (= 18 mu)
\,3/18 of \quad (= 3 mu)
\:4/18 of \quad (= 4 mu)
\;5/18 of \quad (= 5 mu)
\!-3/18 of \quad (= -3 mu)
(space after backslash!)equivalent of space in normal text
\qquadtwice of \quad (= 36 mu)