Re: [NTG-context] outer floats on doublesided pages UNSOLVED

2013-10-01 Thread Tim Steenvoorden
Hi Hans,Is it possible to fix the "inouter" and "ininner" directives too? "inright" and "inleft" work as expected.Cheers,Tim On 18 september 2013 at 10:51:29, Tim Steenvoorden (tim.steenvoor...@gmail.com) wrote: Thanks Hans!Cheers,Tim On 17 september 2013 at 17:29:31, Hans Hagen (pra...@wxs.nl) wrote: On 9/14/2013 7:25 AM, R. Ermers wrote:
 Hi Contexters,

 Does anyone know whether it is possible in mkiv to position figures protruding in the outer margin?
 In mkii it used to work

there is a check missing .. fixed in next beta


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

Re: [NTG-context] outer floats on doublesided pages UNSOLVED

2013-09-18 Thread Tim Steenvoorden
Thanks Hans!Cheers,Tim On 17 september 2013 at 17:29:31, Hans Hagen (pra...@wxs.nl) wrote: On 9/14/2013 7:25 AM, R. Ermers wrote:
 Hi Contexters,

 Does anyone know whether it is possible in mkiv to position figures protruding in the outer margin?
 In mkii it used to work

there is a check missing .. fixed in next beta


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

Re: [NTG-context] outer floats on doublesided pages UNSOLVED

2013-09-17 Thread Tim Steenvoorden
Hi Robert,

