ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \showlayout values
@ 2017-03-19 20:28 Pablo Rodriguez
  2017-03-20 13:14 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez @ 2017-03-19 20:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \setuplayout[backspace=2.5cm, cutspace=2.5\backspace,
      rightmargin=1.75\leftmarginwidth, width=middle]
    \showframe
    \starttext
        \showlayout
    \stoptext

Values equal to 0pt are written as 0ptpt. I guess this might be a typo
somewhere in the code.

But I would like to know the actual values of rightedge and
rightedgedistance.

I assume I’m missing something. But if the right margin shows its outer
edge, there should be a measure that shows the distance between the
right margin edge and the right paper rim. Or shouldn’t it be?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \showlayout values
  2017-03-19 20:28 \showlayout values Pablo Rodriguez
@ 2017-03-20 13:14 ` Hans Hagen
  2017-03-21  7:34   ` Pablo Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2017-03-20 13:14 UTC (permalink / raw)
  To: ntg-context

On 3/19/2017 9:28 PM, Pablo Rodriguez wrote:
> Dear list,
>
> I have the following sample:
>
>     \setuplayout[backspace=2.5cm, cutspace=2.5\backspace,
>       rightmargin=1.75\leftmarginwidth, width=middle]
>     \showframe
>     \starttext
>         \showlayout
>     \stoptext
>
> Values equal to 0pt are written as 0ptpt. I guess this might be a typo
> somewhere in the code.

fixed in next beta

> But I would like to know the actual values of rightedge and
> rightedgedistance.
>
> I assume I’m missing something. But if the right margin shows its outer
> edge, there should be a measure that shows the distance between the
> right margin edge and the right paper rim. Or shouldn’t it be?

edges and top/bottom are virtual and the dimensions shown are their 
dimensions and not related to paper rim

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \showlayout values
  2017-03-20 13:14 ` Hans Hagen
@ 2017-03-21  7:34   ` Pablo Rodriguez
  2017-03-21  8:04     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez @ 2017-03-21  7:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 03/20/2017 02:14 PM, Hans Hagen wrote:
> On 3/19/2017 9:28 PM, Pablo Rodriguez wrote:
>> [...]
>> Values equal to 0pt are written as 0ptpt. I guess this might be a typo
>> somewhere in the code.
> 
> fixed in next beta

Many thanks for the fast fix, Hans.

>> But I would like to know the actual values of rightedge and
>> rightedgedistance.
>>
>> I assume I’m missing something. But if the right margin shows its outer
>> edge, there should be a measure that shows the distance between the
>> right margin edge and the right paper rim. Or shouldn’t it be?
> 
> edges and top/bottom are virtual and the dimensions shown are their 
> dimensions and not related to paper rim

In that case, which is the way to control distance from margin outer
edge and paper rim?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \showlayout values
  2017-03-21  7:34   ` Pablo Rodriguez
@ 2017-03-21  8:04     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2017-03-21  8:04 UTC (permalink / raw)
  To: ntg-context

On 3/21/2017 8:34 AM, Pablo Rodriguez wrote:
> On 03/20/2017 02:14 PM, Hans Hagen wrote:
>> On 3/19/2017 9:28 PM, Pablo Rodriguez wrote:
>>> [...]
>>> Values equal to 0pt are written as 0ptpt. I guess this might be a typo
>>> somewhere in the code.
>>
>> fixed in next beta
>
> Many thanks for the fast fix, Hans.
>
>>> But I would like to know the actual values of rightedge and
>>> rightedgedistance.
>>>
>>> I assume I’m missing something. But if the right margin shows its outer
>>> edge, there should be a measure that shows the distance between the
>>> right margin edge and the right paper rim. Or shouldn’t it be?
>>
>> edges and top/bottom are virtual and the dimensions shown are their
>> dimensions and not related to paper rim
>
> In that case, which is the way to control distance from margin outer
> edge and paper rim?

backspace and cutspace

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2017-03-21  8:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-19 20:28 \showlayout values Pablo Rodriguez
2017-03-20 13:14 ` Hans Hagen
2017-03-21  7:34   ` Pablo Rodriguez
2017-03-21  8:04     ` Hans Hagen

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