ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: setting columns in a text frame.
Date: Sun, 22 Mar 2015 20:35:05 +0100	[thread overview]
Message-ID: <EE8B885B-8C09-44C8-A617-3403704DCB03@gmail.com> (raw)
In-Reply-To: <20150322103436.11cd9679@localb.wexfordpress.net>


> Am 22.03.2015 um 15:34 schrieb John Culleton <john@wexfordpress.com>:
> 
> I am attempting to emulate a layout of a
> customer's book that was set in InDesign.
> I have columns inside a \textframe inside an
> \intermezzo. I can't get the columns to break.
> I get one long column and the seocnd column is
> blank.
> here is my code:
> ---------------------------------------
> \setupframed[framecorner=round, frameradius=1em,
> background=screen, backgroundscreen=0.70,
> backgroundcorner=round, backgroundradius=1em,
> corner=round, radius=1em] \starttext
> \placeintermezzo[center,none]{}
> \starttext
> \startframedtext[] [width=\hsize]
> \centerline{\ss\tfb  Interest in Green, Organic,
> and Local Foods Is Exploding}
> \definecolumns[example][n=2]
> \startcolumns[example] Organic foods, locally
> sourced foods, and sustainable living or "green"
> enterprises have become part of our mainstream
> lifestyles. Organic foods are produced without
> the use of conventional pesticides, artificial
> fertilizers, human waste, or sewage sludge and
> are processed without ionizing radiation or food
> additives. There is a growing belief that eating
> \column organic is better for our bodies and
> better for the planet. Green food producers and
> processors are becoming increasingly
> environmentally friendly. More importantly, data
> suggest that these markets have exceeded 60
> percent in compound annual growth. This suggests
> a significant demand that specialty food
> entrepreneurs can meet. \stopcolumns
> \stopframedtext \stoptext
> 
> Is this combination of features a bridge too far?

\starttext

\startframedtext[width=max]
	\startmixedcolumns[boxedcolumns]
	\input knuth
	\stopmixedcolumns
\stopframedtext

\stoptext

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
___________________________________________________________________________________

      reply	other threads:[~2015-03-22 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-22 14:34 John Culleton
2015-03-22 19:35 ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EE8B885B-8C09-44C8-A617-3403704DCB03@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).