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 / intro_ipv6

Presentazione beamer su IPv6.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/intro_ipv6
hg clone ssh://hg@bitbucket.org/nolith/intro_ipv6

intro_ipv6 / beamercolorthemeprogressbar.sty

commit
342d76faf532
parent
4eeb9c8e2bc5
branch
default

typo + errore nell'algoritmo EUI-64

1
f6c754e3eeb6
\ProvidesPackage{beamercolorthemeprogressbar}[2007/06/21]
2
f6c754e3eeb6
3
f6c754e3eeb6
% Beamer theme by Sylvain Bouveret <sylvain[dot]bouveret[aT]cert[DoT]fr>
4
f6c754e3eeb6
% jun. 2007 version 0.32
5
f6c754e3eeb6
%
6
f6c754e3eeb6
% based on the LaTeX-Beamer package :
7
f6c754e3eeb6
% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>
8
f6c754e3eeb6
%
9
f6c754e3eeb6
% This program can be redistributed and/or modified under the terms
10
f6c754e3eeb6
% of the GNU Public License, version 2.
11
f6c754e3eeb6
12
f6c754e3eeb6
13
f6c754e3eeb6
\makeatletter
14
f6c754e3eeb6
15
f6c754e3eeb6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
f6c754e3eeb6
%
17
f6c754e3eeb6
% Some color definitions...
18
f6c754e3eeb6
%
19
f6c754e3eeb6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20
f6c754e3eeb6
21
f6c754e3eeb6
\usecolortheme{rose}
22
f6c754e3eeb6
23
f6c754e3eeb6
\definecolor{progressbar@bgblue}{rgb}{0.75,0.75,0.95} % use structure theme to change
24
f6c754e3eeb6
\definecolor{progressbar@fgblue}{rgb}{0.1,0.1,0.9} % use structure theme to change
25
f6c754e3eeb6
26
f6c754e3eeb6
\setbeamercolor*{palette primary}{fg=progressbar@fgblue,bg=progressbar@bgblue}
27
f6c754e3eeb6
\setbeamercolor*{palette secundary}{fg=progressbar@fgblue,bg=progressbar@bgblue}
28
f6c754e3eeb6
\setbeamercolor*{palette tertiary}{fg=progressbar@fgblue,bg=progressbar@bgblue}
29
f6c754e3eeb6
30
f6c754e3eeb6
\setbeamercolor{section in head/foot}{parent=palette primary}
31
f6c754e3eeb6
32
f6c754e3eeb6
\makeatothe