Command/vskip

From Wiki
< Command
Revision as of 12:18, 10 June 2020 by Garulfo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax (autogenerated)


Description

The TeX \vskip command injects vertical space into a document, but should be avoided in ConTeXt code.

The \blank subsystem can deal with many spacing-related issues that \vskip cannot address. The command retains information about what happened before (and might happen next); bare \vskips interfere with this mechanism.

Consequently, spacing problems related to \vskip are likely resolved by using \blank.

See Also

Use \blank.