Command/emptylines

From Wiki
< Command
Revision as of 13:52, 16 November 2021 by Taco (talk | contribs) (Created page with "Documentation for \emptylines")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: