[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Tables and Images are shifted to the end of document while
From: |
Keith |
Subject: |
[Orgmode] Re: Tables and Images are shifted to the end of document while exporting to tex file |
Date: |
Sat, 27 Mar 2010 16:35:51 +0100 |
User-agent: |
Thunderbird 2.0.0.24 (X11/20100317) |
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.
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