Difference between revisions of "Command/space"

From Wiki
Jump to navigation Jump to search
(Description, example, categories: Internals, Texts, Fonts.)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>space</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==

Latest revision as of 16:30, 11 November 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: