O := .tmp
R2B := ./rst2beamer.py
-R2BTHEME := Frankfurt
+R2BTHEME := Luca
R2BFLAGS := --halt=2 --lang es --codeblocks-use-pygments \
--input-encoding=utf-8 --output-encoding=utf-8 \
--overlaybullets= \
--theme $(R2BTHEME)
R2BFILTER := sed '/\\usepackage\[scaled=\.90\]{helvet}/d; \
- s/\\usepackage\[utf8\]{inputenc}/\\usepackage[utf8x]{inputenc}/'
+ s/\\usepackage\[utf8\]{inputenc}/\\usepackage[utf8x]{inputenc}/; \
+ s/\\institute{\(.*\)}/\\institute[FIUBA]{\1}/'
DOT := dot
DOTFLAGS :=
presentacion.pdf: $(imgs)
-$O/%.tex: %.rst $(R2B)
+$O/%.tex: %.rst $(R2B) $O/beamerthemeLuca.sty
$(if $V,@echo "$(R2B) $< > $@")
$V $(R2B) $(R2BFLAGS) $< | $(R2BFILTER) > $@
$O/img/%.pdf: img/%.pdf
cp $< $@
+$O/%.sty: %.sty
+ cp $< $@
+
.PHONY: clean
clean:
$(RM) -r $O
--- /dev/null
+% Copyright 2010 by Leandro Lucarella, based on Frankfurt
+% & CambridgeUS Themes
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\mode<presentation>
+
+\useoutertheme{infolines}
+%\useoutertheme[subsection=false,footline=authortitle]{miniframes}
+\useoutertheme[subsection=false,footline=authortitle]{smoothbars}
+\useinnertheme[shadow=true]{rounded}
+\usecolortheme{orchid}
+\usecolortheme{whale}
+
+\setbeamerfont{block title}{size={}}
+
+\mode
+<all>
+