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 / beamerinnerthemeprogressbar.sty

commit
342d76faf532
parent
4eeb9c8e2bc5
branch
default

typo + errore nell'algoritmo EUI-64

1
f6c754e3eeb6
\ProvidesPackage{beamerinnerthemeprogressbar}[2007/06/21]
2
f6c754e3eeb6
3
f6c754e3eeb6
4
f6c754e3eeb6
% Beamer theme by Sylvain Bouveret <sylvain[dot]bouveret[aT]cert[DoT]fr>
5
f6c754e3eeb6
% jun. 2007 version 0.32
6
f6c754e3eeb6
%
7
f6c754e3eeb6
% based on the LaTeX-Beamer package :
8
f6c754e3eeb6
% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>
9
f6c754e3eeb6
%
10
f6c754e3eeb6
% This program can be redistributed and/or modified under the terms
11
f6c754e3eeb6
% of the GNU Public License, version 2.
12
f6c754e3eeb6
13
f6c754e3eeb6
\RequirePackage{tikz}
14
f6c754e3eeb6
15
f6c754e3eeb6
\useinnertheme{rounded}
16
f6c754e3eeb6
17
f6c754e3eeb6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18
f6c754e3eeb6
%
19
f6c754e3eeb6
% Bibliography...
20
f6c754e3eeb6
%
21
f6c754e3eeb6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
f6c754e3eeb6
23
f6c754e3eeb6
\defbeamertemplate*{bibliography item}{progressbar theme}{
24
f6c754e3eeb6
  \begin{tikzpicture}
25
f6c754e3eeb6
    \useasboundingbox (0, 0.2) rectangle (0.5, 0.7);
26
f6c754e3eeb6
    \fill[fill=bg!85!blue] (0, 0.25) rectangle (0.4, 0.5);
27
f6c754e3eeb6
    \shade[bottom color=bg,top color=bg!85!blue] (0, 0) -- (0.3, 0) -- (0.4, 0.12) -- (0.4, 0.3) -- (0, 0.3) -- cycle;
28
f6c754e3eeb6
    \shade[left color=bg,right color=bg!85!blue] (0,0.27) .. controls (0.25,0.25) .. (0.4,0.5) -- (0,0.5) -- cycle;
29
f6c754e3eeb6
    \fill[fill=bg!90!blue] (0,0) rectangle (0.3,0.05);
30
f6c754e3eeb6
    \shade[left color=bg!95!blue,right color=bg!90!blue] (0,0) rectangle (0.05,0.5);
31
f6c754e3eeb6
    \shade[left color=bg,right color=bg!80!black,shading angle=45] (0.3,0) -- (0.3,0.12) -- (0.4,0.12) -- cycle;
32
f6c754e3eeb6
    \draw[draw=fg!35!bg] (0,0) -- (0.3,0) -- (0.4,0.12) -- (0.4,0.5) -- (0,0.5) -- cycle;
33
f6c754e3eeb6
    \draw[draw=fg!35!bg](0.3,0) -- (0.3,0.12) -- (0.4,0.12);
34
f6c754e3eeb6
  \end{tikzpicture}
35
f6c754e3eeb6
}
36
f6c754e3eeb6
37
f6c754e3eeb6
38
f6c754e3eeb6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
39
f6c754e3eeb6
%
40
f6c754e3eeb6
% Frame title...
41
f6c754e3eeb6
%
42
f6c754e3eeb6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
43
f6c754e3eeb6
44
f6c754e3eeb6
\defbeamertemplate*{frametitle}{progressbar theme}{
45
f6c754e3eeb6
  \begin{centering}
46
f6c754e3eeb6
    \textbf{\insertframetitle}
47
f6c754e3eeb6
    \par
48
f6c754e3eeb6
  \end{centering}
49
f6c754e3eeb6
}
50
f6c754e3eeb6
51
f6c754e3eeb6
52
f6c754e3eeb6
  
53
f6c754e3eeb6
\mode<all>
54
f6c754e3eeb6
55
f6c754e3eeb6
%%% Local Variables: 
56
f6c754e3eeb6
%%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex"
57
f6c754e3eeb6
%%% End: