Difference between revisions of "Command/vskip"

From Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
== Description ==
 
== Description ==
 +
 +
The TeX {{cmd|vskip}} command injects vertical space into a document.
  
 
Avoid using {{cmd|vskip}} in ConTeXt.
 
Avoid using {{cmd|vskip}} in ConTeXt.

Revision as of 17:59, 24 February 2014

Description

The TeX \vskip command injects vertical space into a document.

Avoid using \vskip in ConTeXt.

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.