Paragraph beginning with { doesn't flow around a float
Hello everybody, I found a problem with text flowing around a float. As far as I understand the problem, if a paragraph begins with a {, it doesn't flow around a float. Here is a minimal example : \starttext \placefigure[left]{}{\framed[width=50mm,height=20mm]{}} {\bf Lorem} ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. \stoptext Everything works fine with paragraphs that don't start with a {. I found the following workaround: \hskip0mm{\bf Lorem} ipsum dolor ... (\relax doesn't work) I am using ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.7.31 int: english/english It is the same with ConTeXt ver: 2011.05.18 18:04 MKII fmt: 2011.7.31 int: english/english I didn't see any relevant message in the log file. It is not really a problem for me as I have found a simple workaround. I thought however that it might be useful to the community to report the problem. -- Jean-Philippe Rey Professeur - École Centrale Paris jean-philippe.rey@ecp.fr 92295 Châtenay-Malabry Cedex - France
On 4-3-2012 02:09, Jean-Philippe Rey wrote:
Hello everybody,
I found a problem with text flowing around a float. As far as I understand the problem, if a paragraph begins with a {, it doesn't flow around a float.. Here is a minimal example :
a tex artefact ... use one of: \noindent { ... \strut { ... \dontleavehmode { ... in order to start the paragraph outside the group (at some point I might figure out a robust hack around this) Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Jean-Philippe Rey