From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Re: Array of identical images? Date: Fri, 15 Jun 2018 09:59:15 +0200 Message-ID: <87po0so4z0.fsf@hornfels.zedat.fu-berlin.de> References: <87o9gdv3be.fsf@hornfels.zedat.fu-berlin.de> <874li5z8zy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTjdt-0008Bu-DO for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 03:59:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTjdo-0004dU-FF for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 03:59:33 -0400 Received: from [195.159.176.226] (port=34797 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTjdo-0004aL-7f for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 03:59:28 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fTjbd-0000zC-A5 for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 09:57:13 +0200 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" To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Thursday, 14 Jun 2018 at 16:40, Loris Bennett wrote: >> Hi, >> >> For a beamer slide I'd like to have a 2D array of a single PNG-image >> (the single image is a desktop computer, the array is intended to >> represent a cluster of computers). I could presumably just create a >> LaTeX table and include the image in each cell. > > Of course, an alternative would be to use tikz to loop over x and y and > include the same image at various points to create a single image (as > far as org is concerned)? Ah yes, tikz had slipped my mind, but that sounds like the right solution. I'll probably stick with my kludge in the current case, but next time I'll do it properly ;-) Thanks, Loris -- This signature is currently under construction.