You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The part that "\endinput ends the content before the final space" may be a documentation error.
I believe that \endinput by itself does not remove the trailing space by itself, rather it's a side effect of the fact that TeX ignores spaces after control sequences.
As such, I think it would be better to simply remove the suggestion of using \endinput to remove the trailing space. Using % suffices. (or even \empty / \relax but this one would be confusing)
The text was updated successfully, but these errors were encountered:
The part that "
\endinput
ends the content before the final space" may be a documentation error.I believe that
\endinput
by itself does not remove the trailing space by itself, rather it's a side effect of the fact that TeX ignores spaces after control sequences.E.g. in the following code
The space is not visible. While in the following code
The space is visible.
As such, I think it would be better to simply remove the suggestion of using
\endinput
to remove the trailing space. Using%
suffices. (or even\empty
/\relax
but this one would be confusing)The text was updated successfully, but these errors were encountered: