Open main menu

Changes

1,357 bytes added ,  13:52, 16 November 2021
Created page with "Documentation for \emptylines"
<cd:commandgroup name="emptylines" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The command <tt>\emptylines</tt> inserts empty lines
</cd:shortdesc>
<cd:variants>
<cd:command category="whitespace" file="spac-lin.mkiv" interfacedate="2020-07-14T09:24" interfacefile="i-lines.xml" level="document" name="emptylines" variantnumber="1">
<cd:arguments>
<cd:keywords optional="yes" ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:number">number of lines to insert (default 3)</cd:constant>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:variants>
<cd:description>Insert empty lines.

You can also use {{cmd|blank}}<code>[n*line]</code> for this.

</cd:description>
<cd:examples><cd:example title=""><context source='yes'>
\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
</context></cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:source file="spac-lin.mkiv" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Whitespace"></cd:wikipage>
<cd:commandref name="blank"></cd:commandref></cd:seealso>
</cd:commandgroup>