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.article.tex

1
2
3
4
5
6
7
8
9
\documentclass{article}
\usepackage{beamerarticle}  
\usepackage{xcolor}
\usepackage{ruby}
\definecolor{RubyBack}{rgb}{1.0,1.0,1.0}     
\definecolor{OutputBack}{rgb}{1.0,1.0,1.0}    
\definecolor{RubyFrame}{rgb}{0.0,0.0,0.0}     
\definecolor{OutputFrame}{rgb}{0.0,0.0,0.0}
\input{slides}