ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Flowfram-like behavior?
@ 2011-07-06 13:31 Peter Davis
  2011-07-06 13:34 ` luigi scarso
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Davis @ 2011-07-06 13:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 822 bytes --]

Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
mean the ability to define a set of "frames" or boxes, possibly several on a
page or across a series of pages, and have the text automatically flow from
one box to another in a prescribed order?

I'm interested in doing InDesign-like layouts, which might have multiple
"stories", each of which can flow across multiple frames on multiple pages.
Using flowfram with LaTeX comes pretty close (though only one story can flow
from frame to frame), but there are conflicts with the longtable package and
potentially others.  I figured since one of the goals of ConTeXt (as I
understand it) was to avoid inter-package conflicts, perhaps this would
offer a better solution.

Thank you.

-pd


-- 
----
The Tech Curmudgeon
http://www.techcurmudgeon.com

[-- Attachment #1.2: Type: text/html, Size: 1131 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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] 6+ messages in thread

* Re: Flowfram-like behavior?
  2011-07-06 13:31 Flowfram-like behavior? Peter Davis
@ 2011-07-06 13:34 ` luigi scarso
  2011-07-06 16:02   ` luigi scarso
  2011-07-06 13:52 ` Henning Hraban Ramm
  2011-07-06 15:22 ` Hans Hagen
  2 siblings, 1 reply; 6+ messages in thread
From: luigi scarso @ 2011-07-06 13:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jul 6, 2011 at 3:31 PM, Peter Davis <pfd@pfdstudio.com> wrote:
> Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
> mean the ability to define a set of "frames" or boxes, possibly several on a
> page or across a series of pages, and have the text automatically flow from
> one box to another in a prescribed order?
>
> I'm interested in doing InDesign-like layouts, which might have multiple
> "stories", each of which can flow across multiple frames on multiple pages.
> Using flowfram with LaTeX comes pretty close (though only one story can flow
> from frame to frame), but there are conflicts with the longtable package and
> potentially others.  I figured since one of the goals of ConTeXt (as I
> understand it) was to avoid inter-package conflicts, perhaps this would
> offer a better solution.
>
> Thank you.
Did you seen metafun.pdf ?

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

* Re: Flowfram-like behavior?
  2011-07-06 13:31 Flowfram-like behavior? Peter Davis
  2011-07-06 13:34 ` luigi scarso
@ 2011-07-06 13:52 ` Henning Hraban Ramm
  2011-07-06 15:22 ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Henning Hraban Ramm @ 2011-07-06 13:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 2011-07-06 um 15:31 schrieb Peter Davis:

> Is there a way to get behavior like flowfram using ConTeXt?   
> Specifically, I mean the ability to define a set of "frames" or  
> boxes, possibly several on a page or across a series of pages, and  
> have the text automatically flow from one box to another in a  
> prescribed order?
>
> I'm interested in doing InDesign-like layouts, which might have  
> multiple "stories", each of which can flow across multiple frames on  
> multiple pages.  Using flowfram with LaTeX comes pretty close  
> (though only one story can flow from frame to frame), but there are  
> conflicts with the longtable package and potentially others.  I  
> figured since one of the goals of ConTeXt (as I understand it) was  
> to avoid inter-package conflicts, perhaps this would offer a better  
> solution.

Asking after some behaviour "like this LaTeX package" makes not much  
sense on this list, but since you explain what you mean... ;-)

Try "flows" in column sets, see the columns manual (http://www.pragma-ade.com/general/manuals/columns.pdf 
).
(Never tried it myself, so can't help you further.)



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

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

* Re: Flowfram-like behavior?
  2011-07-06 13:31 Flowfram-like behavior? Peter Davis
  2011-07-06 13:34 ` luigi scarso
  2011-07-06 13:52 ` Henning Hraban Ramm
@ 2011-07-06 15:22 ` Hans Hagen
  2011-07-06 15:54   ` Peter Davis
  2 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2011-07-06 15:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Davis

On 6-7-2011 3:31, Peter Davis wrote:
> Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
> mean the ability to define a set of "frames" or boxes, possibly several on a
> page or across a series of pages, and have the text automatically flow from
> one box to another in a prescribed order?
>
> I'm interested in doing InDesign-like layouts, which might have multiple
> "stories", each of which can flow across multiple frames on multiple pages.
> Using flowfram with LaTeX comes pretty close (though only one story can flow
> from frame to frame), but there are conflicts with the longtable package and
> potentially others.  I figured since one of the goals of ConTeXt (as I
> understand it) was to avoid inter-package conflicts, perhaps this would
> offer a better solution.

I'm on and off working on streams which sort of do what you want, but 
it's not yet good enough as it's mostly geared at parallel text.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Flowfram-like behavior?
  2011-07-06 15:22 ` Hans Hagen
