emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: orgmode/beamer - won't export blocks
Date: Mon, 30 May 2011 19:44:04 +0200	[thread overview]
Message-ID: <80vcwsm6cb.fsf@somewhere.org> (raw)
In-Reply-To: BANLkTi=EmTMCmPiXCWbYdZ7Tib-Ka--eWQ@mail.gmail.com

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

  reply	other threads:[~2011-05-30 17:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30 16:18 orgmode/beamer - won't export blocks Benjamin Slade
2011-05-30 17:44 ` Sebastien Vauban [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29 17:06 Benjamin Slade
2011-05-30 14:42 ` Sebastien Vauban
2011-05-25  0:05 Benjamin Slade
2011-05-27  7:01 ` Eric S Fraga
2011-05-27 17:20   ` Benjamin Slade
2011-05-27 21:35     ` Sebastien Vauban
2011-05-24 17:21 Benjamin Slade
2011-05-24 19:43 ` Sebastien Vauban
2011-05-24 21:11   ` Eric S Fraga

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=80vcwsm6cb.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /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).