Open main menu

Changes

2,225 bytes added ,  14:07, 14 September 2023
Created page with "Documentation for \startparagraphs ... \stopparagraphs"
<cd:commandgroup name="paragraphs" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc><!-- a short command summary goes here -->
The environment <tt>\startparagraphs ... \stopparagraphs</tt> is used for side by side material
</cd:shortdesc>
<cd:variants>
<cd:command category="tables" file="tabl-mis.mkiv" interfacedate="2020-06-19T13:41" interfacefile="i-paragraphs.xml" level="document" name="paragraphs" type="environment" variantnumber="1">
<cd:arguments>
<cd:keywords ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:name"></cd:constant>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:variants>
<cd:description>Start a block of side-by-side paragraphs. The environment must be previously defined using {{cmd|defineparagraphs}}
</cd:description>
<cd:examples><cd:example title=""><context source="yes" text="results in">
\setuppapersize[A6,landscape]
\defineparagraphs[EnglishFrisian][n=2]

\starttext
Opening stanzas of Adriaan Terpstra's Frisian translation of \quote{Jabberwocky}.

\startparagraphs[EnglishFrisian]
\bf{English}
\nextEnglishFrisian
\bf{Frisian}
\stopparagraphs

\startparagraphs[EnglishFrisian]
\obeylines
'Twas brillig, and the slithy toves
Did gyre and gimble in the wabe;
All mimsy were the borogoves,
And the mome raths outgrabe.
\nextEnglishFrisian
\obeylines
't Is neazich en sa bjusterbaerlik
n\'edich wolle hja nei 't h\'uske ta.
Op syk nei smoek en h\'uslik.
De earrebarren sykje fan komsa.
\stopparagraphs

\startparagraphs[EnglishFrisian]
\obeylines
Beware the Jabberwock, my son!
The jaws that bite, the claws that catch!
Beware the Jubjub bird, and shun
The frumious Bandersnatch!
\nextEnglishFrisian
\obeylines
Tink om 'e wauwelwyk myn bern,
sa wyld fan klau en wreed.
De tsjoep tsjoep mesk is sa forlen,
en skopt jimm' foar de reet.
\stopparagraphs
\stoptext
</context></cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:source file="tabl-mis.mkiv" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Tables"></cd:wikipage></cd:seealso>
</cd:commandgroup>