all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-latex and figures
@ 2011-01-27 14:04 Andrea Crotti
  2011-01-27 16:53 ` Thomas S. Dye
  0 siblings, 1 reply; 7+ messages in thread
From: Andrea Crotti @ 2011-01-27 14:04 UTC (permalink / raw)
  To: emacs-orgmode

I could not understand why on earth my pdf had all the images after the
whole document.
Then I found this:

http://www.eng.cam.ac.uk/help/tpl/textprocessing/float_hint.html

and found out that the default for a figure was
\begin{figure}[ptb]

while in the generated latex file from org I had
\begin{figure}[htb]

So I changed to the default and now it works fine...
Isn't that default maybe a bit dangerous?

The fact is that if the first image doesn't fit "here" it will be
printed late and all the others after.

I might also just use the latex code here for these things, I don't care
to export to other formats, it's just nicer to look if it's in org syntax

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

end of thread, other threads:[~2011-01-28 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 14:04 org-latex and figures Andrea Crotti
2011-01-27 16:53 ` Thomas S. Dye
2011-01-27 20:35   ` Chris Malone
2011-01-28 15:56     ` Eric S Fraga
2011-01-28 16:42       ` Thomas S. Dye
2011-01-28 17:09         ` Eric S Fraga
2011-01-28 16:01     ` Eric Schulte

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.