From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Controlling float position in LaTeX export Date: Mon, 19 Jan 2009 21:40:29 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOwhx-0004em-BA for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 11:10:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOwhs-0004b6-4G for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 11:10:36 -0500 Received: from [199.232.76.173] (port=38290 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOwhr-0004aj-Rh for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 11:10:31 -0500 Received: from ti-out-0910.google.com ([209.85.142.188]:12408) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOwhq-0002bh-W5 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 11:10:31 -0500 Received: by ti-out-0910.google.com with SMTP id u5so2046296tia.10 for ; Mon, 19 Jan 2009 08:10:29 -0800 (PST) Content-Disposition: inline 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 mailing list Hello, A figure is exported to LaTeX with markup like below. ,---- | \begin{figure}[htb] | \centerline{\includegraphics[scale=0.8]{./time-series.png}} | \caption{\label{fig:bt}Weekly Business Transaction over Past Two Years} | \end{figure} `---- How can I replace [htb] with [H] (during the export itself?) It is required by "float" package to ensure that floats appear where I want them to appear. Is there an option that controls that? Thanks, -- Manish