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: \stretched
Date: Thu, 5 Jul 2012 17:49:37 +0200	[thread overview]
Message-ID: <CAG5iGsAWPjd7=JmYekuX-dqa4wR-09SVL7cStQuoBfcRvm1otw@mail.gmail.com> (raw)
In-Reply-To: <D63146EF-9328-40D9-806B-AF0314B5983B@boede.nl>


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

On Thu, Jul 5, 2012 at 5:23 PM, Willi Egger <context@boede.nl> wrote:

> Hello!
>
> I just downloaded yesterday night's version of Context and tried the
> example provided. - What is wrong with the first line with the \hbox? This
> stretched text is as long as the second line and uses the whole text width.
> The third line has a width of 10cm as it seems.
>
>
\ruledhbox to 5cm{\stretched{to the limit}}
means that the box has 5cm, but \stretched must use some horizontal size
(i.e \hsize)
to stretch the text. The twos are different lengths: it doesn't make much
sense to strecth the text "to the limit" to its natural width (yes, it
makes sense --- stretched is nil)
try
\ruledhbox to 5cm{\stretched{to the limit}}
\ruledhbox to 5cm{\hsize=5cm\stretched{to the limit}}
\ruledhbox to 5cm{\hsize=0cm\stretched{to the limit}}
\ruledhbox{\stretched{to the limit}}
\ruledhbox{\stretched[width=10cm]{to the limit}}

-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1378 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:[~2012-07-05 15:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28  7:30 \stretched Hans Hagen
2012-07-05 15:23 ` \stretched Willi Egger
2012-07-05 15:49   ` luigi scarso [this message]
2012-07-08 17:46     ` \stretched Willi Egger

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='CAG5iGsAWPjd7=JmYekuX-dqa4wR-09SVL7cStQuoBfcRvm1otw@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).