From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: Re: from org to openoffice presentations (or make org looks like openoffice) Date: Thu, 25 Jul 2019 09:53:17 +0200 Message-ID: References: <877e87rhl3.fsf@ucl.ac.uk> <87imrr637p.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35041) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqYZa-0007JS-19 for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 03:53:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqYZZ-0004uz-52 for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 03:53:57 -0400 Received: from mail-io1-xd2a.google.com ([2607:f8b0:4864:20::d2a]:39731) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqYZY-0004uh-UV for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 03:53:57 -0400 Received: by mail-io1-xd2a.google.com with SMTP id f4so95328431ioh.6 for ; Thu, 25 Jul 2019 00:53:56 -0700 (PDT) In-Reply-To: <87imrr637p.fsf@ucl.ac.uk> 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: "Fraga, Eric" Cc: emacs-org list On Wed, Jul 24, 2019 at 2:12 PM Fraga, Eric wrote: > I've attached three files: an org file, the resulting PDF, and a very > minimal beamer theme that may be of use. That theme puts an image (UCL > logo) at the bottom right of the slide and a page number at the bottom > left side. Maybe you can modify this to your satisfaction. Note the > naming of the beamer theme file and how you refer to it in the org file. Thanks a lot, I'm refactoring it to my needs but it is a very good starting point. However, I had to place a \usepackage{tikz} in the theme file to make it compile. Now, the first question is: is there a way I define the image width to automatically adjust to the slide size? Something like the following almost work: \node[inner sep=0pt,above,left] (logo) at (\paperwidth,8pt) {\includegraphics[width=\paperwidth]{images/logo.png}}; but the image does not keep proportions. It would be better to enlarge the image from right to left up to all the space before the page numbering. Any hint? Thanks, Luca