From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Pizzolante Subject: Re: Re: LaTeX export of images Date: Tue, 13 Oct 2009 12:03:11 +0200 Message-ID: <878wffr4ps.fsf@missioncriticalit.com> References: <87pr9jf68i.fsf@missioncriticalit.com> <87d45hoizp.fsf@mundaneum.com> <878wg5mkq1.fsf@mundaneum.com> <0782250F-567A-4B4A-82D5-EE1EF8FE65A7@gmail.com> <4ac5fa81.47c2f10a.45ee.0746@mx.google.com> <31946.1254497000@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: (Carsten Dominik's message of "Sat, 3 Oct 2009 09:05:38 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: Carsten Dominik Cc: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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 > [[./img/x.png]] > > 3. Wrapping text around the image > > #+ATTR_LaTeX: wrap > #+ATTR_HTML: align="left" > [[./img/x.png]] > > 4. Wrapping text around the image with modified size and wrapfigure placement > > #+ATTR_LaTeX: wrap width=0.38\textwidth placement={r}{0.4\textwidth > #+ATTR_HTML: align="right" width="250" > [[./img/x.png]] > > Even if there is a caption, wrap will work and force the > image to be non-floating with text wrapped around. > > Comments? I did not test the wrap option yet, but the rest is perfect (images in text, placements, width, captions, labels). I still miss one single option: "float" in order to force the centered figure environment if if no caption/label is present. I would add something like #+ATTR_LATEX: float or #+ATTR_LATEX: float=t Is this feasible? Thanks a lot! Francesco _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode