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: Line wrapping inconsistency with tolerance, alignment and framed
Date: Thu, 18 Jun 2015 17:04:33 +0200	[thread overview]
Message-ID: <5582DE01.3030406@gmail.com> (raw)
In-Reply-To: <CAO8LnPGNN-hkppSVBmN__5hE-8S-AW1ot=+RPpOfXW4CWmnKEg@mail.gmail.com>


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

> Christoph Reller <mailto:christoph.reller@gmail.com>
> 18. Juni 2015 16:25
> Hi,
>
> I have an (admittedly carefully crafted) example, see below. My question:
> Why is the line wrapping different for this case within a framed and 
> outside of a framed?
> How can I control the amount of space left on a line before breaking 
> the line within and without a framed consistently?
>
> Any insight is welcome.
>
> Christoph
>
> MWE:
>
> \setuptolerance[horizontal,stretch,verytolerant]
> \defineframed[myframe][align=flushleft,frame=off,offset=0pt]
>
> \starttext
>
> \def\super{supercalifragilisticexpialidoc}
> \startalignment[flushleft]
>   \unhyphenated{\super\ + \super\ + \super\ + \super}
> \stopalignment
>
> \myframe{\unhyphenated{\super\ + \super\ + \super\ + \super}}
>
> \stoptext
The frame resets the tolerance settings and you have to set the values 
again for it.

   \defineframed[myframe][align={flushleft,stretch,verytolerant},offset=0pt]


BTW: You can also disable hyphentation with the “nothyphenated” keyword 
for \setupalign (and the align key).

\starttext

\startalignment[flushleft,stretch,verytolerant,nothyphenated]
   supercalifragilisticexpialidoc + supercalifragilisticexpialidoc +
   supercalifragilisticexpialidoc + supercalifragilisticexpialidoc
\stopalignment

\startframed[align={flushleft,stretch,verytolerant,nothyphenated}]
   supercalifragilisticexpialidoc + supercalifragilisticexpialidoc +
   supercalifragilisticexpialidoc + supercalifragilisticexpialidoc
\stopframed

\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 2981 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
___________________________________________________________________________________

  reply	other threads:[~2015-06-18 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 14:25 Christoph Reller
2015-06-18 15:04 ` Wolfgang Schuster [this message]
2015-07-24 12:21 ` Hans Hagen
     [not found] <mailman.1.1434708001.30365.ntg-context@ntg.nl>
2015-06-19 14:37 ` Christoph Reller

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=5582DE01.3030406@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).