Difference between revisions of "Command/space"

From Wiki
Jump to navigation Jump to search
(Description, example, categories: Internals, Texts, Fonts.)
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated)] ==
 +
<syntax>space</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table>
 
<table>

Revision as of 02:07, 13 October 2019

\space

Syntax (autogenerated)]

\space


Syntax

\space

Description

A macro that expands to a space, defined very simply as

\def\space{ }

Useful when an ordinary space would get gobbled, as is common when macros are involved.

Example

\def\text{page}

With a space: \text \pagenumber \crlf
With a \tex{space}: \text\space\pagenumber

gives

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: