From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Floating figure inside bullet list generates invalid latex [6.33trans (release_6.33f.19.g4b6d2)] Date: Tue, 24 Nov 2009 20:43:12 +0100 Message-ID: References: <877htilhw3.wl%ucecesf@ucl.ac.uk> <718EB681-8AF0-4BD4-988A-1202414A3F47@gmail.com> <87pr7935u3.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND1JG-0006Fl-88 for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 14:44:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND1JB-0006CD-H0 for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 14:44:21 -0500 Received: from [199.232.76.173] (port=34958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND1JB-0006C7-8M for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 14:44:17 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:58226) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND1JA-0007wt-UI for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 14:44:17 -0500 Received: by ey-out-1920.google.com with SMTP id 3so2116587eyh.34 for ; Tue, 24 Nov 2009 11:44:15 -0800 (PST) In-Reply-To: <87pr7935u3.wl%ucecesf@ucl.ac.uk> 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: e.fraga@ucl.ac.uk Cc: emacs-orgmode@gnu.org On Nov 23, 2009, at 11:15 AM, Eric S Fraga wrote: > 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. This does now work, I think, please verify. - Carsten