On 2013-03-14, Protostomien wrote: > Hello everyone (and my apologies for the mistakes of English).
> I come here with an idea about the placement of flotants figure. > The idea is to force placement of flot not in a position (here at any > price), but between two label. Ideally these label would be based on > titles, but if not, it could be labels like the one use for cross > references. ... > What do you think? Unfortunately, this is a problem that must be solved on the TeX level - AFAIK, there is no LaTeX package LyX could use to achieve this. (Maybe you write one or present the idea at comp.text.tex.) The somewhat related issue of floats floating "upwards" from their input position (on the top of a page with some text originally before the float now following it further down the page) can be solved by \usepackage{flafter} in the LaTex preamble. Günter