ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Place figure here;  jumping over sections
       [not found] <mailman.78.1354635221.2096.ntg-context@ntg.nl>
@ 2012-12-04 17:54 ` Vyatcheslav Yatskovsky
  2012-12-04 18:01   ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2012-12-04 17:54 UTC (permalink / raw)
  To: ntg-context

Hi,

How to specify that I prefer to place figure "here" in the following code?

\startplacefigure
\externalfigure[settings_window.png][scale=1000]
\stopplacefigure


I don't understand, why figures are encouraged to jump across sections 
and subsections? It makes no sense. Is there a way to prohibit this 
(e.g., flush all figures at section end, possibly for the cost of white 
space at page bottom)? At least I could see where problems are, instead 
of keeping an eye whether figures still belong to their sections.


Regards,
Vyactheslav
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Place figure here;  jumping over sections
  2012-12-04 17:54 ` Place figure here; jumping over sections Vyatcheslav Yatskovsky
@ 2012-12-04 18:01   ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2012-12-04 18:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.12.2012 um 18:54 schrieb Vyatcheslav Yatskovsky <yatskovsky@gmail.com>:

> Hi,
> 
> How to specify that I prefer to place figure "here" in the following code?
> 
> \startplacefigure
> \externalfigure[settings_window.png][scale=1000]
> \stopplacefigure

\startplacefigure[location=force]
…
\stopplacefigure

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

* Re: Place figure here; jumping over sections
  2012-12-04 18:29 Vyatcheslav Yatskovsky
  2012-12-04 18:35 ` Wolfgang Schuster
@ 2012-12-04 22:40 ` Vyatcheslav Yatskovsky
  1 sibling, 0 replies; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2012-12-04 22:40 UTC (permalink / raw)
  To: ntg-context

Thank you, Wolfgang!

>> Hi Wolfgang,
>>
>>> \startplacefigure[location=force]
>>> …
>>> \stopplacefigure
>>
>> Marvelous! How to set this globally?
>>
>> \setupplacefigure[location=force] is unrecognized.
>>
>
 >
> \setupfloat[figure][default=force]

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Place figure here; jumping over sections
  2012-12-04 18:29 Vyatcheslav Yatskovsky
@ 2012-12-04 18:35 ` Wolfgang Schuster
  2012-12-04 22:40 ` Vyatcheslav Yatskovsky
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2012-12-04 18:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.12.2012 um 19:29 schrieb Vyatcheslav Yatskovsky <yatskovsky@gmail.com>:

> Hi Wolfgang,
> 
>> \startplacefigure[location=force]
>> …
>> \stopplacefigure
> 
> Marvelous! How to set this globally?
> 
> \setupplacefigure[location=force] is unrecognized.

\setupfloat[figure][default=force]

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

* Re: Place figure here; jumping over sections
@ 2012-12-04 18:29 Vyatcheslav Yatskovsky
  2012-12-04 18:35 ` Wolfgang Schuster
  2012-12-04 22:40 ` Vyatcheslav Yatskovsky
  0 siblings, 2 replies; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2012-12-04 18:29 UTC (permalink / raw)
  To: ntg-context

Hi Wolfgang,

> \startplacefigure[location=force]
> …
> \stopplacefigure

Marvelous! How to set this globally?

\setupplacefigure[location=force] is unrecognized.

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2012-12-04 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.78.1354635221.2096.ntg-context@ntg.nl>
2012-12-04 17:54 ` Place figure here; jumping over sections Vyatcheslav Yatskovsky
2012-12-04 18:01   ` Wolfgang Schuster
2012-12-04 18:29 Vyatcheslav Yatskovsky
2012-12-04 18:35 ` Wolfgang Schuster
2012-12-04 22:40 ` Vyatcheslav Yatskovsky

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