ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* how can I use framewidth in calculations
@ 2012-03-23 22:55 Thomas A. Schmitz
  2012-03-24  2:27 ` Rogers, Michael K
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Thomas A. Schmitz @ 2012-03-23 22:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

maybe I'm overlooking something obvious, but...: when I have a figure, I 
can calculate its width dependent on the page width, and it will adapt:

\starttext

\externalfigure[cow][width=0.6\textwidth]

\stoptext

But is there a method for similar calculations inside a frame? Here's 
what I tried, but it doesn't give the expected result (the image is much 
smaller than expected):

\starttext

\framed[width=7cm]{\externalfigure[cow][width=\the\dimexpr0.9\framedparameter{width}\relax]}

\stoptext

Thanks for any pointers!

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-23 22:55 how can I use framewidth in calculations Thomas A. Schmitz
@ 2012-03-24  2:27 ` Rogers, Michael K
  2012-03-24  7:30   ` Thomas A. Schmitz
  2012-03-24 10:32 ` Wolfgang Schuster
  2012-03-24 11:23 ` Wolfgang Schuster
  2 siblings, 1 reply; 8+ messages in thread
From: Rogers, Michael K @ 2012-03-24  2:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


On Mar 23, 2012, at 6:55 PM, Thomas A. Schmitz wrote:

But is there a method for similar calculations inside a frame? Here's what I tried, but it doesn't give the expected result (the image is much smaller than expected):

\starttext

\framed[width=7cm]{\externalfigure[cow][width=\the\dimexpr0.9\framedparameter{width}\relax]}

\stoptext

Thanks for any pointers!

Thomas

Try

\framed[width=7cm]{\externalfigure[cow][width=\dimexpr\framedparameter{width}*9/10]}

[I don't understand \dimexpr.   For instance 7cm = ~198pt, 0.9 * 7 cm = ~179pt, but \dimexpr0.9\framedparameter{width} yields 27.5992pt.  It doesn't seem to work well with decimals.  No wiki page for it, that I can find.]

________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-24  2:27 ` Rogers, Michael K
@ 2012-03-24  7:30   ` Thomas A. Schmitz
  2012-03-24  7:44     ` Herbert Voss
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas A. Schmitz @ 2012-03-24  7:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 03/24/12 03:27, Rogers, Michael K wrote:
> Try
>
> \framed[width=7cm]{\externalfigure[cow][width=\dimexpr\framedparameter{width}*9/10]}
>
> [I don't understand \dimexpr.   For instance 7cm = ~198pt, 0.9 * 7 cm =
> ~179pt, but \dimexpr0.9\framedparameter{width} yields 27.5992pt.  It
> doesn't seem to work well with decimals.  No wiki page for it, that I
> can find.]

Thank you, that is exactly what I needed! I'll see if I can find some 
more information about \dimexpr now!

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-24  7:30   ` Thomas A. Schmitz
@ 2012-03-24  7:44     ` Herbert Voss
  2012-03-24  9:18       ` Thomas A. Schmitz
  2012-03-24 10:27       ` Hans Hagen
  0 siblings, 2 replies; 8+ messages in thread
From: Herbert Voss @ 2012-03-24  7:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 24.03.2012 08:30, schrieb Thomas A. Schmitz:
> On 03/24/12 03:27, Rogers, Michael K wrote:
>> Try
>>
>> \framed[width=7cm]{\externalfigure[cow][width=\dimexpr\framedparameter{width}*9/10]}
>>
>>
>> [I don't understand \dimexpr. For instance 7cm = ~198pt, 0.9 * 7 cm =
>> ~179pt, but \dimexpr0.9\framedparameter{width} yields 27.5992pt. It
>> doesn't seem to work well with decimals. No wiki page for it, that I
>> can find.]
>
> Thank you, that is exactly what I needed! I'll see if I can find some
> more information about \dimexpr now!

\framed[width=7cm]{\externalfigure[cow][width=0.75\expandafter\dimexpr\framedparameter{width}]}

works for me

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-24  7:44     ` Herbert Voss
@ 2012-03-24  9:18       ` Thomas A. Schmitz
  2012-03-24 10:27       ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas A. Schmitz @ 2012-03-24  9:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 03/24/12 08:44, Herbert Voss wrote:
