From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: orgmode/beamer - won't export blocks Date: Mon, 30 May 2011 19:44:04 +0200 Message-ID: <80vcwsm6cb.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Benjamin, Benjamin Slade wrote: >>> I have a bunch of packages that I would need for my beamer presentations and >>> it would be nice just to have them automatically included every time. >> >> If you want to do so, either put your list of packages >> >> - in an Org file that you #+INCLUDE as needed, or >> - in your own theme (that's what I generally end up doing). >> >> Both are better places, IMHO, for customs. > > Many thanks for your reply. One last question: do you have an example > (or a link to an explanation about) making one's "own theme"? (I > understand the #+INCLUDE option). I haven't yet found a real tutorial about making his own Beamer theme. I just copied one of beamers themes and modified it to meet my needs. After you have a new theme, run texhash so that LaTeX finds the new theme -- if needed. An extract from my file `beamerthemesva.sty': #+begin_src latex % Copyright 2010, 2011 by Seb Vauban \ProvidesPackage{beamerthemesva}[2011/05/26 v1.0 sva beamer theme] \usefonttheme{sva}% Put yours, or a default one \usecolortheme{sva}% Put yours, or a default one \useinnertheme{sva}% Put yours, or a default one \useoutertheme{sva}% Put yours, or a default one % Color hyperref links and urls \definecolor{sva-color-link}{HTML}{1968BA} % blue \definecolor{sva-color-url}{HTML}{003399} % darker blue \hypersetup{% colorlinks=true,% avoid the red boxed around cross-references linkcolor=sva-color-link,% color of internal links urlcolor=sva-color-url, % color of external links }% #+end_src Check how the currently existing theme are created. Not that hard. Not that easy, though... Best regards, Seb -- Sebastien Vauban