Command/numbers

From Wiki
< Command
Revision as of 10:39, 24 April 2012 by Esteis (talk | contribs) (Add description, example; move to Category:Command/Internals.)
Jump to navigation Jump to search

\numbers

Syntax

\numbers{...}
{...} text

Description

Wrapper around the TeX primitive \number, with some trickery to make sure that an explicit \space will not get gobbled. Useful when programming page numbers and the like.

Example

\def\greeting{Hello}

\tex{number}: \number 8\space\greeting \crlf
\tex{numbers}: \numbers 8\space\greeting

gives

Help from ConTeXt-Mailinglist/Forum

All issues with: