I see this pattern of %(s) before line-breaks a lot in packages. What's the point of it? Is it necessary or a convention? For example:
\newenvironment{blah}{%
some command%
some other command%
}
I see this pattern of %(s) before line-breaks a lot in packages. What's the point of it? Is it necessary or a convention? For example:
\newenvironment{blah}{%
some command%
some other command%
}