Re: [Orgmode] LaTeX export of images

2009-09-30 Thread Francesco Pizzolante
Hi Nick and Carsten, First of all I thank you for your replies and the already checked-in patch. The behavior for images inserted in the middle of a paragraph is now correct. >> Yes sure, but what is wrong with \centerline? does the \centering >> lead to a different result? Using \centerline

Re: [Orgmode] LaTeX export of images

2009-09-30 Thread Carsten Dominik
On Sep 29, 2009, at 9:32 PM, Nick Dokos wrote: diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 4058891..248d653 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1553,8 +1585,8 @@ The conversion is made depending of STRING- BEFORE and STRING-AFTER." (cond ((and imgp (

Re: [Orgmode] LaTeX export of images

2009-09-29 Thread Nick Dokos
Carsten Dominik wrote: > > 1) Images in the middle of the text > > > > If I have the following example: > > > >, > >| For this example, I will use this image [[myimage.png]] which > > is a very good one. > >` > > > > Then, when exported, it produces the following LaTeX code:

Re: [Orgmode] LaTeX export of images

2009-09-29 Thread Carsten Dominik
On Sep 22, 2009, at 3:39 PM, Francesco Pizzolante wrote: Hi, I have a question about the LaTeX export of images. I wondering why we treat differently images with caption/label than the ones that do not have caption/label. I suppose that we want to make the difference between images that

[Orgmode] LaTeX export of images

2009-09-22 Thread Francesco Pizzolante
Hi, I have a question about the LaTeX export of images. I wondering why we treat differently images with caption/label than the ones that do not have caption/label. I suppose that we want to make the difference between images that appear in the middle of the text and those who will appear in a f