From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Tables and Images are shifted to the end of document while exporting to tex file Date: Mon, 29 Mar 2010 12:20:19 +0200 Message-ID: References: <4BAA68EF.1010500@gmail.com> <4BAE25D7.4010002@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwD9A-0007Zt-Tk for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 07:28:44 -0400 Received: from [140.186.70.92] (port=52153 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwD99-0007Zh-Ic for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 07:28:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwD98-0001Ot-3u for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 07:28:43 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:61699) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwD97-0001Nr-Dn for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 07:28:42 -0400 Received: by ey-out-1920.google.com with SMTP id 4so977985eyg.34 for ; Mon, 29 Mar 2010 04:28:41 -0700 (PDT) In-Reply-To: <4BAE25D7.4010002@gmail.com> 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: Keith Cc: emacs-orgmode@gnu.org On Mar 27, 2010, at 4:35 PM, Keith wrote: > I think I find where the bug is. I notice the images which are moved > to the end of the document were placed just after the footnote > syntax, say: > > here is the content.[fn:footnote] > [fn:footnote] here is the footnote of the content. > #+CAPTION: caption > #+LABEL: fig:caption > #+ATTR_LaTex: width=0.9\textwidth, placement=[ht] > [[file:/img/img.jpg]] > > After exporting to tex file, the image part will be replaced. Put the footnote inline, or put the footnote definition after the figure, not before. THe way you have written it, the figure is considered part of the footnote paragraph. - Carsten > > Keith > > Keith wrote: >> Dear all, >> I have a document containing total around 10 images and tables with >> the attribute setting "#+ATTR_LaTex: placement=[htb]". However, I >> notice that two of this images and tables are placed in the end of >> the pdf document where shouldn't be their place. At the beginning I >> thought it might be the floating mechanism in Tex system. >> Nevertheless, after trying lots of tuning in vain, I noticed the >> position of these image and table were shifted to the end of the >> file just before "\end{document}" and this causes the mistake of >> the position. >> Does anyone has idea about it? >> Keith > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten