ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Space between the main items
@ 2016-06-04  8:26 Fabrice Couvreur
  0 siblings, 0 replies; only message in thread
From: Fabrice Couvreur @ 2016-06-04  8:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2052 bytes --]

Hello everyone,
How to insert more vertical space between the main items in the following
code ?


\def\point#1#2{$\bigl(#1\,;#2\bigr)$}

\def\vector#1{\vec{#1}}

\definemathmatrix
  [pmatrix]
  [left={\left(\,},right={\,\right)}]

\starttext


\startitemize[n][stopper={.},style=bold,color=darkred]

\item Les coordonnées du vecteur \math{\vector{AB}} sont :

\blank[formula]

\startitemize[a,columns,joinedup,pack,1*broad,four]
             [stopper={.},style=bold,color=darkred]

\item \math{\startpmatrix 2 \NR 1\NR  \stoppmatrix}

\item \math{\startpmatrix -2 \NR 2\NR  \stoppmatrix}

\item \math{\startpmatrix 3 \NR -3 \NR  \stoppmatrix}

\item \math{\startpmatrix -3 \NR 3 \NR  \stoppmatrix}

\stopitemize

\blank[formula]

\item Les coordonnées du vecteur \math{\vector{CD}} sont :

\blank[formula]

\startitemize[a,columns,joinedup,pack,1*broad,four]
             [stopper={.},style=bold,color=darkred]

\item \math{\startpmatrix -2 \NR 3 \NR  \stoppmatrix}

\item \math{\startpmatrix 1  \NR 5 \NR  \stoppmatrix}

\item \math{\startpmatrix 0  \NR 5 \NR  \stoppmatrix}

\item \math{\startpmatrix 5  \NR 0 \NR  \stoppmatrix}

\stopitemize

\blank[formula]

\item Les coordonnées du vecteur \math{\vector{p}=\vector{AC}+\vector{FE}}
sont :

\blank[formula]

\startitemize[a,columns,joinedup,pack,1*broad,four]
             [stopper={.},style=bold,color=darkred]

\item \math{\startpmatrix 3 \NR 3 \NR  \stoppmatrix}

\item \math{\startpmatrix -3  \NR 3 \NR  \stoppmatrix}

\item \math{\startpmatrix 3  \NR -3 \NR  \stoppmatrix}

\item \math{\startpmatrix -3  \NR -3 \NR  \stoppmatrix}

\stopitemize

\blank[formula]

\item Les coordonnées du point \math{G} tel que
\math{\vector{BG}=\vector{FA}} sont :

\blank[formula]

\startitemize[a,columns,joinedup,pack,1*broad,four]
             [stopper={.},style=bold,color=darkred]

\item \point{1}{3}

\item \point{3}{2}

\item \point{2}{3}

\item \point{1}{-4}

\stopitemize

\stopitemize

\stoptext

[-- Attachment #1.2: Type: text/html, Size: 2533 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-04  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-04  8:26 Space between the main items Fabrice Couvreur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).