<div>Hi tex group,</div><div><br></div><div>I am writing my essay using latex, and find a problem that things I defined using \newcommand shows different effect compared with writing it directly in the body text. Hope someone could explain why. Here is a small example.</div><div><br></div><div><div>\documentclass{article}</div><div>\newcommand{\sep}[1]{\vspace{#1}\noindent}</div><div>\begin{document}</div><div>Hello</div><div><br></div><div>\sep{4mm}</div><div>some things here</div><div><br></div><div>\vspace{4mm}\noindent</div><div>Are texts above truly indent?</div><div>\end{document}</div></div><div><br></div><div>By compiling it, we can see that the second line still somewhat indent although I give \noindent before. How could it happen? Thanks!</div><div><br></div><div>Zheng</div>