ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Up the contents of table
@ 2009-03-04 21:31 Xan
  2009-03-04 23:51 ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Xan @ 2009-03-04 21:31 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-03-05 18:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-04 21:31 Up the contents of table Xan
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

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).