From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: org-latex and figures Date: Thu, 27 Jan 2011 15:04:02 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiSTY-0005Rt-UR for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 09:05:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiSSO-00083r-SY for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 09:04:17 -0500 Received: from lo.gmane.org ([80.91.229.12]:56941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiSSO-00083i-KN for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 09:04:16 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PiSSL-0003yi-TP for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 15:04:13 +0100 Received: from 65-224.eduroam.rwth-aachen.de ([134.61.65.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jan 2011 15:04:13 +0100 Received: from andrea.crotti.0 by 65-224.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jan 2011 15:04:13 +0100 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: emacs-orgmode@gnu.org I could not understand why on earth my pdf had all the images after the whole document. Then I found this: http://www.eng.cam.ac.uk/help/tpl/textprocessing/float_hint.html and found out that the default for a figure was \begin{figure}[ptb] while in the generated latex file from org I had \begin{figure}[htb] So I changed to the default and now it works fine... Isn't that default maybe a bit dangerous? The fact is that if the first image doesn't fit "here" it will be printed late and all the others after. I might also just use the latex code here for these things, I don't care to export to other formats, it's just nicer to look if it's in org syntax