http://openoffice.org/bugzilla/show_bug.cgi?id=35545
florian444 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from florian444 <[email protected]> 2011-06-16 14:00:42 --- In latex, there is a package called 'layouts' that take cares of the floating figures : http://www.tug.org/svn/texlive/trunk/Master/texmf-dist/source/latex/layouts/ layouts.dtx gives a technical explanation of the package. layman.tex seems to be a user manual. These two files need to be compiled with latex to be readable, I did so and attached layman.pdf and layouts.pdf. see layman.pdf section 6 : Float layout. see layout.pdf section 12 : Drawing the layouts of floats The packages 'idxlayout' and 'canoniclayout' may also be relevant. To be used by latex, the .dtx package file is stripped into a .sty file. http://www.tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/layouts/layouts.sty To understand exactly how latex is processing floating figures, you would need to understand the logic of the .sty package file. I think this could be a good starting point in order to implement a floating figure enhancement in Writer. We could also ignore latex and do our own floating figure, which I don't recommend. Hope that helps. -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. ----------------------------------------------------------------------- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
