ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Drawing a diagram
       [not found] <mailman.1705.1276518449.4277.ntg-context@ntg.nl>
@ 2010-06-14 12:33 ` Vyatcheslav Yatskovsky
  2010-06-14 13:18 ` Table head Vyatcheslav Yatskovsky
  1 sibling, 0 replies; 7+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 12:33 UTC (permalink / raw)
  To: ntg-context

On 14.06.2010 15:27, ntg-context-request@ntg.nl wrote:
> That actual picture was drawn with the flowchart module.
>
> http://wiki.contextgarden.net/Flow_Charts
Thank you, Taco.

I cannot find one thing about charts: is it possible to offset and 
enlarge just one chart symbol?

Specifically, I need "My main discipline" to occupy four cells in the 
center, or just be shifted...

\usemodule[chart]
\starttext
\setupFLOWcharts
[option=test,
nx=5,
ny=4,
dx=1\bodyfontsize,
dy=1\bodyfontsize,
width=12\bodyfontsize,
height=7\bodyfontsize,
maxwidth=\textwidth]

\startFLOWchart [grid]
\startFLOWcell
	\shape {5}
	\location {2,1}
	\text {Higher mathematics}
\stopFLOWcell	
\startFLOWcell
	\shape {5}
	\location {2,2}
	\text {My main discipline}
\stopFLOWcell	
\stopFLOWchart

\FLOWchart[grid]
\stoptext

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
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] 7+ messages in thread

* Table head
       [not found] <mailman.1705.1276518449.4277.ntg-context@ntg.nl>
  2010-06-14 12:33 ` Drawing a diagram Vyatcheslav Yatskovsky
@ 2010-06-14 13:18 ` Vyatcheslav Yatskovsky
  2010-06-14 13:28   ` Wolfgang Schuster
  1 sibling, 1 reply; 7+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 13:18 UTC (permalink / raw)
  To: ntg-context

Hi again,

I'm prolific today ) Please, advise how to add Table head. Now I 
simulate it with

\startalignment[left] Table 1 \stopalignment
\bTABLE...

Vyatheslav
___________________________________________________________________________________
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] 7+ messages in thread

* Re: Table head
  2010-06-14 13:18 ` Table head Vyatcheslav Yatskovsky
@ 2010-06-14 13:28   ` Wolfgang Schuster
  2010-06-14 13:32     ` Vyatcheslav Yatskovsky
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-06-14 13:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Vyatcheslav Yatskovsky

Am 14.06.10 15:18, schrieb Vyatcheslav Yatskovsky:
> Hi again,
>
> I'm prolific today ) Please, advise how to add Table head. Now I 
> simulate it with
>
> \startalignment[left] Table 1 \stopalignment
> \bTABLE...

\setupcaption[table][align=left] % align=flushleft?

\placetable
   {Caption}
   {\bTABLE...\eTABLE}

Wolfgang

___________________________________________________________________________________
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] 7+ messages in thread

* Re: Table head
  2010-06-14 13:28   ` Wolfgang Schuster
@ 2010-06-14 13:32     ` Vyatcheslav Yatskovsky
  2010-06-14 13:36       ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 13:32 UTC (permalink / raw)
  To: Wolfgang Schuster, ntg-context

On 14.06.2010 16:28, Wolfgang Schuster wrote:
> \setupcaption[table][align=left] % align=flushleft?
>
> \placetable
>    {Caption}
>    {\bTABLE...\eTABLE}

  Thank you, but then table is not splitted across pages.

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
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] 7+ messages in thread

* Re: Table head
  2010-06-14 13:32     ` Vyatcheslav Yatskovsky
@ 2010-06-14 13:36       ` Wolfgang Schuster
  2010-06-14 13:38         ` Vyatcheslav Yatskovsky
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-06-14 13:36 UTC (permalink / raw)
  To: Vyatcheslav Yatskovsky; +Cc: ntg-context

Am 14.06.10 15:32, schrieb Vyatcheslav Yatskovsky:
> On 14.06.2010 16:28, Wolfgang Schuster wrote:
>> \setupcaption[table][align=left] % align=flushleft?
>>
>> \placetable
>>    {Caption}
>>    {\bTABLE...\eTABLE}
>
>  Thank you, but then table is not splitted across pages.

\placetable
   [split]
   {Caption}
   {\bTABLE...\eTABLE}

Wolfgang

___________________________________________________________________________________
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] 7+ messages in thread

* Re: Table head
  2010-06-14 13:36       ` Wolfgang Schuster
@ 2010-06-14 13:38         ` Vyatcheslav Yatskovsky
  2010-06-14 13:42           ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 13:38 UTC (permalink / raw)
  To: Wolfgang Schuster, ntg-context

On 14.06.2010 16:36, Wolfgang Schuster wrote:
> Am 14.06.10 15:32, schrieb Vyatcheslav Yatskovsky:
>> On 14.06.2010 16:28, Wolfgang Schuster wrote:
>>> \setupcaption[table][align=left] % align=flushleft?
>>>
>>> \placetable
>>> {Caption}
>>> {\bTABLE...\eTABLE}
>>
>> Thank you, but then table is not splitted across pages.
>
> \placetable
> [split]
> {Caption}
> {\bTABLE...\eTABLE}
>
> Wolfgang
>

Thank you again, but is there a way for the caption to appear ABOVE the 
table?

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
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] 7+ messages in thread

* Re: Table head
  2010-06-14 13:38         ` Vyatcheslav Yatskovsky
@ 2010-06-14 13:42           ` Wolfgang Schuster
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2010-06-14 13:42 UTC (permalink / raw)
  To: Vyatcheslav Yatskovsky; +Cc: ntg-context

Am 14.06.10 15:38, schrieb Vyatcheslav Yatskovsky:
> Thank you again, but is there a way for the caption to appear ABOVE 
> the table?

\setupcaption[table][location=top]

Wolfgang

___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2010-06-14 13:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1705.1276518449.4277.ntg-context@ntg.nl>
2010-06-14 12:33 ` Drawing a diagram Vyatcheslav Yatskovsky
2010-06-14 13:18 ` Table head Vyatcheslav Yatskovsky
2010-06-14 13:28   ` Wolfgang Schuster
2010-06-14 13:32     ` Vyatcheslav Yatskovsky
2010-06-14 13:36       ` Wolfgang Schuster
2010-06-14 13:38         ` Vyatcheslav Yatskovsky
2010-06-14 13:42           ` Wolfgang Schuster

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