ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: luigi scarso <luigi.scarso@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: ConTeXt swallows text
Date: Tue, 19 Jan 2010 21:17:45 +0100	[thread overview]
Message-ID: <fe8d59da1001191217t1a064781hee701e5524e1e5e8@mail.gmail.com> (raw)
In-Reply-To: <87hbqiosza.fsf@sopos.org>

On Tue, Jan 19, 2010 at 7:22 PM, Oliver Heins <olli@sopos.org> wrote:
> Hi,
>
> under certain circumstances, ConTeXt swallows text.  This happens with
> both MkII and MkIV and a fairly recent minimals distribution.
>
> | ConTeXt  ver: 2009.11.24 10:13 MKII  fmt: 2009.11.25  int: english/english
> | ConTeXt  ver: 2009.11.24 10:13 MKIV  fmt: 2009.11.25  int: english/english
>
> Sadly, I noticed not until the booklet was already printed.  (Actually,
> it was my customer who noticed.)  :-(
>
> Best regards,
>  olli
>
> % -----------------------------------
> \enableregime[utf-8]
> \setupbodyfont[ss,10pt]
> \setupinterlinespace[line=2.6ex]
>
> \setuppapersize[A4][A4]
> \setuplayout[backspace=2cm,width=middle,
>  offset=0mm,
>  topspace=0cm,height=middle,
>  location=middle,
> ]
> \setupcolors[state=start]
> \setuptolerance[tolerant,verytolerant]
>
> \definefloat[grafik]
> \setupcaption[grafik][number=no,location=bottom]
>
> \definecolumnset[ergebnisse][n=3]
> \definecolumnsetarea
> [title][left]
> [x=1,y=1,nx=6,ny=42,page=2,state=start]
>
> \starttext
>
> \startcolumnset[ergebnisse]
>
> \dorecurse{10}{\input tufte}
>
> \placegrafik[btlr]{none}{\externalfigure[foo][width=1.95\textwidth]}
>
> \subject{Victoria Beckham pregnant again!}
>
> Barack Obama is the father! Confronted with this fact, her husband
> David Beckham said\,\dots (Actually, this is a very important news the
> world should knew about!)
>
> \dorecurse{3}{\input tufte}
>
> \stopcolumnset
>
> \stoptext
> % -----------------------------------
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>

Why nx=6 and width=1.95\textwidth ?

What about this ?

\enableregime[utf-8]
\setupbodyfont[ss,10pt]
\setupinterlinespace[line=2.6ex]

\setuppapersize[A4][A4]
\setuplayout[backspace=2cm,width=middle,
 offset=0mm,
  topspace=0cm,height=middle,
   location=middle,
   ]
   \setupcolors[state=start]
   \setuptolerance[tolerant,verytolerant]

   \definefloat[grafik]
   \setupcaption[grafik][number=no,location=bottom]

   \definecolumnset[ergebnisse][n=3]
   \definecolumnsetarea
   [title][left]
   [x=1,y=1,nx=2,ny=42,page=2,state=start]

   \setupcolumnsetareatext[title][left][{\externalfigure[cow][width=1.95\textwidth]}]

   \starttext

   \startcolumnset[ergebnisse]

   \dorecurse{10}{\input tufte}

   %\placegrafik[btlr]{none}{\externalfigure[cow][width=1.95\textwidth]}

   \subject{foo fooo fooof oof fooo}

   \dorecurse{5}{\input tufte}

   \stopcolumnset

   \stoptext



-- 
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
___________________________________________________________________________________

  reply	other threads:[~2010-01-19 20:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-19 18:22 Oliver Heins
2010-01-19 20:17 ` luigi scarso [this message]
2010-01-19 21:05   ` Oliver Heins
2010-01-19 22:38     ` luigi scarso
2010-01-20  9:08       ` Oliver Heins
2010-01-20  9:50         ` luigi scarso
2010-01-20 10:06           ` Oliver Heins
2010-01-20 10:37             ` luigi scarso
2010-01-20 11:17               ` Oliver Heins
2010-01-20 11:59                 ` luigi scarso
2010-01-20 12:25         ` Hans Hagen
2010-01-20 12:53           ` Oliver Heins
2010-01-20 13:07             ` Hans Hagen
2010-01-20 13:16               ` luigi scarso
2010-01-20 13:40                 ` Oliver Heins
2010-01-20 13:36               ` Oliver Heins

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=fe8d59da1001191217t1a064781hee701e5524e1e5e8@mail.gmail.com \
    --to=luigi.scarso@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).