From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu Subject: Images in Tables? Date: Wed, 8 Feb 2012 11:08:25 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv4SW-00006g-1s for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 05:09:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv4SQ-0006OP-4F for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 05:09:04 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:35374) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rv4SP-0006Nv-Ly for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 05:08:58 -0500 Received: by eekc13 with SMTP id c13so135483eek.0 for ; Wed, 08 Feb 2012 02:08:55 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Hello! I was wondering if there is any useful way, to organize images in tables. This would be useful e.g. if one needs to organize some images on a regular grid, but the images aren't equally sized, such that a simple line break doesn't do the trick. Creating just a table with the image links inside will work /basically/, assuming that the images have an appropriate size, but if resizing is needed, I can't see how to do this in a table (because inside no e.g. #+ATTR_LATEX line is possible). The same problem also occurs when I want to preview images side-by-side, e.g. : [[./img1.png]] [[./img2.png]] though here actually newlines from fill-paragraph/auto-fill add to the problem - as will be the size of some high-resolution images. My only current solution is to use explicit LaTeX and then preview the LaTeX, but that slows down operation considerably. Is anything currently implemented to allow such usage?