emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Latex export bug? Odd behavior with figures...
Date: Tue, 25 May 2010 17:26:35 -0500	[thread overview]
Message-ID: <AANLkTilTEJo9D5RFP0-iJunPe87PHWggztvVoHbS_7sI@mail.gmail.com> (raw)


[-- 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

             reply	other threads:[~2010-05-26  3:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25 22:26 John Hendy [this message]
2010-05-26  3:37 ` Latex export bug? Odd behavior with figures 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTilTEJo9D5RFP0-iJunPe87PHWggztvVoHbS_7sI@mail.gmail.com \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).