From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Org-mode styled beamer presentations Date: Fri, 24 May 2013 11:41:49 +0100 Message-ID: <87li74vevm.fsf@ucl.ac.uk> References: <20130520014143.27f90dfb@aga-netbook> <87ppwgvfac.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfpRh-0005ks-Jr for emacs-orgmode@gnu.org; Fri, 24 May 2013 06:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfpRf-0004W7-0e for emacs-orgmode@gnu.org; Fri, 24 May 2013 06:42:01 -0400 Received: from ch1ehsobe003.messaging.microsoft.com ([216.32.181.183]:21161 helo=ch1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfpRe-0004Vy-SP for emacs-orgmode@gnu.org; Fri, 24 May 2013 06:41:58 -0400 In-Reply-To: <87ppwgvfac.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 24 May 2013 11:32:59 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Org-mode mailing list --=-=-= Content-Type: text/plain Eric S Fraga writes: > Marcin Borkowski writes: > >> >> >> Hi list, >> >> many of you use Org-mode to create Beamer presentations. How about the >> other way round? I wrote an Org-mode styled Beamer theme. Please use, >> enjoy and report bugs and feature requests! >> >> https://twitter.com/marcin_mbork/status/335890494980767746 >> http://mbork.pl/2013-05-18_A_presentation_on_LaTeX_editing_%28en%29 >> https://github.com/mbork/beamerorgtheme >> >> >> >> Best, > > Very cute! I like it. > > Now I just need to customise it so that it matches my usual colour theme > in Emacs which has a black background! Ahh, a perfect excuse to not get > any more work done today ;-) > > thanks, > eric Well, that was too easy... see attached for a slightly different version of your colour theme which gives black background with yellowish-white foreground and red highlighting... I guess I have to get back to work now! ;-) In fact, I have a talk to prepare for next week. I think I'll use this style! The audience should be sufficiently geeky to appreciate it for once. Thanks again, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_8.0.3-148-g36848f --=-=-= Content-Type: text/x-tex Content-Disposition: attachment; filename="beamercolorthemeorg.sty" %% beamercolorthemeorg.sty %% %% Copyright 2007 by Till Tantau and 2013 by Marcin Borkowski %% %% This beamer theme is based on Till Tantau's default Beamer theme, %% with modifications by Marcin Borkowski. % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, version 1.3c, % found in the file lppl.txt. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is Marcin Borkowski . % % This work consists of the files: % beamercolorthemeorg.sty % beamerfontthemeorg.sty % beamerinnerthemeorg.sty % beamerouterthemeorg.sty % beamerthemeorg.sty % beamerthemeorg-demo.tex \ProvidesPackage{beamercolorthemeorg}[2013/05/18 Org-inspired color theme for Beamer] \mode \usecolortheme{rose} \definecolor{progressbar@oz}{rgb}{0.7765,0.2431,0.1882} % colour from the UCL Australia logo background \setbeamercolor{background canvas}{bg=black,fg=white} \usebeamercolor[fg]{background canvas} \setbeamercolor*{normal text}{fg=yellow!20!white,bg=black} \setbeamercolor*{alerted text}{fg=progressbar@oz} \setbeamercolor{structure}{bg=black,fg=progressbar@oz} \setbeamercolor{org keywords}{use=structure,fg=structure.fg!40!bg} \setbeamercolor{org keywords dimmed}{use=structure,fg=structure.fg!80!bg} \setbeamercolor{framesubtitle}{use=structure,fg=structure.fg!70!bg} \setbeamercolor{dimmed text}{use=structure,fg=structure.fg!40!bg} \setbeamercolor{alerted text}{use=palette secondary,fg=palette secondary.fg} \newcommand<>{\dimmed}[1]{{\usebeamercolor{dimmed text}\color{fg}#1}} \mode %%%%%%%%%%%% Emacs food % Local Variables: % TeX-command-default: "LaTeX" % TeX-master: "beamer-test.tex" % End: --=-=-=--