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: Wed, 25 Nov 2009 08:14:57 +0000 Message-ID: <87tywjnhq6.wl%ucecesf@ucl.ac.uk> References: <877htilhw3.wl%ucecesf@ucl.ac.uk> <718EB681-8AF0-4BD4-988A-1202414A3F47@gmail.com> <87pr7935u3.wl%ucecesf@ucl.ac.uk> 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 1NDD1y-0002rl-Ie for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 03:15:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDD1u-0002qs-55 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 03:15:18 -0500 Received: from [199.232.76.173] (port=51945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDD1u-0002qp-0M for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 03:15:14 -0500 Received: from mx20.gnu.org ([199.232.41.8]:64684) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDD1t-0006xX-Hj for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 03:15:13 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDD1n-0006It-Hi for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 03:15:07 -0500 In-Reply-To: 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 Tue, 24 Nov 2009 20:43:12 +0100, Carsten Dominik wrote: > > > 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 > Seems to be working just fine! I've used the lecture notes that I have just sent you (off-list) to test this and the centring works both within an item (i.e. indented begin_center directives) and outside the list but surrounded by lists. Thanks, eric