Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / ruby-beamer

My template for beamer slides with ruby code examples

Clone this repository (size: 534.4 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/ruby-beamer
hg clone ssh://hg@bitbucket.org/nolith/ruby-beamer

ruby-beamer / ruby.slides.tex

\documentclass[8pt,usenames,xcolor=dvipsnames,dvipsnames,compress]{beamer}     
%Test Wolf
\xdefinecolor{wolf}{RGB}{228,228,228}
\beamertemplatesolidbackgroundcolor{wolf}
%\logo{\includegraphics[width=\paperwidth]{images/wolf_logo}}
\usebackgroundtemplate{
\includegraphics[width=\paperwidth,
height=\paperheight]{images/wolf_bg}}
\useheadtemplate{\title}
%fine wolf  

\usepackage{xcolor}
\usepackage{ruby}
%permette un rendering buono a video (Font scalabili embedded)
\usepackage{ae,aecompl}
\input{slides}