ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: fitting a picture to the available space
Date: Fri, 12 Sep 2008 14:37:42 +0200	[thread overview]
Message-ID: <4E2E560C-EA58-424D-A7CB-06FB1BDCCF8E@uni-bonn.de> (raw)
In-Reply-To: <115224fb0809120014w21fdf697n1f4221d9a4d3839c@mail.gmail.com>


On Sep 12, 2008, at 9:14 AM, Wolfgang Schuster wrote:

> You should close the box before you want to get it's dimensions.

:-) That seems like a reasonable suggestion... I had been copy-pasting  
and adapting my code.

>
>
> \unprotect
>
> \def\????bf{@@@@bf}
>
> \presetlocalframed[\????bf]
>
> \def\boxfigure[#1][#2]%
>  {\bgroup
>   \setbox\scratchbox\hbox{\externalfigure[#1]}%
>   \!!dimena\wd\scratchbox
>   \!!dimenb\ht\scratchbox
>   \localframed
>     [\????bf]
>     [\c!strut=\v!no,
>      \c!width=8cm,
>      \c!height=6cm,
>      #2]
>     \bgroup
>     \!!dimena\dimexpr\hsize/\!!dimena\relax
>     \!!dimenb\dimexpr\vsize/\!!dimenb\relax
>     \ifdim\!!dimena>\!!dimenb
>       \externalfigure[mill][height=\vsize]
>     \else
>       \externalfigure[mill][width=\hsize]
>     \fi
>     \egroup
>   \egroup}
>
> \protect
>
> \starttext
>
> \boxfigure[mill][width=8cm,height=2cm]
>
> \boxfigure[mill][width=2cm,height=8cm]
>
> \stoptext
>
> Wolfgang

Wow, that looks good! I could adapt this to my circumstances, and it  
seems to do exactly what I want! Hans: could something like this be  
added to the core? The keywords "max fit broad" for the "factor"  
option are already taken, so what about "fill"? But I guess it only  
makes sense if we can test and adapt to the current vbox (not  
necessarily the page).

Anyway: Wolfgang, thanks a lot, this does exactly what I want!

All best

Thomas

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-09-12 12:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-10 22:06 Thomas A. Schmitz
2008-09-11  7:28 ` Hans Hagen
2008-09-11  8:04   ` Thomas A. Schmitz
2008-09-11 13:28     ` Thomas A. Schmitz
2008-09-11 14:01       ` Peter Rolf
2008-09-11 14:40         ` Thomas A. Schmitz
2008-09-11 14:56           ` Hans Hagen
2008-09-11 14:13       ` Wolfgang Schuster
2008-09-11 16:20         ` Thomas A. Schmitz
2008-09-11 16:39           ` Hans Hagen
2008-09-11 17:59           ` Thomas A. Schmitz
2008-09-11 21:50             ` Thomas A. Schmitz
2008-09-12  7:14               ` Wolfgang Schuster
2008-09-12 12:37                 ` Thomas A. Schmitz [this message]
2008-09-11 16:31 ` Mojca Miklavec
2008-09-12 10:02   ` Wolfgang Schuster
2008-09-12 15:20     ` Mojca Miklavec
2008-09-12 15:37       ` Hans Hagen

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=4E2E560C-EA58-424D-A7CB-06FB1BDCCF8E@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).