As far as I know this is not (yet) possible in MkIV. Depends on Hans
if he adds it. See the conversation Placefigure inner/outer from
August. (http://thread.gmane.org/gmane.comp.tex.context/83680/focus=83684)

@Hans/Wolfgang: any idea it will be added in the (near) future?

Cheers,
Tim

2013/9/14 R. Ermers r.erm...@hccnet.nl:
 Hi Contexters,

 Does anyone know whether it is possible in mkiv to position figures 
 protruding in the outer margin?
 In mkii it used to work.

 It seems to me that this simple feature does not work in mkiv. See minimal 
 example below. Is this a bug?

 Regards,

 Robert


 Op 10 sep. 2013, om 22:05 heeft R. Ermers het volgende geschreven:

 Hi,

 Does anyone know if positioning figures  protruding into the outer margin 
 can be done in mkiv?

 Regards,

 Robert


 Hi Jörg and Marco,

 Thanks for your replies.

 I have tried the chemistry textbook examples too, especially vignette seems 
 to do what I want. I noticed you used mkii at the time, but I have mkiv 
 now. Should I return to mkii if I want to obtain this?

 Regards,

 Robert


 Op 10 sep. 2013, om 15:18 heeft Jörg Hagmann het volgende geschreven:

 Maybe what I did helps: see Figures III on
 http://wiki.contextgarden.net/Biochemistry_textbook.  Although I used
 mkII at the time.

 Cheers, Jörg

 R. Ermers writes:

 Hi Marco,

 Thank you very much indeed for your reply. This topic apparently does not 
 interest many people.

 In your suggestion the figures are put in the outer margin in a vertical 
 row below one another close to the top of the page, and not near the 
 position in the text.

 I want them positioned close to the place in the text which should flow 
 around them. I have seen examples of this made by Context. This can be 
 obtained by specifying default=left, or default=right, only I need the 
 figures to protrude into the (outer) margin. This for some reason does 
 not work under mkiv.

 I still have some time, but my deadline is approaching.

 Thanks again!

 Kind regards,

 Robert


 Op 10 sep. 2013, om 09:59 heeft Marco Patzer het volgende geschreven:

 On 2013–09–10 R. Ermers wrote:

 I have problems with the placement of floats. I need them to be
 placed in the outer edge of the text, but Context puts them in the
 middle of the page. The outer, inner, outeredge, inneredge,
 commands do not work. Right and left do work.

 You probably confused edge and margin. By default the edge has zero
 width and has to be enabled using \setuplayout.

 Preferably the criterium option should also work

 \setupexternalfigures
 [location=default]

 \setuppagenumbering
 [alternative=doublesided]

 \definefloat
 [marginfigure]
 [marginfigures]
 [figure]

 \setupfloat
 [marginfigure]
 [default=margin,
 criterium=\marginwidth]

 \setupcaption
 [marginfigure]
 [number=no]

 \showframe
 \starttext
 \dorecurse{9}{%%
 \input knuth
 \startplacemarginfigure
   \externalfigure [cow] [width=\recurselevel cm]
 \stopplacemarginfigure}
 \stoptext

 Marco
 ___
 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
 ___

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

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

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

Re: [NTG-context] outer floats on doublesided pages UNSOLVED

2013-09-17 Thread Hans Hagen

On 9/14/2013 7:25 AM, R. Ermers wrote:

Hi Contexters,

Does anyone know whether it is possible in mkiv to position figures protruding 
in the outer margin?
In mkii it used to work


there is a check missing .. fixed in next beta


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


Re: [NTG-context] outer floats on doublesided pages UNSOLVED

2013-09-13 Thread R. Ermers
Hi Contexters,

Does anyone know whether it is possible in mkiv to position figures protruding 
in the outer margin?
In mkii it used to work.

It seems to me that this simple feature does not work in mkiv. See minimal 
example below. Is this a bug?

Regards,

Robert


Op 10 sep. 2013, om 22:05 heeft R. Ermers het volgende geschreven:

 Hi,
 
 Does anyone know if positioning figures  protruding into the outer margin can 
 be done in mkiv?
 
 Regards,
 
 Robert
 
 
 Hi Jörg and Marco,
 
 Thanks for your replies.
 
 I have tried the chemistry textbook examples too, especially vignette seems 
 to do what I want. I noticed you used mkii at the time, but I have mkiv now. 
 Should I return to mkii if I want to obtain this?
 
 Regards,
 
 Robert
 
 
 Op 10 sep. 2013, om 15:18 heeft Jörg Hagmann het volgende geschreven:
 
 Maybe what I did helps: see Figures III on
 http://wiki.contextgarden.net/Biochemistry_textbook.  Although I used
 mkII at the time.
 
 Cheers, Jörg
 
 R. Ermers writes:
 
 Hi Marco,
 
 Thank you very much indeed for your reply. This topic apparently does not 
 interest many people.
 
 In your suggestion the figures are put in the outer margin in a vertical 
 row below one another close to the top of the page, and not near the 
 position in the text.
 
 I want them positioned close to the place in the text which should flow 
 around them. I have seen examples of this made by Context. This can be 
 obtained by specifying default=left, or default=right, only I need the 
 figures to protrude into the (outer) margin. This for some reason does not 
 work under mkiv.
 
 I still have some time, but my deadline is approaching.
 
 Thanks again!
 
 Kind regards,
 
 Robert
 
 
 Op 10 sep. 2013, om 09:59 heeft Marco Patzer het volgende geschreven:
 
 On 2013–09–10 R. Ermers wrote:
 
 I have problems with the placement of floats. I need them to be
 placed in the outer edge of the text, but Context puts them in the
 middle of the page. The outer, inner, outeredge, inneredge,
 commands do not work. Right and left do work.
 
 You probably confused edge and margin. By default the edge has zero
 width and has to be enabled using \setuplayout.
 
 Preferably the criterium option should also work
 
 \setupexternalfigures
 [location=default]
 
 \setuppagenumbering
 [alternative=doublesided]
 
 \definefloat
 [marginfigure]
 [marginfigures]
 [figure]
 
 \setupfloat
 [marginfigure]
 [default=margin,
 criterium=\marginwidth]
 
 \setupcaption
 [marginfigure]
 [number=no]
 
 \showframe
 \starttext
 \dorecurse{9}{%%
 \input knuth
 \startplacemarginfigure
   \externalfigure [cow] [width=\recurselevel cm]
 \stopplacemarginfigure}
 \stoptext
 
 Marco
 ___
 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
 ___
 
 ___
 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
 ___
 
 ___
 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
 ___

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