What does "{%" (a brace followed by a percent) mean, and what is it called if I want to find the documentation for it?
Here is an example.
\newcommand{\atest}
{%
\includegraphics[width=1in]{./icpw logo spaced.PNG}\Joe Dirt\1 Lambda Street\Anyplace, NY 12345
}
\newcommandsyntax.. – NotStanding with GoGotaHome Nov 13 '21 at 04:29\atestdefinition is probably unwanted and might do harm (that is an implicit\partoken you're putting there, so every time you'd use that macro it would be\par\inludegraphics...instead of just\includegraphics...) – Skillmon Nov 13 '21 at 09:38