Difference between revisions of "Command/vskip"

From Wiki
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
 +
<syntax>vskip</syntax>
 +
 +
 
== Description ==
 
== Description ==
  
Avoid using {{cmd|vskip}} in ConTeXt.
+
The TeX {{cmd|vskip}} command injects vertical space into a document, but should be avoided in ConTeXt code.
  
 
The {{cmd|blank}} subsystem can deal with many spacing-related issues that {{cmd|vskip}} cannot address. The command retains information about what happened before (and might happen next); bare {{cmd|vskip}}s interfere with this mechanism.
 
The {{cmd|blank}} subsystem can deal with many spacing-related issues that {{cmd|vskip}} cannot address. The command retains information about what happened before (and might happen next); bare {{cmd|vskip}}s interfere with this mechanism.
  
Consequently problems related to {{cmd|vskip}} are likely resolved by using {{cmd|blank}}.
+
Consequently, spacing problems related to {{cmd|vskip}} are likely resolved by using {{cmd|blank}}.
  
 
== See Also ==
 
== See Also ==
  
 
Use {{cmd|blank}}.
 
Use {{cmd|blank}}.
 +
 +
[[Category:Command/Paragraphs|blank]]
 +
[[Category:Command/Whitespace|blank]]

Latest revision as of 12:18, 10 June 2020

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.