Command/emptylines

From Wiki
Jump to navigation Jump to search


\emptylines

Summary

The command \emptylines inserts empty lines

Settings

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

OptionExplanation
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: