Changes

Jump to navigation Jump to search
726 bytes added ,  19:37, 27 August 2015
Created page with "The macro autoinsertnextspace The macro {{cmd|autoinsertnextspace}} conditionally adds a space, depending on the next token. This is very useful when defining macro commands as ..."
The macro
autoinsertnextspace
The macro {{cmd|autoinsertnextspace}} conditionally adds a space, depending on the next token.
This is very useful when defining macro commands as short hands for text (or other expressions used within text), since by default TeX ignores spaces after a command macro. Compare the following two definitions.

<context>
\define\myBla{blablabla\autoinsertnextspace}
\define\myBadBla{blablabla}

\starttext

With \type{\myBla}:

Watch the space after \myBla which makes this sentence meaningful. And watch also the lack of space before the period when we say \myBla.

With \type{\myBadBla}:

Watch the lack of space after \myBadBla which makes this sentence difficult to read.

\stoptext
</context>
106

edits

Navigation menu