ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: Re: outer floats on doublesided pages UNSOLVED
       [not found] <524B31BA.401@wxs.nl>
@ 2013-10-01 20:35 ` Hans Hagen
  2013-10-02  9:44   ` Tim Steenvoorden
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Hagen @ 2013-10-01 20:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

btw ... uppercasing in the subject triggers a delay in response


-------- Original Message --------
Subject: Re: [NTG-context] outer floats on doublesided pages UNSOLVED
Date: Tue, 01 Oct 2013 22:34:02 +0200
From: Hans Hagen <pragma@wxs.nl>
To: Tim Steenvoorden <tim.steenvoorden@gmail.com>

On 10/1/2013 11:46 AM, Tim Steenvoorden wrote:
> Hi Hans,
>
> Is it possible to fix the "inouter" and "ininner" directives too?
> "inright" and "inleft" work as expected.

afaik

\setuppagenumbering
   [alternative=doublesided]

\setuplayout
   [backspace=5cm,
    width=middle]

\starttext

     \dorecurse{4}{
         \placefigure[left]       {left}
{\framed[height=1cm,width=4cm]{}} test
         \placefigure[right]
{right}{\framed[height=1cm,width=4cm]{}} test
         \placefigure[inner]
{inner}{\framed[height=1cm,width=4cm]{}} test
         \placefigure[outer]
{outer}{\framed[height=1cm,width=4cm]{}} test
         \placefigure[leftmargin] {left}
{\framed[height=1cm,width=4cm]{}} test

\placefigure[rightmargin]{right}{\framed[height=1cm,width=4cm]{}} test

\placefigure[innermargin]{inner}{\framed[height=1cm,width=4cm]{}} test

\placefigure[outermargin]{outer}{\framed[height=1cm,width=4cm]{}} test
         \page
     }

\stoptext


works ok

-----------------------------------------------------------------
                                           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] 2+ messages in thread

* Re:  Fwd: Re: outer floats on doublesided pages UNSOLVED
  2013-10-01 20:35 ` Fwd: Re: outer floats on doublesided pages UNSOLVED Hans Hagen
@ 2013-10-02  9:44   ` Tim Steenvoorden
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Steenvoorden @ 2013-10-02  9:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans Hagen


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

Thanks Hans. I used "ininner" instead of "innermargin" and "inouter" instead of "outermargin" as keys.

Is there a difference between "inright" and "rightmargin"?

Cheers,
Tim

On 1 oktober 2013 at 22:35:29, Hans Hagen (pragma@wxs.nl) wrote:

btw ... uppercasing in the subject triggers a delay in response  


-------- Original Message --------  
Subject: Re: [NTG-context] outer floats on doublesided pages UNSOLVED  
Date: Tue, 01 Oct 2013 22:34:02 +0200  
From: Hans Hagen <pragma@wxs.nl>  
To: Tim Steenvoorden <tim.steenvoorden@gmail.com>  

On 10/1/2013 11:46 AM, Tim Steenvoorden wrote:  
> Hi Hans,  
>  
> Is it possible to fix the "inouter" and "ininner" directives too?  
> "inright" and "inleft" work as expected.  

afaik  

\setuppagenumbering  
[alternative=doublesided]  

\setuplayout  
[backspace=5cm,  
width=middle]  

\starttext  

\dorecurse{4}{  
\placefigure[left] {left}  
{\framed[height=1cm,width=4cm]{}} test  
\placefigure[right]  
{right}{\framed[height=1cm,width=4cm]{}} test  
\placefigure[inner]  
{inner}{\framed[height=1cm,width=4cm]{}} test  
\placefigure[outer]  
{outer}{\framed[height=1cm,width=4cm]{}} test  
\placefigure[leftmargin] {left}  
{\framed[height=1cm,width=4cm]{}} test  

\placefigure[rightmargin]{right}{\framed[height=1cm,width=4cm]{}} test  

\placefigure[innermargin]{inner}{\framed[height=1cm,width=4cm]{}} test  

\placefigure[outermargin]{outer}{\framed[height=1cm,width=4cm]{}} test  
\page  
}  

\stoptext  


works ok  

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

[-- Attachment #1.2.1: Type: text/html, Size: 3896 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] 2+ messages in thread

end of thread, other threads:[~2013-10-02  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <524B31BA.401@wxs.nl>
2013-10-01 20:35 ` Fwd: Re: outer floats on doublesided pages UNSOLVED Hans Hagen
2013-10-02  9:44   ` Tim Steenvoorden

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