From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Bug: Floating figure inside bullet list generates invalid latex [6.33trans (release_6.33f.19.g4b6d2)] Date: Mon, 23 Nov 2009 10:15:16 +0000 Message-ID: <87pr7935u3.wl%ucecesf@ucl.ac.uk> References: <877htilhw3.wl%ucecesf@ucl.ac.uk> <718EB681-8AF0-4BD4-988A-1202414A3F47@gmail.com> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCVx9-0005hK-MZ for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 05:15:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCVx4-0005fG-Fx for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 05:15:26 -0500 Received: from [199.232.76.173] (port=37725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCVx4-0005fD-By for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 05:15:22 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:48211) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCVx4-0007qj-1Y for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 05:15:22 -0500 In-Reply-To: <718EB681-8AF0-4BD4-988A-1202414A3F47@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org At Sun, 22 Nov 2009 23:52:50 +0100, Carsten Dominik wrote: > > Hi Eric, > > I have tried to fix this, please verify, and be on the look-out > if this patch breaks something else. This is indeed working now! Thanks. However, a similar layout (using Matt's recent suggestion of enclosing the image in a center block): --8<---------------cut here---------------start------------->8--- - This slide consists of a bullet point #+begin_center [[file:mip.png]] #+end_center - a figure (above this point) --8<---------------cut here---------------end--------------->8--- doesn't work. The same problem arises: the \end{itemize} falls between the \begin{center} and \end{center} statements. Thanks again, eric