emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] porting guide from old to new beamer export?


From: Eric S Fraga
Subject: Re: [O] porting guide from old to new beamer export?
Date: Wed, 2 Sep 2015 12:13:11 +0100

On Tuesday,  1 Sep 2015 at 21:11, Joseph Vidal-Rosset wrote:
> 2015-08-31 10:32 GMT+02:00 Loris Bennett <address@hidden>:
>
>> #+BEAMER_THEME: CambridgeUS
>>
>> If that doesn't work, you should post a minimal working example which
>> illustrates the problem.
>>
>
>
> I must say to the list that the code that solves my problem is given in
> Eric Fraga's tutorial:
>
> #+latex_header:
> \mode<beamer>{\usetheme{CambridgeUS}\usepackage{beamer_udl_theme}}

I'm glad my tutorial helped but I am surprised you needed to do
this.  Can you please post a minimal example that fails when using the
"#+beamer_theme:" construct as suggested by Loris above?  This
definitely works for me.

Also, what version of org?  (M-x org-version RET)

> Now I meet a new problem : what is the org-mode code to export this Latex
> code that customizes the frame of the title page? :
>
> \begin{frame}
> \titlepage
> \begin{center}
> \includegraphics[height=1cm,width=1cm]{cnrs_noir}~~
> \includegraphics[height=1cm,width=1cm]{logo}~
> \includegraphics[height=1cm,width=1cm]{logo-udl}
> \end{center}
> \end{frame}

For customisation of the title page, I tend to use the #+date: header
and put whatever LaTeX I want there.  For instance, for a conference I
am presenting at next week, I have done:

#+begin_src org
  ,#+date: 8 September 2015 @@latex:\\@@ Carbon dioxide utilisation 
@@latex:\\@@ Faraday Discussions
#+end_src

You could easily put your graphics within a @@latex:...@@ construct in
the DATE header.

HTH,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.1-188-g410ea6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]