Command/emptylines

Unofficial ConTeXt Wiki mirror

Last modified: 2021-11-16

Summary

The command \emptylines inserts empty lines

Settings

\emptylines[...]
[...] number

Option Explanation
number number of lines to insert (default 3)

Description

Insert empty lines.

You can also use \blank[n*line] for this.

Examples

Example 1

  • \startcolumns[n=3]
        With non-empty lines\crlf
        asdf\crlf
        asdf\crlf
        asdf\crlf
        asdf
    \column
        With \tex{emptylines[2]}
        \emptylines[2]
        asdf\crlf
        asdf
    \column
        With \tex{blank[2*line]}
        \blank[2*line]
        asdf\crlf
        asdf
    \stopcolumns
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: