Open main menu

Changes

1,366 bytes added ,  08:46, 17 November 2021
Created page with "Documentation for \godown"
<cd:commandgroup name="godown" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The command <tt>\godown</tt> is used to move vertically.
</cd:shortdesc>
<cd:variants>
<cd:command category="whitespace" file="spac-ver.mkiv" interfacedate="2019-11-19T09:54" interfacefile="i-vspace.xml" level="document" name="godown" variantnumber="1">
<cd:arguments>
<cd:keywords ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:dimension"></cd:constant>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:variants>
<cd:description>Skipping more than one vertical space is done with <tt>\godown</tt>.

This is like {{cmd|blank}}, but with an explicit dimension.</cd:description>
<cd:examples><cd:example title=""><context source="yes">
\setuppapersize[A8,landscape]
\starttext
some text
\godown[2cm]
some more text
\stoptext
</context></cd:example><cd:example title=""><context source="yes">
\setuppapersize[A8,landscape]
\starttext
\hbox{}
You can also go up:
\godown[2cm]
some text
\godown[-2cm]
some more text
\stoptext
</context></cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:source file="spac-ver.mkiv" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Whitespace"></cd:wikipage>
<cd:commandref name="blank"></cd:commandref></cd:seealso>
</cd:commandgroup>