Latex公式文字插入空格

第一步,首先插入引用的包:

\usepackage{amsmath, amsfonts}
第二步,选择合适的空格距离,参照下图:

第三步,插入对应的编程指令:

% thin space
\,
\thinspace
 
% negative thin space
\!
 
% medium space
\:
 
% large space
\;
 
% 0.5em space
\enspace
 
% 1em space
\quad
 
% 2em space
\qquad
 
% custom space
\hspace{3em}
 
% fill empty space
\hfill

参考文献:

[1] https://texblog.org/2014/04/09/whitespace-in-math-mode/




猜你喜欢

转载自blog.csdn.net/fendoubasaonian/article/details/79108533