From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Latex export bug? Odd behavior with figures... Date: Tue, 25 May 2010 22:37:30 -0500 Message-ID: <4BFC977A.2020802@ccbr.umn.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59885 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OH7R7-0005eq-MG for emacs-orgmode@gnu.org; Tue, 25 May 2010 23:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OH7R6-0002ZP-KD for emacs-orgmode@gnu.org; Tue, 25 May 2010 23:37:41 -0400 Received: from pegasus.biostat.wisc.edu ([144.92.73.35]:49943) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OH7R6-0002Z8-F1 for emacs-orgmode@gnu.org; Tue, 25 May 2010 23:37:40 -0400 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: John Hendy Cc: emacs-orgmode > ########### latex order ############## > > I've inspected the generated .tex file and this shows up where expected > in both picture instances: > > \begin{figure}[htb] > \centering > \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} > \caption{text here} > \end{figure} > > I have generated a pdf from the .tex file and the same happens -- I > can't figure out why it's sticking them in places where they are not > called for. Not at all an expert on this, but what if you substitute [!htb] instead of [htb] in the LaTeX and generate a PDF? Obviously, not an org-mode solution, but does that do what you want?