From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Blank page in LaTeX/PDF output Date: Fri, 28 Feb 2014 11:37:59 -0600 Message-ID: References: <5310C07D.8010208@pfdstudio.com> <5310C6DF.70501@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJRNr-0006Br-TS for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 12:38:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJRNq-00036l-Rq for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 12:38:03 -0500 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:58477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJRNq-00036e-Mr for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 12:38:02 -0500 Received: by mail-ob0-f169.google.com with SMTP id wn1so4264453obc.0 for ; Fri, 28 Feb 2014 09:38:02 -0800 (PST) In-Reply-To: <5310C6DF.70501@pfdstudio.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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Peter Davis Cc: emacs-orgmode On Fri, Feb 28, 2014 at 11:26 AM, Peter Davis wrote: > > On 2/28/14, 12:03 PM, John Hendy wrote: >> >> On Fri, Feb 28, 2014 at 10:59 AM, Peter Davis wrote: >>> >>> I'm writing a short paper containing tables, images, etc., but I'm >>> getting a >>> blank page in the PDF output. That is, it's completely blank *except* for >>> the page number. >>> >>> Any suggestions on how to trouble-shoot or fix this? >> >> Probably related to image/table float placement. I've had an image on >> one page trigger a blank page after it, and if your options or the >> size of the image on the next place won't fit on a single page, it >> might be skipping that blank one entirely and moving along to the >> next. >> >> Is it possible to share the document, or could you try to copy that >> .org file, remove the contents of p. 1-4 and 8-9, and then share the >> .org file that generates pages 5, 6 (blank), and 7? > > > Thanks, John. I figured it has something to do with LaTeX float behavior, > but I'm trying to understand how to control it through org-mode. I'm > attaching a small sample that reproduces the problem. I was going to try and get back to you quickly, but I don't have koma-article defined and don't have the images you're using, so I won't be much help to you. Intuitively, I'd suggest you try playing with the image sizes to see if you can shrink them and make the problem go away. You can also try: #+latex: \scriptsize % or \small, \footnotesize, or \tiny before your table to make it smaller as well if you think that's contributing. Just saw your other email come in, and the TOC will be fixed by modifying your existing options at the top of the document: #+options: num:nil toc:nil Best regards, John > > Thanks! > -pd > > -- > Peter Davis > The Tech Curmudgeon > www.techcurmudgeon.com >