Re: [Orgmode] Re: LaTeX export of images

2009-10-20 Thread Carsten Dominik
On Oct 13, 2009, at 12:03 PM, Francesco Pizzolante wrote: Hi Carsten, Sorry for my late reply on this subject. OK, I have now modified image placement in LaTeX. 1. Image in text [[./img/x.png]] 2. Floating image with caption and modified size and placement #+CAPTION: My caption #+A

Re: [Orgmode] Re: LaTeX export of images

2009-10-13 Thread Francesco Pizzolante
Hi Carsten, Sorry for my late reply on this subject. > OK, I have now modified image placement in LaTeX. > > 1. Image in text > >[[./img/x.png]] > > 2. Floating image with caption and modified size and placement > >#+CAPTION: My caption >#+ATTR_LATEX: placement=[H] width=0.6\textwidth

Re: [Orgmode] Re: LaTeX export of images

2009-10-05 Thread Darlan Cavalcante Moreira
At Sat, 3 Oct 2009 09:05:38 +0200, Carsten Dominik wrote: > > > On Oct 2, 2009, at 5:23 PM, Nick Dokos wrote: > > > Darlan Cavalcante Moreira wrote: > > > >> At Fri, 2 Oct 2009 08:55:22 +0200, > >> Carsten Dominik wrote: > >>> Do we need to implement a way so that text can be made to flow > >

Re: [Orgmode] Re: LaTeX export of images

2009-10-03 Thread Carsten Dominik
On Oct 2, 2009, at 5:23 PM, Nick Dokos wrote: Darlan Cavalcante Moreira wrote: At Fri, 2 Oct 2009 08:55:22 +0200, Carsten Dominik wrote: Do we need to implement a way so that text can be made to flow around a figure, just as it is possible in HTML export? What would be the right LaTeX pa

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Nick Dokos
Darlan Cavalcante Moreira wrote: > At Fri, 2 Oct 2009 08:55:22 +0200, > Carsten Dominik wrote: > > Do we need to implement a way so that text can be made to flow around > > a figure, just as it is possible in HTML export? What would be the > > right LaTeX package to use for this purpose? > >

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Darlan Cavalcante Moreira
At Fri, 2 Oct 2009 08:55:22 +0200, Carsten Dominik wrote: > > > On Sep 23, 2009, at 11:09 PM, Sébastien Vauban wrote: > > > Jeff Kowalczyk wrote: > >> Sébastien Vauban writes: > >>> Francesco Pizzolante wrote: > In this case, we should just generate \includegraphics{myimage} > witho

Re: [Orgmode] Re: LaTeX export of images

2009-10-02 Thread Carsten Dominik
On Sep 23, 2009, at 11:09 PM, Sébastien Vauban wrote: Jeff Kowalczyk wrote: Sébastien Vauban writes: Francesco Pizzolante wrote: In this case, we should just generate \includegraphics{myimage} without the centerline command. Given the output of the `\centerline' command, I guess that th

Re: [Orgmode] Re: LaTeX export of images

2009-09-29 Thread Carsten Dominik
On Sep 23, 2009, at 11:09 PM, Sébastien Vauban wrote: Jeff Kowalczyk wrote: Sébastien Vauban writes: Francesco Pizzolante wrote: In this case, we should just generate \includegraphics{myimage} without the centerline command. Given the output of the `\centerline' command, I guess that th

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Sébastien Vauban
Jeff Kowalczyk wrote: > Sébastien Vauban writes: >> Francesco Pizzolante wrote: >>> In this case, we should just generate \includegraphics{myimage} without >>> the centerline command. >> >> Given the output of the `\centerline' command, I guess that the inlining of >> an image inside a line of tex

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Jeff Kowalczyk
Sébastien Vauban writes: > Francesco Pizzolante wrote: > > In this case, we should just generate \includegraphics{myimage} without the > > centerline command. > > Given the output of the `\centerline' command, I guess that the inlining of an > image inside a line of text is not supported as is by

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Sébastien Vauban
Hi Francesco, Francesco Pizzolante 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 co