> \framed[width=7cm]{\externalfigure[cow][width=0.75\expandafter\dimexpr\framedparameter{width}]}
>
>
> works for me
>
> Herbert

Ooh, expansion, my old nemesis, strikes again! Thanks, that works too - 
this is one of the many aspects of TeX that I have never really grasped...

Thanks!

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-24  7:44     ` Herbert Voss
  2012-03-24  9:18       ` Thomas A. Schmitz
@ 2012-03-24 10:27       ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2012-03-24 10:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Herbert Voss

On 24-3-2012 08:44, Herbert Voss wrote:
> Am 24.03.2012 08:30, schrieb Thomas A. Schmitz:
>> On 03/24/12 03:27, Rogers, Michael K wrote:
>>> Try
>>>
>>> \framed[width=7cm]{\externalfigure[cow][width=\dimexpr\framedparameter{width}*9/10]}
>>>
>>>
>>>
>>> [I don't understand \dimexpr. For instance 7cm = ~198pt, 0.9 * 7 cm =
>>> ~179pt, but \dimexpr0.9\framedparameter{width} yields 27.5992pt. It
>>> doesn't seem to work well with decimals. No wiki page for it, that I
>>> can find.]
>>
>> Thank you, that is exactly what I needed! I'll see if I can find some
>> more information about \dimexpr now!
>
> \framed[width=7cm]{\externalfigure[cow][width=0.75\expandafter\dimexpr\framedparameter{width}]}

there is no need for \expandafter here as \dimexpr will expand what 
comes after it anyway


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-23 22:55 how can I use framewidth in calculations Thomas A. Schmitz
  2012-03-24  2:27 ` Rogers, Michael K
@ 2012-03-24 10:32 ` Wolfgang Schuster
  2012-03-24 11:23 ` Wolfgang Schuster
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2012-03-24 10:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.03.2012 um 23:55 schrieb Thomas A. Schmitz:

> Hi all,
> 
> maybe I'm overlooking something obvious, but...: when I have a figure, I can calculate its width dependent on the page width, and it will adapt:
> 
> \starttext
> 
> \externalfigure[cow][width=0.6\textwidth]
> 
> \stoptext
> 
> But is there a method for similar calculations inside a frame? Here's what I tried, but it doesn't give the expected result (the image is much smaller than expected):
> 
> \starttext
> 
> \framed[width=7cm]{\externalfigure[cow][width=\the\dimexpr0.9\framedparameter{width}\relax]}
> 
> \stoptext
> 
> Thanks for any pointers!

\starttext

\framed[width=7cm]{\externalfigure[cow][width=0.5\dimexpr\framedwidth\relax]}

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how can I use framewidth in calculations
  2012-03-23 22:55 how can I use framewidth in calculations Thomas A. Schmitz
  2012-03-24  2:27 ` Rogers, Michael K
  2012-03-24 10:32 ` Wolfgang Schuster
@ 2012-03-24 11:23 ` Wolfgang Schuster
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2012-03-24 11:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.03.2012 um 23:55 schrieb Thomas A. Schmitz:

> Hi all,
> 
> maybe I'm overlooking something obvious, but...: when I have a figure, I can calculate its width dependent on the page width, and it will adapt:
> 
> \starttext
> 
> \externalfigure[cow][width=0.6\textwidth]
> 
> \stoptext
> 
> But is there a method for similar calculations inside a frame? Here's what I tried, but it doesn't give the expected result (the image is much smaller than expected):
> 
> \starttext
> 
> \framed[width=7cm]{\externalfigure[cow][width=\the\dimexpr0.9\framedparameter{width}\relax]}
> 
> \stoptext

When you set a value for the align-key the \framed command uses a \vbox for the content and you can use \hsize for the width.

\starttext
\framed[width=7cm,align=middle]{\externalfigure[cow][width=0.9\hsize]}
\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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-24 11:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-23 22:55 how can I use framewidth in calculations Thomas A. Schmitz
2012-03-24  2:27 ` Rogers, Michael K
2012-03-24  7:30   ` Thomas A. Schmitz
2012-03-24  7:44     ` Herbert Voss
2012-03-24  9:18       ` Thomas A. Schmitz
2012-03-24 10:27       ` Hans Hagen
2012-03-24 10:32 ` Wolfgang Schuster
2012-03-24 11:23 ` Wolfgang Schuster

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).