ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Placefigure inner/outer
@ 2013-08-04 20:02 Tim Steenvoorden
  2013-08-04 20:40 ` Marco Patzer
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Steenvoorden @ 2013-08-04 20:02 UTC (permalink / raw)
  To: ntg-context

Hi all! 

This worked in MkII but doesn't in MkIV. Did something changed?

Cheers,
Tim



\starttext
\input knuth
\placefigure[left]{}{\externalfigure[figurename]}
\input knuth
\placefigure[inner]{}{\externalfigure[figurename]}
\input knuth
\stoptext




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

* Re: Placefigure inner/outer
  2013-08-04 20:02 Placefigure inner/outer Tim Steenvoorden
@ 2013-08-04 20:40 ` Marco Patzer
  2013-08-04 20:46   ` Tim Steenvoorden
  2013-08-04 20:47   ` Wolfgang Schuster
  0 siblings, 2 replies; 7+ messages in thread
From: Marco Patzer @ 2013-08-04 20:40 UTC (permalink / raw)
  To: ntg-context


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

On 2013–08–04 Tim Steenvoorden wrote:

> \starttext
> \input knuth
> \placefigure[left]{}{\externalfigure[figurename]}
> \input knuth
> \placefigure[inner]{}{\externalfigure[figurename]}

What do you want to do? Place it in the margin?

  \placefigure[inleft]{}{\externalfigure[figurename]}

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 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] 7+ messages in thread

* Re: Placefigure inner/outer
  2013-08-04 20:40 ` Marco Patzer
@ 2013-08-04 20:46   ` Tim Steenvoorden
  2013-08-04 20:47   ` Wolfgang Schuster
  1 sibling, 0 replies; 7+ messages in thread
From: Tim Steenvoorden @ 2013-08-04 20:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

No. I want to place the figure to the left of the text if it is on a
odd page and to the right of the text if it is on a even page. Thus
the same effect "left" and "right" have as keywords, but depending on
the page it is on.

Cheers,
Tim

2013/8/4 Marco Patzer <homerow@lavabit.com>:
> On 2013–08–04 Tim Steenvoorden wrote:
>
>> \starttext
>> \input knuth
>> \placefigure[left]{}{\externalfigure[figurename]}
>> \input knuth
>> \placefigure[inner]{}{\externalfigure[figurename]}
>
> What do you want to do? Place it in the margin?
>
>   \placefigure[inleft]{}{\externalfigure[figurename]}
>
> 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
___________________________________________________________________________________

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

* Re: Placefigure inner/outer
  2013-08-04 20:40 ` Marco Patzer
  2013-08-04 20:46   ` Tim Steenvoorden
@ 2013-08-04 20:47   ` Wolfgang Schuster
  2013-08-04 20:53     ` Tim Steenvoorden
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2013-08-04 20:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.08.2013 um 22:40 schrieb Marco Patzer <homerow@lavabit.com>:

> On 2013–08–04 Tim Steenvoorden wrote:
> 
>> \starttext
>> \input knuth
>> \placefigure[left]{}{\externalfigure[figurename]}
>> \input knuth
>> \placefigure[inner]{}{\externalfigure[figurename]}
> 
> What do you want to do? Place it in the margin?
> 
>  \placefigure[inleft]{}{\externalfigure[figurename]}

With the “inner” and “outer” keywords context uses
the “left” and “right” locations dependent on the page.

The feature doesn’t work in MkIV because two commands
are processed in the wrong order.

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

* Re: Placefigure inner/outer
  2013-08-04 20:47   ` Wolfgang Schuster
@ 2013-08-04 20:53     ` Tim Steenvoorden
  2013-08-04 20:56       ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Steenvoorden @ 2013-08-04 20:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Pitty. I used it a lot in a project I'm porting to MkIV. Will it be
fixed someday?

2013/8/4 Wolfgang Schuster <schuster.wolfgang@gmail.com>:
>
> Am 04.08.2013 um 22:40 schrieb Marco Patzer <homerow@lavabit.com>:
>
>> On 2013–08–04 Tim Steenvoorden wrote:
>>
>>> \starttext
>>> \input knuth
>>> \placefigure[left]{}{\externalfigure[figurename]}
>>> \input knuth
>>> \placefigure[inner]{}{\externalfigure[figurename]}
>>
>> What do you want to do? Place it in the margin?
>>
>>  \placefigure[inleft]{}{\externalfigure[figurename]}
>
> With the “inner” and “outer” keywords context uses
> the “left” and “right” locations dependent on the page.
>
> The feature doesn’t work in MkIV because two commands
> are processed in the wrong order.
>
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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] 7+ messages in thread

* Re: Placefigure inner/outer
  2013-08-04 20:53     ` Tim Steenvoorden
@ 2013-08-04 20:56       ` Wolfgang Schuster
  2013-08-04 21:00         ` Tim Steenvoorden
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2013-08-04 20:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.08.2013 um 22:53 schrieb Tim Steenvoorden <tim.steenvoorden@gmail.com>:

> Pitty. I used it a lot in a project I'm porting to MkIV. Will it be
> fixed someday?

It depends on Hans, I’ll send him a mail about the problem.

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

* Re: Placefigure inner/outer
  2013-08-04 20:56       ` Wolfgang Schuster
@ 2013-08-04 21:00         ` Tim Steenvoorden
  0 siblings, 0 replies; 7+ messages in thread
From: Tim Steenvoorden @ 2013-08-04 21:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Wolfgang!

2013/8/4 Wolfgang Schuster <schuster.wolfgang@gmail.com>:
>
> Am 04.08.2013 um 22:53 schrieb Tim Steenvoorden <tim.steenvoorden@gmail.com>:
>
>> Pitty. I used it a lot in a project I'm porting to MkIV. Will it be
>> fixed someday?
>
> It depends on Hans, I’ll send him a mail about the problem.
>
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2013-08-04 21:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-04 20:02 Placefigure inner/outer Tim Steenvoorden
2013-08-04 20:40 ` Marco Patzer
2013-08-04 20:46   ` Tim Steenvoorden
2013-08-04 20:47   ` Wolfgang Schuster
2013-08-04 20:53     ` Tim Steenvoorden
2013-08-04 20:56       ` Wolfgang Schuster
2013-08-04 21:00         ` 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).