emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex export bug? Odd behavior with figures...
@ 2010-05-25 22:26 John Hendy
  2010-05-26  3:37 ` Erik Iverson
  2010-05-26  4:23 ` Nick Dokos
  0 siblings, 2 replies; 7+ messages in thread
From: John Hendy @ 2010-05-25 22:26 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1861 bytes --]

Hi,

I've been working on a report and here is the relevant org file section
(edited for brevity and sanitization):

####### org file ########

* Main header
** Sub section
*** Experiment 1
- an unordered list of several points

|a|table|
|with|data|

**** Notes for experiment 1
blah blah blah

To illustrate the notes, here's a picture:

#+ATTR_LaTeX: width=12cm
#+CAPTION: View of something
[[~/Desktop/Pic1.pdf]]


When I change something, here's a picture of what happens:

#+CAPTION:  View of something else
#+ATTR_LaTeX: width=12cm
[[~/Desktop/Pic2.pdf]]

Some further comments on this.

*** Experiment 2
- An unordered list of several points

|a|table|
|with|data|

**** Notes for experiment 2
- An unordered list of several points

*** Experiment 3

####### org file ##########

Now, here's the order in the exported pdf:

####### latex export order #######
* Main header
** Sub section
*** Experiment 1
- an unordered list of several points

|a|table|
|with|data|

**** Notes for experiment 1
blah blah blah

To illustrate the notes, here's a picture:

*PICTURE 1 SHOULD BE HERE*

When I change something, here's a picture of what happens:

*PICTURE 2 SHOULD BE HERE*

Some further comments on this.

*PICTURE 1 IS ACTUALLY HERE*

*** Experiment 2
- An unordered list of several points

|a|table|
|with|data|

**** Notes for experiment 2
- An unordered list of several points

*PICTURE 2 IS ACTUALLY HERE*

*** Experiment 3
########### 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.


John

[-- Attachment #1.2: Type: text/html, Size: 2286 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-26 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25 22:26 Latex export bug? Odd behavior with figures John Hendy
2010-05-26  3:37 ` Erik Iverson
2010-05-26  3:45   ` John Hendy
2010-05-26  4:23 ` Nick Dokos
2010-05-26  7:11   ` Thomas S. Dye
2010-05-26 14:00   ` Nick Dokos
2010-05-26 21:43     ` John Hendy

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).