Command/definevspacing
Jump to navigation
Jump to search
Contents
\definevspacing
Summary
Settings
\definevspacing[...][...] | |
[...] | name |
[...] | inherits from \vspacing |
Option | Explanation |
---|---|
new keyword to be defined | |
a combination of existing keywords |
Description
This command allows you to define new keywords for \vspacing (aka \blank) by using (or combining) existing options.
Examples
Example 1
\defineblank [huge] [3cm] \starttext Hello \blank[huge] world! \blank[2*huge] How are you? \stoptext
