标签:down 命令 The get while 技术分享 使用命令 效果 技术
有时候想要再句首加空格,但是会被自动忽略,于是可以使用命令
\hspace*{0.6cm}
例如:
$initialize the initial solutions w,precision,max_iters,\while (w< precision) and (iters < max_iters):\ \hspace*{0.6cm} grad \gets \bigtriangledown f\ \hspace*{0.6cm}w \gets w -grad \\$
效果:
标签:down 命令 The get while 技术分享 使用命令 效果 技术
原文地址:https://www.cnblogs.com/blairwaldorf/p/9723093.html