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

* Re: Table head
  2010-06-14 13:38         ` Vyatcheslav Yatskovsky
@ 2010-06-14 13:42           ` Wolfgang Schuster
  0 siblings, 0 replies; 13+ 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] 13+ messages in thread

* Re: Drawing a diagram
  2010-06-15  6:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2010-06-15  6:30         ` Taco Hoekwater
  0 siblings, 0 replies; 13+ messages in thread
From: Taco Hoekwater @ 2010-06-15  6:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> Hello,
> 
> sorry for probably a silly question, but - how to get to e.g. 
> "http://wiki.contextgarden.net/Flow_Charts" from the 
> "http://wiki.contextgarden.net"?
> 
> I really cannot find the link which leads to 
> "http://wiki.contextgarden.net/Flow_Charts", even if I listed all 
> hyperlinks from "http://wiki.contextgarden.net".
> 
> Maybe a "site map" at http://wiki.contextgarden.net would be useful - 
> but maybe I'm the only who suffers by inability to find the right link.

The wiki has 1052 article pages, so a site map would not help a lot
either. The best approach is to key in some keyword about what you
want to know in the search box on the left.

Now, you would not have known to search for 'Flow charts', but
searching for 'graphics' returns the 'Graphics' page , and this
has a link to 'Flow Charts'.

Best wishes,
Taco


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

* Re: Drawing a diagram
  2010-06-14 11:48     ` Taco Hoekwater
@ 2010-06-15  6:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
  2010-06-15  6:30         ` Taco Hoekwater
  0 siblings, 1 reply; 13+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2010-06-15  6:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

sorry for probably a silly question, but - how to get to e.g. "http://wiki.contextgarden.net/Flow_Charts" from the "http://wiki.contextgarden.net"?

I really cannot find the link which leads to "http://wiki.contextgarden.net/Flow_Charts", even if I listed all hyperlinks from "http://wiki.contextgarden.net".

Maybe a "site map" at http://wiki.contextgarden.net would be useful - but maybe I'm the only who suffers by inability to find the right link.

Lukas


On Mon, 14 Jun 2010 13:48:00 +0200, Taco Hoekwater <taco@elvenkind.com> wrote:

> luigi scarso wrote:
>> On Mon, Jun 14, 2010 at 1:22 PM, Vyatcheslav Yatskovsky
>> <yatskovsky@gmail.com> wrote:
>>> Sorry for flooding the list, but what package I can use draw a picture like
>>> this (attached).
>
> That actual picture was drawn with the flowchart module.
>
>   http://wiki.contextgarden.net/Flow_Charts
>
> Best wishes,
> Taco
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

* Re: Drawing a diagram
  2010-06-14 11:27   ` luigi scarso
  2010-06-14 11:48     ` Taco Hoekwater
@ 2010-06-14 11:58     ` luigi scarso
  1 sibling, 0 replies; 13+ messages in thread
From: luigi scarso @ 2010-06-14 11:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 14, 2010 at 1:27 PM, luigi scarso <luigi.scarso@gmail.com> wrote:
    0)  Flow_Charts (cfr. http://wiki.contextgarden.net/Flow_Charts)
> 1) metafun  (context mkii or mkiv, texlive & minimals)
> 2) tikz (latex, context mkii, texlive)
> 3) asymptote (latex, texlive )


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

* Re: Drawing a diagram
  2010-06-14 11:27   ` luigi scarso
@ 2010-06-14 11:48     ` Taco Hoekwater
  2010-06-15  6:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
  2010-06-14 11:58     ` luigi scarso
  1 sibling, 1 reply; 13+ messages in thread
From: Taco Hoekwater @ 2010-06-14 11:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso wrote:
> On Mon, Jun 14, 2010 at 1:22 PM, Vyatcheslav Yatskovsky
> <yatskovsky@gmail.com> wrote:
>> Sorry for flooding the list, but what package I can use draw a picture like
>> this (attached).

That actual picture was drawn with the flowchart module.

  http://wiki.contextgarden.net/Flow_Charts

Best wishes,
Taco
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Drawing a diagram
  2010-06-14 11:22 ` Drawing a diagram Vyatcheslav Yatskovsky
@ 2010-06-14 11:27   ` luigi scarso
  2010-06-14 11:48     ` Taco Hoekwater
  2010-06-14 11:58     ` luigi scarso
  0 siblings, 2 replies; 13+ messages in thread
From: luigi scarso @ 2010-06-14 11:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 14, 2010 at 1:22 PM, Vyatcheslav Yatskovsky
<yatskovsky@gmail.com> wrote:
> Sorry for flooding the list, but what package I can use draw a picture like
> this (attached).

1) metafun  (context mkii or mkiv, texlive & minimals)
2) tikz (latex, context mkii, texlive)
3) asymptote (latex, texlive )

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

* Drawing a diagram
       [not found] <mailman.1702.1276514035.4277.ntg-context@ntg.nl>
@ 2010-06-14 11:22 ` Vyatcheslav Yatskovsky
  2010-06-14 11:27   ` luigi scarso
  0 siblings, 1 reply; 13+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 11:22 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

Sorry for flooding the list, but what package I can use draw a picture 
like this (attached).

Thanks,
Vyatcheslav

[-- Attachment #2: 2010-06-14_142133.png --]
[-- Type: image/png, Size: 5112 bytes --]

[-- Attachment #3: Type: text/plain, Size: 486 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] 13+ messages in thread

end of thread, other threads:[~2010-06-15  6:30 UTC | newest]

Thread overview: 13+ 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
     [not found] <mailman.1702.1276514035.4277.ntg-context@ntg.nl>
2010-06-14 11:22 ` Drawing a diagram Vyatcheslav Yatskovsky
2010-06-14 11:27   ` luigi scarso
2010-06-14 11:48     ` Taco Hoekwater
2010-06-15  6:24       ` Procházka Lukáš Ing. - Pontex s. r. o.
2010-06-15  6:30         ` Taco Hoekwater
2010-06-14 11:58     ` luigi scarso

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