From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Failure to display more than 18 images with captions Date: Sat, 01 Oct 2016 10:26:16 -0400 Message-ID: References: <20161001071955.GA14380@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqLFA-00086V-1y for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 10:26:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqLF5-0003w4-R9 for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 10:26:22 -0400 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]:36417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqLF5-0003vs-Ms for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 10:26:19 -0400 Received: by mail-qk0-x234.google.com with SMTP id z190so130907583qkc.3 for ; Sat, 01 Oct 2016 07:26:19 -0700 (PDT) In-reply-to: <20161001071955.GA14380@protected.rcdrun.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jean Louis Cc: emacs-orgmode@gnu.org this looks like an issue related to floats. It works with out the caption because they are not floats in that case. But, with floats, there are limits. see http://tex.stackexchange.com/questions/46512/too-many-unprocessed-floats. According to that page: LaTeX can, by default, only cope with 18 outstanding floats; any more, and you get the error “too many unsuppressed floats”. This package releases the limit; TeX itself imposes limits (which are interdependent of the help offered by e-TeX). However, if your floats can’t be placed anywhere, extending the number of floats merely delays the arrival of the inevitable error message. You may be able to add \clearpage every few figures or use a package that makes this work. Jean Louis writes: > Hello, > > I have problem with Org Mode, that it fails to display more than 18 > images correctly, while exporting to PDF (LaTeX export). > > I am using images in following manner: > > #+CAPTION: Title of image > #+NAME: fig:pic001 > [[/some/image001.jpg]] > > #+CAPTION: Title of image > #+NAME: fig:pic002 > [[/some/image002.jpg]] > > #+CAPTION: Title of image > #+NAME: fig:pic003 > [[/some/image003.jpg]] > > .... and so on until 40-50 images ... > > #+CAPTION: Title of image > #+NAME: fig:pic060 > [[/some/image060.jpg]] > > If I only put links without CAPTION and NAME, the export is working > well, but images are not nicely formatted. If I am using CAPTION without > NAME, I get the same problem, so only 18 images are displayed. > > I have tried to display random images, to verify is it about the link or > what would be the cause, but always 18 images are displayed. > > Few images are displayed on the side of the PDF, cut, not visible, > covering the right side border of the PDF file. > > I would really need help to get it working, as I use Org Mode for > reporting. > > Thank you, > J. Louis -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu