ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with flowchart in presentation layout
@ 2009-02-13 18:21 Cecil Westerhof
  2009-02-14 15:54 ` Wolfgang Schuster
  2009-02-14 19:56 ` Willi Egger
  0 siblings, 2 replies; 5+ messages in thread
From: Cecil Westerhof @ 2009-02-13 18:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

With flow.tex flow.pdf is generated. When generating again flow2.pdf
is generated. (And every time it is generated again, there are 8 more
blanco pages inserted.) When deleting the flowchart part in flow.tex,
flow3.pdf is generated. This looks okay. So there should be something
wrong with my flowchart code. But I do not see anything. What is going
wrong here?

Also, I would like to have the complete flowchart on my screen. Is
there a way to make the room between the shapes less?

-- 
Cecil Westerhof

[-- Attachment #2: flow.tex --]
[-- Type: application/x-tex, Size: 3957 bytes --]

[-- Attachment #3: flow.pdf --]
[-- Type: application/pdf, Size: 32004 bytes --]

[-- Attachment #4: flow2.pdf --]
[-- Type: application/pdf, Size: 33979 bytes --]

[-- Attachment #5: flow3.pdf --]
[-- Type: application/pdf, Size: 27002 bytes --]

[-- Attachment #6: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Problem with flowchart in presentation layout
  2009-02-13 18:21 Problem with flowchart in presentation layout Cecil Westerhof
@ 2009-02-14 15:54 ` Wolfgang Schuster
  2009-02-14 18:50   ` Cecil Westerhof
  2009-02-14 19:56 ` Willi Egger
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2009-02-14 15:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.02.2009 um 19:21 schrieb Cecil Westerhof:

> With flow.tex flow.pdf is generated. When generating again flow2.pdf
> is generated. (And every time it is generated again, there are 8 more
> blanco pages inserted.) When deleting the flowchart part in flow.tex,
> flow3.pdf is generated. This looks okay. So there should be something
> wrong with my flowchart code. But I do not see anything. What is going
> wrong here?

Don't use \startcolor[white] to change the color of the main text,
use \setupcolors[state=start,textcolor=white] instead.

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


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

* Re: Problem with flowchart in presentation layout
  2009-02-14 15:54 ` Wolfgang Schuster
@ 2009-02-14 18:50   ` Cecil Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Cecil Westerhof @ 2009-02-14 18:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2009/2/14 Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
>> With flow.tex flow.pdf is generated. When generating again flow2.pdf
>> is generated. (And every time it is generated again, there are 8 more
>> blanco pages inserted.) When deleting the flowchart part in flow.tex,
>> flow3.pdf is generated. This looks okay. So there should be something
>> wrong with my flowchart code. But I do not see anything. What is going
>> wrong here?
>
> Don't use \startcolor[white] to change the color of the main text,
> use \setupcolors[state=start,textcolor=white] instead.

That works. I got the code from
http://www.tug.org/pracjourn/2006-2/schmitz/. I'll notify him about
the problem. Strange that there is only a problem when using a
flowchart.

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

* Re: Problem with flowchart in presentation layout
  2009-02-13 18:21 Problem with flowchart in presentation layout Cecil Westerhof
  2009-02-14 15:54 ` Wolfgang Schuster
@ 2009-02-14 19:56 ` Willi Egger
  2009-02-15 18:24   ` Cecil Westerhof
  1 sibling, 1 reply; 5+ messages in thread
From: Willi Egger @ 2009-02-14 19:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi cecil,

there is a manual on charts at:

http://www.pragma-ade.nl/overview.htm

In your case you need to setup the flowchart and indicate the number  
of cells per x an y direction.
You can also manipulate the didstance between cells.
In case that you want to let the chart break over more pages call the  
flowchart with \FLOWcharts[...] instead of \FLOWchart[...]

\setupFLOWcharts[..,..=..,..]
option test
width dimension
height dimension
offset none overlay standard dimension
dx dimension
dy dimension
nx number
ny number
x number
y number
autofocus name
focus name
backgroundcolor name white


Willi

On Feb 13, 2009, at 7:21 PM, Cecil Westerhof wrote:

> <flow.tex>

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

* Re: Problem with flowchart in presentation layout
  2009-02-14 19:56 ` Willi Egger
@ 2009-02-15 18:24   ` Cecil Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Cecil Westerhof @ 2009-02-15 18:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

2009/2/14 Willi Egger <w.egger@boede.nl>:
> there is a manual on charts at:
>
> http://www.pragma-ade.nl/overview.htm
>
> In your case you need to setup the flowchart and indicate the number of
> cells per x an y direction.

I use now the attached file. But nx needs to be 3. Then I get
flow.pdf. But I would expect that it should be 1 (I am only using one
column.) But when using 2 I get flow2.pdf. Why is this?


> In case that you want to let the chart break over more pages call the
> flowchart with \FLOWcharts[...] instead of \FLOWchart[...]

In this case I want everuthing on one page.


> backgroundcolor name white

It is not possible to also set the ink color?

Also is it possible to get the text in the shape left-aligned?

I am using:
    \text{{\tfd S}ource}

Is there a smarter way? When I want to use \tfa or instead of a bigger
font an different colored font, I need to change it everywhere. (In
this case not a big problem, but still not very nice.)

-- 
Cecil Westerhof

[-- Attachment #2: flow.tex --]
[-- Type: application/x-tex, Size: 4475 bytes --]

[-- Attachment #3: flow.pdf --]
[-- Type: application/pdf, Size: 30002 bytes --]

[-- Attachment #4: flow2.pdf --]
[-- Type: application/pdf, Size: 30289 bytes --]

[-- Attachment #5: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-13 18:21 Problem with flowchart in presentation layout Cecil Westerhof
2009-02-14 15:54 ` Wolfgang Schuster
2009-02-14 18:50   ` Cecil Westerhof
2009-02-14 19:56 ` Willi Egger
2009-02-15 18:24   ` Cecil Westerhof

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