]> git.llucax.com Git - z.facultad/75.00/presentacion.git/commitdiff
Mejorar estilo de la presentaciĆ³n
authorLeandro Lucarella <llucax@gmail.com>
Mon, 6 Dec 2010 17:04:12 +0000 (14:04 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 6 Dec 2010 17:04:12 +0000 (14:04 -0300)
Makefile
beamerthemeLuca.sty [new file with mode: 0644]

index 57cd1c5cadd1e8a18563d16247a35ae7065cdf06..dcee73d1ea2e37fbbe20e06f102395f9734757ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,14 @@
 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 :=
@@ -54,7 +55,7 @@ all: $(targets)
 
 presentacion.pdf: $(imgs)
 
-$O/%.tex: %.rst $(R2B)
+$O/%.tex: %.rst $(R2B) $O/beamerthemeLuca.sty
        $(if $V,@echo "$(R2B) $< > $@")
        $V $(R2B) $(R2BFLAGS) $< | $(R2BFILTER) > $@
 
@@ -81,6 +82,9 @@ $O/img/norm-hist-%.pdf: $O/img/norm-hist-%.eps
 $O/img/%.pdf: img/%.pdf
        cp $< $@
 
+$O/%.sty: %.sty
+       cp $< $@
+
 .PHONY: clean
 clean:
        $(RM) -r $O
diff --git a/beamerthemeLuca.sty b/beamerthemeLuca.sty
new file mode 100644 (file)
index 0000000..373841b
--- /dev/null
@@ -0,0 +1,24 @@
+% 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>
+