ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Xan <dxpublica@telefonica.net>
To: ntg-context@ntg.nl
Subject: Up the contents of table
Date: Wed, 04 Mar 2009 22:31:52 +0100	[thread overview]
Message-ID: <49AEF348.6080200@telefonica.net> (raw)

Hi,

Is there any way of "upping" the contents of a table?
I have this example:

\startframedtext[background=screen,frame=off,width=broad]

\startalignment[center]
{\ssbf Com s'identifica una funció mitjançant la seva representació 
gràfica?}
\stopalignment

\placetable[here,none]
[taula]
{ }
{
\starttable[|l|xw(4.5cm)p(4.5cm)|l]
\HL
\NC
% Una relació que no és funció 1
\starttikzpicture[scale=0.8]
    \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9);
    \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$};
    \draw[->] (0,-1.2) -- (0,4.2) node[above] {$y$};

    \path
    coordinate (start) at (0,4)
    coordinate (c1) at +(5,3)
    coordinate (c2) at +(5,1.75)
    coordinate (slut) at (2.7,.5)
    coordinate (top) at (4.2,2);

    \draw[color=red,important line] (start) .. controls (c1) and (c2) .. 
(slut);
\stoptikzpicture
\NC
Si algun valor de $x$ li correspon més d'un valor de $y$, aleshores la 
gràfica no correspon a una funció. Sinó sí que correspon a una funció.
\NC
% Una relació que no és funció 1
\starttikzpicture[scale=0.8]
    \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9);
    \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$};
    \draw[->] (0,-1.2) -- (0,4.2) node[above] {$y$};

    \path
    coordinate (start) at (0,4)
    coordinate (c1) at +(5,3)
    coordinate (c2) at +(5,1.75)
    coordinate (slut) at (2.7,.5)
    coordinate (top) at (4.2,2);

    \draw[color=red,important line] (start) .. controls (c1) and (c2) .. 
(slut);

\stoptikzpicture
\LR
\HL
\stoptable}
\stopframedtext



and the text is bottom the table.

Thanks in advance,
Xan.

PS: Please, CCme.
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2009-03-04 21:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-04 21:31 Xan [this message]
2009-03-04 23:51 ` Wolfgang Schuster
     [not found]   ` <49AF88B4.1070409@telefonica.net>
2009-03-05 10:47     ` Wolfgang Schuster
2009-03-05 15:13       ` Xan
2009-03-05 15:30         ` Xan
     [not found]           ` <5BF5CA71-2A89-4EA6-8153-DEE48717F325@gmail.com>
     [not found]             ` <49AFF64C.4060502@telefonica.net>
     [not found]               ` <F59A051B-268E-4480-8B95-65F7CE69C4AC@gmail.com>
2009-03-05 16:14                 ` Xan
2009-03-05 18:12           ` Willi Egger
2009-03-05 18:24             ` Xan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49AEF348.6080200@telefonica.net \
    --to=dxpublica@telefonica.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).