@ 2011-07-06 15:54   ` Peter Davis
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Davis @ 2011-07-06 15:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1255 bytes --]

On Wed, Jul 6, 2011 at 11:22 AM, Hans Hagen <pragma@wxs.nl> wrote:

> On 6-7-2011 3:31, Peter Davis wrote:
>
>> Is there a way to get behavior like flowfram using ConTeXt?  Specifically,
>> I
>> mean the ability to define a set of "frames" or boxes, possibly several on
>> a
>> page or across a series of pages, and have the text automatically flow
>> from
>> one box to another in a prescribed order?
>>
>> I'm interested in doing InDesign-like layouts, which might have multiple
>> "stories", each of which can flow across multiple frames on multiple
>> pages.
>> Using flowfram with LaTeX comes pretty close (though only one story can
>> flow
>> from frame to frame), but there are conflicts with the longtable package
>> and
>> potentially others.  I figured since one of the goals of ConTeXt (as I
>> understand it) was to avoid inter-package conflicts, perhaps this would
>> offer a better solution.
>>
>
> I'm on and off working on streams which sort of do what you want, but it's
> not yet good enough as it's mostly geared at parallel text.
>
>

Sounds interesting.  I'm looking forward to hearing more about it.  Sounds
like I should stick with flowfram for now though.

Thanks!

-pd


-- 
----
The Tech Curmudgeon
http://www.techcurmudgeon.com

[-- Attachment #1.2: Type: text/html, Size: 1985 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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] 6+ messages in thread

* Re: Flowfram-like behavior?
  2011-07-06 13:34 ` luigi scarso
@ 2011-07-06 16:02   ` luigi scarso
  0 siblings, 0 replies; 6+ messages in thread
From: luigi scarso @ 2011-07-06 16:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jul 6, 2011 at 3:34 PM, luigi scarso <luigi.scarso@gmail.com> wrote:
> On Wed, Jul 6, 2011 at 3:31 PM, Peter Davis <pfd@pfdstudio.com> wrote:
>> Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
>> mean the ability to define a set of "frames" or boxes, possibly several on a
>> page or across a series of pages, and have the text automatically flow from
>> one box to another in a prescribed order?
>>
>> I'm interested in doing InDesign-like layouts, which might have multiple
>> "stories", each of which can flow across multiple frames on multiple pages.
>> Using flowfram with LaTeX comes pretty close (though only one story can flow
>> from frame to frame), but there are conflicts with the longtable package and
>> potentially others.  I figured since one of the goals of ConTeXt (as I
>> understand it) was to avoid inter-package conflicts, perhaps this would
>> offer a better solution.
>>
>> Thank you.
> Did you seen metafun.pdf ?
also

http://pragma-ade.nl/general/magazines/mag-0010.pdf

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

end of thread, other threads:[~2011-07-06 16:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-06 13:31 Flowfram-like behavior? Peter Davis
2011-07-06 13:34 ` luigi scarso
2011-07-06 16:02   ` luigi scarso
2011-07-06 13:52 ` Henning Hraban Ramm
2011-07-06 15:22 ` Hans Hagen
2011-07-06 15:54   ` Peter Davis

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