emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Fraga, Eric" <e.fraga@ucl.ac.uk>
To: Luca Ferrari <fluca1978@gmail.com>
Cc: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: from org to openoffice presentations (or make org looks like openoffice)
Date: Wed, 24 Jul 2019 12:12:44 +0000	[thread overview]
Message-ID: <87imrr637p.fsf@ucl.ac.uk> (raw)
In-Reply-To: <CAKoxK+6Fb1kTcHa8+Sgf4De6gqUP8fL+Y2PRozR3cD6rtAq25w@mail.gmail.com>	(Luca Ferrari's message of "Wed, 24 Jul 2019 13:42:11 +0200")

[-- Attachment #1: Type: text/plain, Size: 1594 bytes --]

On Wednesday, 24 Jul 2019 at 13:42, Luca Ferrari wrote:
> Yes, this is what I'm doing so far. The problems I see are:
> 1) the image contains a footer, and LaTeX does not anything about such
> footer so sometimes text can overlap with the footer. If I isolate the
> footer as a separate image, how can I specify to place it to the
> bottom of each slide and have beamer not placing controls and other
> text on the slides?

As soon as you want this type of control, you'll end up having to design
your own beamer theme.  There are many themes out there: I suggest you
have a look at which one(s) come(s) close to what you want, copy it, and
change it accordingly.  But this will require a certain level of
LaTeX-fu unfortunately.

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.

> 2) I usually provide two sets of slides, one dark and one light

Two themes...?

> By the way, things were even worst of how I described them: the
> template was Microsoft Office (not even Open Office)!

For me, they are equivalent in any case: I do not like word processors
as they make me do the job of a typesetter and I'd rather worry about
content.  But I know what you mean.

Best of luck,
eric

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-399-g4e6222

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: t.org --]
[-- Type: text/x-org; name="t.org", Size: 180 bytes --]

#+beamer_theme: minimal
#+title: The title
#+author: ESF
#+options: toc:nil

* This is a test
1. first point
2. second point
* Second slide
- third point
- fourth point

[-- Attachment #3: t.pdf --]
[-- Type: application/pdf, Size: 46645 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: beamerthememinimal.sty --]
[-- Type: text/x-tex; name="beamerthememinimal.sty", Size: 1722 bytes --]

\ProvidesPackage{beamerthememinimal}[2017/04/28 Inspired by a presentation from Rio Tinto]
\usepackage{lastpage}
\mode<presentation>
%\newcommand{\versioninformation}{}

\definecolor{maincolour}{HTML}{00A400}  % darkgreen
\definecolor{modelinecolour}{HTML}{483D8B} % dark slate blue
\definecolor{modelinebgcolour}{HTML}{104E8B} % dodger blue 4
% background
\setbeamertemplate{background}{
  \begin{tikzpicture}
  \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
   \node[inner sep=0pt,above,left] (ucllogo) at (\paperwidth,8pt) {\includegraphics[height=10pt]{ucl-white-transparent}};
  \ifnum\thepage>1\relax%
  \node[above,right] (pagenumber) at (0,1.2ex) {{\tiny\color{lightgray} \thepage/\pageref{LastPage}
      ~\insertsectionhead
      \ifdef{\versioninformation}{~\color{gray}\versioninformation}{}}};
  \fi
  \end{tikzpicture}
}

% colours
\setbeamercolor{structure}{fg=maincolour}
%\setbeamercolor{block title alerted}{fg=maincolour}
\setbeamercolor{background canvas}{bg=black,fg=white} 
\usebeamercolor[fg]{background canvas}
\setbeamercolor{block title}{fg=maincolour}
\setbeamercolor{block body}{fg=white}
\setbeamercolor{frametitle}{fg=white}
\setbeamercolor{item}{fg=maincolour}
\setbeamercolor*{normal text}{fg=white,bg=black}
\setbeamercolor*{alerted text}{fg=maincolour}
\setbeamercolor{section in toc}{fg=maincolour}
\setbeamercolor{subsection in toc}{fg=maincolour}
\setbeamercolor*{title}{fg=white}
\setbeamercolor*{title page header}{fg=white}
% fonts
\setbeamerfont{frametitle}{series=\bfseries}
\setbeamerfont{title}{size=\Large,series=\bfseries}

\setbeamertemplate{items}[ball]
\setbeamertemplate{navigation symbols}{}

\mode <all>

  reply	other threads:[~2019-07-24 12:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24  7:13 from org to openoffice presentations (or make org looks like openoffice) Luca Ferrari
2019-07-24  7:36 ` Marcin Borkowski
2019-07-24  7:56 ` Fraga, Eric
2019-07-24 11:42   ` Luca Ferrari
2019-07-24 12:12     ` Fraga, Eric [this message]
2019-07-25  7:53       ` Luca Ferrari
2019-07-25  9:16         ` Fraga, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87imrr637p.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=fluca1978@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).