Commit 02c31a73dc24968fda9f0550571e50229ee7bd9c

Authored by Francisco Coelho
1 parent a48cd4f5
Exists in master

removed `Loios` files

@@ -32,22 +32,32 @@ @@ -32,22 +32,32 @@
32 \documentclass{beamer} 32 \documentclass{beamer}
33 \usetheme{Giraldo} 33 \usetheme{Giraldo}
34 % 34 %
  35 +% Suporte para o português
  36 +%
  37 +\usepackage[T1]{fontenc}
  38 +\usepackage[utf8]{inputenc}
  39 +\usepackage[portuges]{babel}
  40 +%
  41 +% Identificação deste documento
  42 +%
35 \title{Olá Mundo} 43 \title{Olá Mundo}
36 -\subtitle{Uso do tema `Giraldo'} 44 +\subtitle{Teste/Exemplo do tema `Giraldo'}
37 \author{Francisco Coelho} 45 \author{Francisco Coelho}
38 \institute[\texttt{fc@di.uevora.pt}]{ 46 \institute[\texttt{fc@di.uevora.pt}]{
39 Departamento de Informática\\ 47 Departamento de Informática\\
40 Escola de Ciências e Tecnologia\\ 48 Escola de Ciências e Tecnologia\\
41 Universidade de Évora 49 Universidade de Évora
42 } 50 }
43 - 51 +%
  52 +% Documento
  53 +%
44 \begin{document} 54 \begin{document}
45 \begin{frame}[plain]{\titlepage} 55 \begin{frame}[plain]{\titlepage}
46 56
47 \section{Uso básico do `beamer`} 57 \section{Uso básico do `beamer`}
48 58
49 - \begin{frame}{Criar uma página}  
50 - Olá 59 + \begin{frame}{Teste/Exemplo do tema `Giraldo'}
  60 + Olá Mundo.
51 \end{frame} 61 \end{frame}
52 \end{document} 62 \end{document}
53 ``` 63 ```
54 \ No newline at end of file 64 \ No newline at end of file
exemplos/simples.tex
@@ -34,7 +34,7 @@ Escola de Ciências e Tecnologia @@ -34,7 +34,7 @@ Escola de Ciências e Tecnologia
34 \date{} 34 \date{}
35 % 35 %
36 % 36 %
37 -% Início do documento 37 +% Documento
38 % 38 %
39 \begin{document} 39 \begin{document}
40 % 40 %
texmf/tex/latex/beamer/themes/color/beamercolorthemeLoios.sty
@@ -1,182 +0,0 @@ @@ -1,182 +0,0 @@
1 -% Copyright 2007 by Till Tantau  
2 -%  
3 -% This file may be distributed and/or modified  
4 -%  
5 -% 1. under the LaTeX Project Public License and/or  
6 -% 2. under the GNU Public License.  
7 -%  
8 -% See the file doc/licenses/LICENSE for more details.  
9 -  
10 -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/color/beamercolorthemedefault.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $  
11 -  
12 -  
13 -\mode<presentation>  
14 -  
15 -\definecolor{beamer@blendedblue}{rgb}{0.2,0.2,0.7} % use structure theme to change  
16 -  
17 -\setbeamercolor{normal text}{fg=black,bg=white}  
18 -\setbeamercolor{alerted text}{fg=red}  
19 -\setbeamercolor{example text}{fg=green!50!black}  
20 -  
21 -\setbeamercolor{structure}{fg=beamer@blendedblue}  
22 -  
23 -\setbeamercolor{background canvas}{parent=normal text}  
24 -\setbeamercolor{background}{parent=background canvas}  
25 -  
26 -\setbeamercolor{palette primary}{use=structure,fg=structure.fg}  
27 -\setbeamercolor{palette secondary}{use=structure,fg=structure.fg!75!black}  
28 -\setbeamercolor{palette tertiary}{use=structure,fg=structure.fg!50!black}  
29 -\setbeamercolor{palette quaternary}{fg=black}  
30 -  
31 -\setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg}  
32 -\setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg}  
33 -\setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg}  
34 -\setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg}  
35 -  
36 -\setbeamercolor{math text}{}  
37 -\setbeamercolor{math text inlined}{parent=math text}  
38 -\setbeamercolor{math text displayed}{parent=math text}  
39 -  
40 -\setbeamercolor{normal text in math text}{}  
41 -  
42 -\setbeamercolor{local structure}{parent=structure}  
43 -  
44 -\setbeamercolor{titlelike}{parent=structure}  
45 -  
46 -\setbeamercolor{title}{parent=titlelike}  
47 -\setbeamercolor{title in head/foot}{parent=palette quaternary}  
48 -\setbeamercolor{title in sidebar}{parent=palette sidebar quaternary}  
49 -  
50 -\setbeamercolor{subtitle}{parent=title}  
51 -  
52 -\setbeamercolor{author}{}  
53 -\setbeamercolor{author in head/foot}{parent=palette primary}  
54 -\setbeamercolor{author in sidebar}{use=palette sidebar tertiary,fg=palette sidebar tertiary.fg}  
55 -  
56 -\setbeamercolor{institute}{}  
57 -\setbeamercolor{institute in head/foot}{parent=palette tertiary}  
58 -\setbeamercolor{institute in sidebar}{use=palette sidebar tertiary,fg=palette sidebar tertiary.fg}  
59 -  
60 -\setbeamercolor{date}{}  
61 -\setbeamercolor{date in head/foot}{parent=palette secondary}  
62 -\setbeamercolor{date in sidebar}{use=palette sidebar tertiary,fg=palette sidebar tertiary.fg}  
63 -  
64 -\setbeamercolor{titlegraphic}{}  
65 -  
66 -\setbeamercolor{part name}{}  
67 -\setbeamercolor{part title}{parent=titlelike}  
68 -  
69 -\setbeamercolor{section name}{}  
70 -\setbeamercolor{section title}{parent=titlelike}  
71 -  
72 -\setbeamercolor{section in toc}{parent=structure}  
73 -\setbeamercolor{section in toc shaded}{parent=section in toc}  
74 -\setbeamercolor{section in head/foot}{parent=palette tertiary}  
75 -\setbeamercolor{section in sidebar}{parent=palette sidebar secondary}  
76 -\setbeamercolor{section in sidebar shaded}{use=section in sidebar,fg=section in sidebar.fg!40!bg}  
77 -\setbeamercolor{section number projected}{parent=item projected}  
78 -  
79 -\setbeamercolor{subsection name}{}  
80 -\setbeamercolor{subsection title}{parent=titlelike}  
81 -  
82 -\setbeamercolor{subsection in toc}{}  
83 -\setbeamercolor{subsection in toc shaded}{parent=subsection in toc}  
84 -\setbeamercolor{subsection in head/foot}{parent=palette secondary}  
85 -\setbeamercolor{subsection in sidebar}{parent=palette sidebar primary}  
86 -\setbeamercolor{subsection in sidebar shaded}{use=subsection in sidebar,fg=subsection in sidebar.fg!40!bg}  
87 -\setbeamercolor{subsection number projected}{parent={subitem projected}}  
88 -  
89 -\setbeamercolor{subsubsection in toc}{parent=subsection in toc}  
90 -\setbeamercolor{subsubsection in toc shaded}{parent=subsubsection in toc}  
91 -\setbeamercolor{subsubsection in head/foot}{parent=subsection in head/foot}  
92 -\setbeamercolor{subsubsection in sidebar}{parent=subsection in sidebar}  
93 -\setbeamercolor{subsubsection in sidebar shaded}{parent=subsection in sidebar shaded}  
94 -\setbeamercolor{subsubsection number projected}{parent=subsubitem projected}  
95 -  
96 -\setbeamercolor{headline}{}  
97 -\setbeamercolor{footline}{}  
98 -  
99 -\setbeamercolor{sidebar}{}  
100 -\setbeamercolor{sidebar left}{parent=sidebar}  
101 -\setbeamercolor{sidebar right}{parent=sidebar}  
102 -  
103 -\setbeamercolor{logo}{parent=palette secondary}  
104 -  
105 -\setbeamercolor{frametitle}{parent=titlelike}  
106 -\setbeamercolor{framesubtitle}{parent=frametitle}  
107 -  
108 -\setbeamercolor{frametitle right}{parent=frametitle}  
109 -  
110 -\setbeamercolor{caption}{}  
111 -\setbeamercolor{caption name}{parent=structure}  
112 -  
113 -\setbeamercolor{button}{use=local structure,bg=local structure.fg!50!bg,fg=white}  
114 -\setbeamercolor{button border}{use=button,fg=button.bg}  
115 -\setbeamercolor{navigation symbols}{use=structure,fg=structure.fg!40!bg}  
116 -\setbeamercolor{navigation symbols dimmed}{use=structure,fg=structure.fg!20!bg}  
117 -\setbeamercolor{mini frame}{parent=section in head/foot}  
118 -  
119 -\setbeamercolor{block body}{}  
120 -\setbeamercolor{block body alerted}{}  
121 -\setbeamercolor{block body example}{}  
122 -\setbeamercolor{block title}{parent=structure}  
123 -\setbeamercolor{block title alerted}{parent=alerted text}  
124 -\setbeamercolor{block title example}{parent=example text}  
125 -  
126 -\setbeamercolor{item}{parent=local structure}  
127 -\setbeamercolor{subitem}{parent=item}  
128 -\setbeamercolor{subsubitem}{parent=subitem}  
129 -  
130 -\setbeamercolor{item projected}{parent=item,use=item,fg=white,bg=item.fg}  
131 -\setbeamercolor{subitem projected}{parent=item projected}  
132 -\setbeamercolor{subsubitem projected}{parent=subitem projected}  
133 -  
134 -\setbeamercolor{enumerate item}{parent=item}  
135 -\setbeamercolor{enumerate subitem}{parent=subitem}  
136 -\setbeamercolor{enumerate subsubitem}{parent=subsubitem}  
137 -  
138 -\setbeamercolor{itemize item}{parent=item}  
139 -\setbeamercolor{itemize subitem}{parent=subitem}  
140 -\setbeamercolor{itemize subsubitem}{parent=subsubitem}  
141 -  
142 -\setbeamercolor{itemize/enumerate body}{}  
143 -\setbeamercolor{itemize/enumerate subbody}{}  
144 -\setbeamercolor{itemize/enumerate subsubbody}{}  
145 -  
146 -\setbeamercolor{description item}{parent=item}  
147 -  
148 -\setbeamercolor{bibliography item}{parent=item}  
149 -  
150 -\setbeamercolor{bibliography entry author}{use=structure,fg=structure.fg}  
151 -\setbeamercolor{bibliography entry title}{use=normal text,fg=normal text.fg}  
152 -\setbeamercolor{bibliography entry location}{use=structure,fg=structure.fg!65!bg}  
153 -\setbeamercolor{bibliography entry note}{use=structure,fg=structure.fg!65!bg}  
154 -  
155 -\setbeamercolor{separation line}{}  
156 -  
157 -\setbeamercolor{upper separation line head}{parent=separation line}  
158 -\setbeamercolor{middle separation line head}{parent=separation line}  
159 -\setbeamercolor{lower separation line head}{parent=separation line}  
160 -  
161 -\setbeamercolor{upper separation line foot}{parent=separation line}  
162 -\setbeamercolor{middle separation line foot}{parent=separation line}  
163 -\setbeamercolor{lower separation line foot}{parent=separation line}  
164 -  
165 -\setbeamercolor{abstract}{}  
166 -\setbeamercolor{abstract title}{parent=structure}  
167 -  
168 -\setbeamercolor{verse}{}  
169 -  
170 -\setbeamercolor{quotation}{}  
171 -\setbeamercolor{quote}{parent=quotation}  
172 -  
173 -\setbeamercolor{page number in head/foot}{fg=fg!50!bg}  
174 -  
175 -\setbeamercolor{qed symbol}{parent=structure}  
176 -  
177 -\setbeamercolor{note page}{bg=white!90!black, fg=black}  
178 -\setbeamercolor{note title}{bg=white!80!black, fg=black}  
179 -\setbeamercolor{note date}{parent=note title}  
180 -  
181 -\mode  
182 -<all>  
texmf/tex/latex/beamer/themes/font/beamerfontthemeLoios.sty
@@ -1,125 +0,0 @@ @@ -1,125 +0,0 @@
1 -% Copyright 2007 by Till Tantau  
2 -%  
3 -% This file may be distributed and/or modified  
4 -%  
5 -% 1. under the LaTeX Project Public License and/or  
6 -% 2. under the GNU Public License.  
7 -%  
8 -% See the file doc/licenses/LICENSE for more details.  
9 -  
10 -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/font/beamerfontthemedefault.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $  
11 -  
12 -  
13 -\mode<presentation>  
14 -  
15 -\setbeamerfont{normal text}{} % ignored currently  
16 -\setbeamerfont{alerted text}{}  
17 -\setbeamerfont{example text}{}  
18 -  
19 -\setbeamerfont{structure}{}  
20 -\setbeamerfont{tiny structure}{size=\tiny}  
21 -  
22 -\setbeamerfont{title}{size=\Large,parent=structure}  
23 -\setbeamerfont{title in head/foot}{}  
24 -\setbeamerfont{title in sidebar}{size=\tiny}  
25 -  
26 -\setbeamerfont{subtitle}{size=\normalsize,parent=title}  
27 -  
28 -\setbeamerfont{author}{}  
29 -\setbeamerfont{author in head/foot}{}  
30 -\setbeamerfont{author in sidebar}{size=\tiny}  
31 -  
32 -\setbeamerfont{institute}{size=\scriptsize}  
33 -\setbeamerfont{institute in head/foot}{}  
34 -\setbeamerfont{institute in sidebar}{}  
35 -  
36 -\setbeamerfont{date}{}  
37 -\setbeamerfont{date in head/foot}{}  
38 -\setbeamerfont{date in sidebar}{}  
39 -  
40 -\setbeamerfont{part name}{size=\LARGE}  
41 -\setbeamerfont{part title}{size=\LARGE,parent=title}  
42 -  
43 -\setbeamerfont{section name}{size=\Large}  
44 -\setbeamerfont{section title}{size=\Large,parent=title}  
45 -  
46 -\setbeamerfont{section in toc}{parent=structure}  
47 -\setbeamerfont{section in toc shaded}{parent=section in toc}  
48 -\setbeamerfont{section in head/foot}{}  
49 -\setbeamerfont{section in sidebar}{size=\tiny}  
50 -\setbeamerfont{section number projected}{size=\small,parent={section in toc,projected text}}  
51 -  
52 -\setbeamerfont{subsection name}{size=\large}  
53 -\setbeamerfont{subsection title}{size=\large,parent=title}  
54 -  
55 -\setbeamerfont{subsection in toc}{}  
56 -\setbeamerfont{subsection in toc shaded}{parent=subsection in toc}  
57 -\setbeamerfont{subsection in head/foot}{}  
58 -\setbeamerfont{subsection in sidebar}{}  
59 -  
60 -\setbeamerfont{subsubsection in toc}{size=\footnotesize}  
61 -\setbeamerfont{subsubsection in toc shaded}{parent=subsubsection in toc}  
62 -\setbeamerfont{subsubsection in head/foot}{}  
63 -\setbeamerfont{subsubsection in sidebar}{}  
64 -  
65 -\setbeamerfont{headline}{parent={tiny structure}}  
66 -\setbeamerfont{footline}{parent={tiny structure}}  
67 -  
68 -\setbeamerfont{sidebar}{size=\Tiny,parent={tiny structure}}  
69 -\setbeamerfont{sidebar left}{parent=sidebar}  
70 -\setbeamerfont{sidebar right}{parent=sidebar}  
71 -  
72 -\setbeamerfont{frametitle}{parent=structure,size=\Large}  
73 -\setbeamerfont{framesubtitle}{parent=frametitle,size=\footnotesize}  
74 -  
75 -\setbeamerfont{caption}{size=\small}  
76 -\setbeamerfont{caption name}{parent={structure,caption}}  
77 -  
78 -\setbeamerfont{button}{size=\tiny}  
79 -  
80 -\setbeamerfont{block body}{}  
81 -\setbeamerfont{block body alerted}{}  
82 -\setbeamerfont{block body example}{}  
83 -\setbeamerfont{block title}{size=\large,parent={structure,block body}}  
84 -\setbeamerfont{block title alerted}{parent={block title,alerted text}}  
85 -\setbeamerfont{block title example}{parent={block title,example text}}  
86 -  
87 -\setbeamerfont{item}{parent=structure}  
88 -\setbeamerfont{subitem}{parent=item}  
89 -\setbeamerfont{subsubitem}{parent=subitem}  
90 -  
91 -\setbeamerfont{item projected}{size=\tiny,parent={item,projected text}}  
92 -\setbeamerfont{subitem projected}{parent=item projected}  
93 -\setbeamerfont{subsubitem projected}{parent=subitem projected}  
94 -  
95 -\setbeamerfont{itemize item}{parent=item}  
96 -\setbeamerfont{itemize subitem}{parent=subitem}  
97 -\setbeamerfont{itemize subsubitem}{parent=subsubitem}  
98 -  
99 -\setbeamerfont{enumerate item}{parent=item}  
100 -\setbeamerfont{enumerate subitem}{parent=subitem}  
101 -\setbeamerfont{enumerate subsubitem}{parent=subsubitem}  
102 -  
103 -\setbeamerfont{itemize/enumerate body}{}  
104 -\setbeamerfont{itemize/enumerate subbody}{size=\small}  
105 -\setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize}  
106 -  
107 -  
108 -\setbeamerfont{description item}{parent=item}  
109 -  
110 -\setbeamerfont{projected text}{parent={tiny structure}}  
111 -  
112 -\setbeamerfont{abstract}{size=\small}  
113 -\setbeamerfont{abstract title}{parent={abstract,structure},size=\normalsize}  
114 -  
115 -\setbeamerfont{verse}{family=\rmfamily,shape=\itshape}  
116 -  
117 -\setbeamerfont{quotation}{shape=\itshape}  
118 -\setbeamerfont{quote}{parent=quotation}  
119 -  
120 -\setbeamerfont{note page}{size=\small}  
121 -\setbeamerfont{note title}{parent=note page}  
122 -\setbeamerfont{note date}{size=\footnotesize}  
123 -  
124 -\mode  
125 -<all>  
texmf/tex/latex/beamer/themes/inner/beamerinnerthemeLoios.sty
@@ -1,448 +0,0 @@ @@ -1,448 +0,0 @@
1 -% Copyright 2007 by Till Tantau  
2 -%  
3 -% This file may be distributed and/or modified  
4 -%  
5 -% 1. under the LaTeX Project Public License and/or  
6 -% 2. under the GNU Public License.  
7 -%  
8 -% See the file doc/licenses/LICENSE for more details.  
9 -  
10 -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/inner/beamerinnerthemedefault.sty,v 65cb471f9634 2013/10/15 06:36:03 joseph $  
11 -  
12 -  
13 -\mode<presentation>  
14 -  
15 -% Some images:  
16 -  
17 -\pgfdeclareimage[width=14pt,height=12pt]{beamericonbook}{beamericonbook}  
18 -\pgfdeclareimage[width=14pt,height=12pt]{beamericonbookshaded}{beamericonbook.20}  
19 -\pgfaliasimage{beamericonbook.!20opaque}{beamericonbookshaded}  
20 -\pgfaliasimage{beamericonbook.!15opaque}{beamericonbookshaded}  
21 -\pgfaliasimage{beamericonbook.!10opaque}{beamericonbookshaded}  
22 -\pgfaliasimage{beamericonbook.!5opaque}{beamericonbookshaded}  
23 -\pgfaliasimage{beamericonbook.!2opaque}{beamericonbookshaded}  
24 -\pgfdeclareimage[width=11pt,height=14pt]{beamericonarticle}{beamericonarticle}  
25 -\pgfdeclareimage[width=11pt,height=14pt]{beamericonarticleshaded}{beamericonarticle.20}  
26 -\pgfaliasimage{beamericonarticle.!20opaque}{beamericonarticleshaded}  
27 -\pgfaliasimage{beamericonarticle.!15opaque}{beamericonarticleshaded}  
28 -\pgfaliasimage{beamericonarticle.!10opaque}{beamericonarticleshaded}  
29 -\pgfaliasimage{beamericonarticle.!5opaque}{beamericonarticleshaded}  
30 -\pgfaliasimage{beamericonarticle.!2opaque}{beamericonarticleshaded}  
31 -\pgfdeclareimage[width=14pt,height=14pt]{beamericononline}{beamericononline}  
32 -\pgfdeclareimage[width=14pt,height=14pt]{beamericononlineshaded}{beamericononline.20}  
33 -\pgfaliasimage{beamericononline.!20opaque}{beamericononlineshaded}  
34 -\pgfaliasimage{beamericononline.!15opaque}{beamericononlineshaded}  
35 -\pgfaliasimage{beamericononline.!10opaque}{beamericononlineshaded}  
36 -\pgfaliasimage{beamericononline.!5opaque}{beamericononlineshaded}  
37 -\pgfaliasimage{beamericononline.!2opaque}{beamericononlineshaded}  
38 -  
39 -% Title page: default  
40 -  
41 -\defbeamertemplate*{title page}{default}[1][]  
42 -{  
43 - \vbox{}  
44 - \vfill  
45 - \begingroup  
46 - \centering  
47 - \begin{beamercolorbox}[sep=8pt,center,#1]{title}  
48 - \usebeamerfont{title}\inserttitle\par%  
49 - \ifx\insertsubtitle\@empty%  
50 - \else%  
51 - \vskip0.25em%  
52 - {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%  
53 - \fi%  
54 - \end{beamercolorbox}%  
55 - \vskip1em\par  
56 - \begin{beamercolorbox}[sep=8pt,center,#1]{author}  
57 - \usebeamerfont{author}\insertauthor  
58 - \end{beamercolorbox}  
59 - \begin{beamercolorbox}[sep=8pt,center,#1]{institute}  
60 - \usebeamerfont{institute}\insertinstitute  
61 - \end{beamercolorbox}  
62 - \begin{beamercolorbox}[sep=8pt,center,#1]{date}  
63 - \usebeamerfont{date}\insertdate  
64 - \end{beamercolorbox}\vskip0.5em  
65 - {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}  
66 - \endgroup  
67 - \vfill  
68 -}  
69 -  
70 -  
71 -% Part page: default  
72 -  
73 -\defbeamertemplate*{part page}{default}[1][]  
74 -{  
75 - \begingroup  
76 - \centering  
77 - {\usebeamerfont{part name}\usebeamercolor[fg]{part name}\partname~\insertromanpartnumber}  
78 - \vskip1em\par  
79 - \begin{beamercolorbox}[sep=16pt,center,#1]{part title}  
80 - \usebeamerfont{part title}\insertpart\par  
81 - \end{beamercolorbox}  
82 - \endgroup  
83 -}  
84 -  
85 -  
86 -% Section page: default  
87 -  
88 -\defbeamertemplate*{section page}{default}[1][]  
89 -{  
90 - \begingroup  
91 - \centering  
92 - {\usebeamerfont{section name}\usebeamercolor[fg]{section name}\sectionname~\insertsectionnumber}  
93 - \vskip1em\par  
94 - \begin{beamercolorbox}[sep=12pt,center,#1]{part title}  
95 - \usebeamerfont{section title}\insertsection\par  
96 - \end{beamercolorbox}  
97 - \endgroup  
98 -}  
99 -  
100 -% Subection page: default  
101 -  
102 -\defbeamertemplate*{subsection page}{default}[1][]  
103 -{  
104 - \begingroup  
105 - \centering  
106 - {\usebeamerfont{subsection name}\usebeamercolor[fg]{subsection name}\subsectionname~\insertsubsectionnumber}  
107 - \vskip1em\par  
108 - \begin{beamercolorbox}[sep=8pt,center,#1]{part title}  
109 - \usebeamerfont{subsection title}\insertsubsection\par  
110 - \end{beamercolorbox}  
111 - \endgroup  
112 -}  
113 -  
114 -  
115 -  
116 -  
117 -%  
118 -% Table of contents  
119 -%  
120 -  
121 -\defbeamertemplateparent{sections/subsections in toc}{section in toc,subsection in toc,subsubsection in toc}  
122 -{}  
123 -  
124 -\defbeamertemplateparent{sections/subsections in toc shaded}{section in toc shaded,subsection in toc shaded,subsubsection in toc shaded}[1][20]  
125 -{[#1]}  
126 -  
127 -  
128 -  
129 -  
130 -% (sub-)section in toc: default  
131 -  
132 -\defbeamertemplate*{section in toc}{default}  
133 -{\inserttocsection\par}  
134 -  
135 -\defbeamertemplate*{subsection in toc}{default}  
136 -{\leavevmode\leftskip=1.5em\inserttocsubsection\par}  
137 -  
138 -\defbeamertemplate*{subsubsection in toc}{default}  
139 -{\leavevmode\normalsize\usebeamerfont{subsection in toc}\leftskip=3em%  
140 - \usebeamerfont{subsubsection in toc}\inserttocsubsubsection\par}  
141 -  
142 -  
143 -% (sub-)section in toc shaded, default  
144 -  
145 -\defbeamertemplate*{section in toc shaded}{default}[1][20]  
146 -{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{section in toc}\end{colormixin}\unskip}  
147 -  
148 -\defbeamertemplate*{subsection in toc shaded}{default}[1][20]  
149 -{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{subsection in toc}\end{colormixin}\unskip}  
150 -  
151 -\defbeamertemplate*{subsubsection in toc shaded}{default}[1][20]  
152 -{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{subsubsection in toc}\end{colormixin}\unskip}  
153 -  
154 -  
155 -  
156 -  
157 -  
158 -%  
159 -% Item  
160 -%  
161 -  
162 -\defbeamertemplateparent{items}{itemize items,enumerate items}  
163 -{}  
164 -  
165 -  
166 -% Itemize items  
167 -  
168 -\defbeamertemplateparent{itemize items}{itemize item,itemize subitem,itemize subsubitem}  
169 -{}  
170 -  
171 -  
172 -% Itemize items, default  
173 -  
174 -\defbeamertemplate*{itemize item}{default}{\scriptsize\raise1.25pt\hbox{\donotcoloroutermaths$\blacktriangleright$}}  
175 -\defbeamertemplate*{itemize subitem}{default}{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}}  
176 -\defbeamertemplate*{itemize subsubitem}{default}{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}}  
177 -  
178 -  
179 -% Enumerate items, default  
180 -  
181 -\defbeamertemplateparent{enumerate items}{enumerate item,enumerate subitem,enumerate subsubitem,enumerate mini}  
182 -{}  
183 -  
184 -\defbeamertemplate*{enumerate item}{default}{\insertenumlabel.}  
185 -\defbeamertemplate*{enumerate subitem}{default}{\insertenumlabel.\insertsubenumlabel}  
186 -\defbeamertemplate*{enumerate subsubitem}{default}{\insertenumlabel.\insertsubenumlabel.\insertsubsubenumlabel}  
187 -\defbeamertemplate*{enumerate mini template}{default}{\insertenumlabel}  
188 -  
189 -  
190 -% Description item width  
191 -  
192 -\defbeamertemplate*{description item}{default}{\insertdescriptionitem}  
193 -  
194 -  
195 -  
196 -% Itemize/Enumerate body  
197 -  
198 -\defbeamertemplate*{itemize/enumerate body begin}{default}{}  
199 -\defbeamertemplate*{itemize/enumerate body end}{default}{}  
200 -  
201 -\defbeamertemplate*{itemize/enumerate subbody begin}{default}{}  
202 -\defbeamertemplate*{itemize/enumerate subbody end}{default}{}  
203 -  
204 -\defbeamertemplate*{itemize/enumerate subsubbody begin}{default}{}  
205 -\defbeamertemplate*{itemize/enumerate subsubbody end}{default}{}  
206 -  
207 -  
208 -  
209 -% Alerted text  
210 -  
211 -\defbeamertemplate*{alerted text begin}{default}{\setbeamercolor{local structure}{parent=alerted text}}  
212 -  
213 -  
214 -  
215 -% Structured text  
216 -  
217 -% empyt defaults  
218 -  
219 -  
220 -% Bibliography items  
221 -  
222 -\defbeamertemplate*{bibliography item}{default}  
223 -{\lower3.5pt\hbox{\hskip2pt\pgfuseimage{beamericonarticle}\hskip1pt}}  
224 -  
225 -\defbeamertemplate*{bibliography entry article}{default}{}  
226 -\defbeamertemplate*{bibliography entry title}{default}{\par}  
227 -\defbeamertemplate*{bibliography entry location}{default}{\par}  
228 -\defbeamertemplate*{bibliography entry note}{default}{\par}  
229 -  
230 -  
231 -% Buttons  
232 -  
233 -\newdimen\beamer@dima%  
234 -\newdimen\beamer@dimb%  
235 -  
236 -\defbeamertemplate*{button}{default}  
237 -{%  
238 - \setbox\beamer@tempbox=\hbox{{\insertbuttontext}}%  
239 - \ht\beamer@tempbox=6pt%  
240 - \dp\beamer@tempbox=0pt%  
241 - \setbox\beamer@tempbox=\vbox{\box\beamer@tempbox\vskip2pt}%  
242 - \beamer@tempdim=\wd\beamer@tempbox%  
243 - \beamer@dima=\beamer@tempdim\advance\beamer@dima by2.2pt  
244 - \beamer@dimb=\beamer@tempdim\advance\beamer@dimb by4pt  
245 - \begin{pgfpicture}{-4pt}{0pt}{\the\beamer@tempdim}{8pt}  
246 - \color{bg}  
247 - \pgfsetlinewidth{0.8pt}  
248 - \pgfpathqmoveto{0pt}{0pt}  
249 - \pgfpathqcurveto{-2.2pt}{0pt}{-4pt}{1.8pt}{-4pt}{4pt}  
250 - \pgfpathqcurveto{-4pt}{6.2pt}{-2.2pt}{8pt}{0pt}{8pt}  
251 - \pgfpathlineto{\pgfpoint{\the\beamer@tempdim}{8pt}}  
252 - \pgfpathcurveto%  
253 - {\pgfpoint{\the\beamer@dima}{8pt}}%  
254 - {\pgfpoint{\the\beamer@dimb}{6.2pt}}%  
255 - {\pgfpoint{\the\beamer@dimb}{4pt}}  
256 - \pgfpathcurveto%  
257 - {\pgfpoint{\the\beamer@dimb}{1.8pt}}%  
258 - {\pgfpoint{\the\beamer@dima}{0pt}}%  
259 - {\pgfpoint{\the\beamer@tempdim}{0pt}}  
260 - \pgfpathclose  
261 - \pgfusepathqfill  
262 - \colorlet{bg}{parent.bg}  
263 - \usebeamercolor[fg]{button border}  
264 - \pgfpathqmoveto{0pt}{0pt}  
265 - \pgfpathqcurveto{-2.2pt}{0pt}{-4pt}{1.8pt}{-4pt}{4pt}  
266 - \pgfpathqcurveto{-4pt}{6.2pt}{-2.2pt}{8pt}{0pt}{8pt}  
267 - \pgfpathlineto{\pgfpoint{\the\beamer@tempdim}{8pt}}  
268 - \pgfpathcurveto%  
269 - {\pgfpoint{\the\beamer@dima}{8pt}}%  
270 - {\pgfpoint{\the\beamer@dimb}{6.2pt}}%  
271 - {\pgfpoint{\the\beamer@dimb}{4pt}}  
272 - \pgfpathcurveto%  
273 - {\pgfpoint{\the\beamer@dimb}{1.8pt}}%  
274 - {\pgfpoint{\the\beamer@dima}{0pt}}%  
275 - {\pgfpoint{\the\beamer@tempdim}{0pt}}  
276 - \pgfpathclose  
277 - \pgfusepathqstroke  
278 - \end{pgfpicture}%  
279 - \hskip-\beamer@tempdim%  
280 - \box\beamer@tempbox%  
281 - \kern4pt%  
282 -}  
283 -  
284 -  
285 -% Abstract  
286 -  
287 -\defbeamertemplate*{abstract title}{default}  
288 -{%  
289 - \begin{center}%  
290 - \abstractname  
291 - \end{center}%  
292 -}  
293 -  
294 -\defbeamertemplate*{abstract begin}{default}  
295 -{\beamercolorbox[vmode]{abstract}\leftskip2em\rightskip2em plus 1fill\usebeamerfont*{abstract}}  
296 -  
297 -\defbeamertemplate*{abstract end}{default}  
298 -{\medskip\endbeamercolorbox}  
299 -  
300 -  
301 -% Verse  
302 -  
303 -\defbeamertemplate*{verse begin}{default}  
304 -{\beamercolorbox[vmode]{verse}}  
305 -  
306 -\defbeamertemplate*{verse end}{default}  
307 -{\endbeamercolorbox}  
308 -  
309 -  
310 -% Quotation  
311 -  
312 -\defbeamertemplate*{quotation begin}{default}  
313 -{\beamercolorbox[vmode]{quotation}}  
314 -  
315 -\defbeamertemplate*{quotation end}{default}  
316 -{\endbeamercolorbox}  
317 -  
318 -  
319 -% Quote  
320 -  
321 -\defbeamertemplate*{quote begin}{default}  
322 -{\beamercolorbox[vmode]{quote}}  
323 -  
324 -\defbeamertemplate*{quote end}{default}  
325 -{\endbeamercolorbox}  
326 -  
327 -  
328 -% Footnotes  
329 -  
330 -\defbeamertemplate*{footnote}{default}  
331 -{  
332 - \parindent 1em\noindent%  
333 - \raggedright  
334 - \hbox to 1.8em{\hfil\insertfootnotemark}\insertfootnotetext\par%  
335 -}  
336 -  
337 -  
338 -% Captions  
339 -  
340 -\defbeamertemplate*{caption}{default}  
341 -{%  
342 - \raggedright  
343 - {%  
344 - \usebeamercolor[fg]{caption name}%  
345 - \usebeamerfont*{caption name}%  
346 - \insertcaptionname  
347 - \usebeamertemplate{caption label separator}%  
348 - }%  
349 - \insertcaption\par  
350 -}  
351 -\defbeamertemplate*{caption label separator}{default}{: }  
352 -  
353 -% Blocks  
354 -  
355 -\defbeamertemplateparent{blocks}{block begin,block end,%  
356 - block alerted begin,block alerted end,%  
357 - block example begin,block example end}  
358 -{}  
359 -  
360 -\defbeamertemplate*{block begin}{default}  
361 -{  
362 - \par\vskip\medskipamount%  
363 - \begin{beamercolorbox}[colsep*=.75ex]{block title}  
364 - \usebeamerfont*{block title}\insertblocktitle%  
365 - \end{beamercolorbox}%  
366 - {\parskip0pt\par}%  
367 - \ifbeamercolorempty[bg]{block title}  
368 - {}  
369 - {\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}%  
370 - \usebeamerfont{block body}%  
371 - \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body}%  
372 - \ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}%  
373 -}  
374 -\defbeamertemplate*{block end}{default}  
375 -{\end{beamercolorbox}\vskip\smallskipamount}  
376 -  
377 -\defbeamertemplate*{block alerted begin}{default}  
378 -{  
379 - \par\vskip\medskipamount%  
380 - \begin{beamercolorbox}[colsep*=.75ex]{block title alerted}  
381 - \usebeamerfont*{block title alerted}\insertblocktitle%  
382 - \end{beamercolorbox}%  
383 - {\parskip0pt\par}%  
384 - \ifbeamercolorempty[bg]{block title alerted}  
385 - {}  
386 - {\ifbeamercolorempty[bg]{block body alerted}{}{\nointerlineskip\vskip-0.5pt}}%  
387 - \usebeamerfont{block body alerted}%  
388 - \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body alerted}%  
389 - \ifbeamercolorempty[bg]{block body alerted}{\vskip-.25ex}{\vskip-.75ex}\vbox{}%  
390 -}  
391 -  
392 -\defbeamertemplate*{block alerted end}{default}  
393 -{\end{beamercolorbox}\vskip\smallskipamount}  
394 -  
395 -  
396 -\defbeamertemplate*{block example begin}{default}  
397 -{  
398 - \par\vskip\medskipamount%  
399 - \begin{beamercolorbox}[colsep*=.75ex]{block title example}  
400 - \usebeamerfont*{block title example}\insertblocktitle%  
401 - \end{beamercolorbox}%  
402 - {\parskip0pt\par}%  
403 - \ifbeamercolorempty[bg]{block title example}  
404 - {}  
405 - {\ifbeamercolorempty[bg]{block body example}{}{\nointerlineskip\vskip-0.5pt}}%  
406 - \usebeamerfont{block body example}%  
407 - \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body example}%  
408 - \ifbeamercolorempty[bg]{block body example}{\vskip-.25ex}{\vskip-.75ex}\vbox{}%  
409 -}  
410 -\defbeamertemplate*{block example end}{default}  
411 -{\end{beamercolorbox}\vskip\smallskipamount}  
412 -  
413 -  
414 -  
415 -  
416 -% Theorems  
417 -  
418 -\defbeamertemplateparent{theorems}{theorem begin,theorem end}  
419 -{}  
420 -  
421 -\defbeamertemplate*{theorem begin}{default}  
422 -{%  
423 - \begin{\inserttheoremblockenv}  
424 - {%  
425 - \inserttheoremname  
426 - \ifx\inserttheoremaddition\@empty\else\ (\inserttheoremaddition)\fi%  
427 - }%  
428 -}  
429 -  
430 -\defbeamertemplate*{theorem end}{default}  
431 -{\end{\inserttheoremblockenv}}  
432 -  
433 -  
434 -% Proofs  
435 -\defbeamertemplate*{proof begin}{default}  
436 -{\begin{block}{\insertproofname}}  
437 -  
438 -\defbeamertemplate*{proof end}{default}  
439 -{\end{block}}  
440 -  
441 -\defbeamertemplate*{qed symbol}{default}  
442 -{\openbox}  
443 -  
444 -  
445 -  
446 -  
447 -\mode  
448 -<all>  
texmf/tex/latex/beamer/themes/outer/beamerouterthemeLoios.sty
@@ -1,237 +0,0 @@ @@ -1,237 +0,0 @@
1 -% Copyright 2007 by Till Tantau  
2 -%  
3 -% This file may be distributed and/or modified  
4 -%  
5 -% 1. under the LaTeX Project Public License and/or  
6 -% 2. under the GNU Public License.  
7 -%  
8 -% See the file doc/licenses/LICENSE for more details.  
9 -  
10 -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/outer/beamerouterthemedefault.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $  
11 -  
12 -  
13 -\mode<presentation>  
14 -  
15 -  
16 -% Mini frames  
17 -  
18 -\defbeamertemplateparent{mini frames}  
19 - {mini frame,mini frame in current section,mini frame in current subsection}  
20 -{}  
21 -  
22 -\defbeamertemplate*{mini frame}{default}  
23 -{%  
24 - \begin{pgfpicture}{0pt}{0pt}{0.1cm}{0.1cm}  
25 - \pgfpathcircle{\pgfpoint{0.05cm}{0.05cm}}{0.05cm}  
26 - \pgfusepath{fill,stroke}  
27 - \end{pgfpicture}%  
28 -}  
29 -[action]  
30 -{  
31 - \setbeamersize{mini frame size=.14cm,mini frame offset=.03cm}  
32 -}  
33 -  
34 -\defbeamertemplate*{mini frame in current section}{default}  
35 -{%  
36 - \begin{pgfpicture}{0pt}{0pt}{0.1cm}{0.1cm}  
37 - \pgfpathcircle{\pgfpoint{0.05cm}{0.05cm}}{0.05cm}  
38 - \pgfusepath{stroke}  
39 - \end{pgfpicture}%  
40 -}  
41 -  
42 -\defbeamertemplate*{mini frame in current subsection}{default}  
43 -{%  
44 - \begin{pgfpicture}{0pt}{0pt}{0.1cm}{0.1cm}  
45 - \pgfpathcircle{\pgfpoint{0.05cm}{0.05cm}}{0.05cm}  
46 - \pgfusepath{stroke}  
47 - \end{pgfpicture}%  
48 -}  
49 -  
50 -\defbeamertemplate*{mini frame in other section}{default}[1][50]  
51 -{\color{fg!#1!bg}\usebeamertemplate{mini frame in current section}}  
52 -\defbeamertemplate*{mini frame in other subsection}{default}[1][50]  
53 -{\color{fg!#1!bg}\usebeamertemplate{mini frame in current subsection}}  
54 -  
55 -  
56 -  
57 -  
58 -% Navigation symbols  
59 -  
60 -\defbeamertemplate*{navigation symbols}{default}  
61 -{%  
62 - \hbox{%  
63 - \hbox{\insertslidenavigationsymbol}  
64 - \hbox{\insertframenavigationsymbol}  
65 - \hbox{\insertsubsectionnavigationsymbol}  
66 - \hbox{\insertsectionnavigationsymbol}  
67 - \hbox{\insertdocnavigationsymbol}  
68 - \hbox{\insertbackfindforwardnavigationsymbol}%  
69 - }%  
70 -}  
71 -  
72 -% No navigation symbols in handout or trans mode:  
73 -\only<handout| trans>{\setbeamertemplate{navigation symbols}{}}  
74 -  
75 -  
76 -  
77 -% Section and subsections in head/foot  
78 -  
79 -\defbeamertemplate*{section in head/foot}{default}  
80 -{\insertsectionhead}  
81 -  
82 -\defbeamertemplate*{section in head/foot shaded}{default}[1][50]  
83 -{\color{fg!#1!bg}\usebeamertemplate{section in head/foot}}  
84 -  
85 -\defbeamertemplate*{subsection in head/foot}{default}  
86 -{\insertsubsectionhead}  
87 -  
88 -\defbeamertemplate*{subsection in head/foot shaded}{default}[1][50]  
89 -{\color{fg!#1!bg}\usebeamertemplate{subsection in head/foot}}  
90 -  
91 -\defbeamertemplate*{subsubsection in head/foot}{default}  
92 -{\insertsubsubsectionhead}  
93 -  
94 -\defbeamertemplate*{subsubsection in head/foot shaded}{default}[1][50]  
95 -{\color{fg!#1!bg}\usebeamertemplate{subsubsection in head/foot}}  
96 -  
97 -  
98 -  
99 -  
100 -  
101 -% Headline and footline  
102 -  
103 -\defbeamertemplate*{headline}{default}  
104 -{}  
105 -  
106 -\defbeamertemplate*{footline}{default}  
107 -{}  
108 -  
109 -  
110 -% background  
111 -  
112 -\defbeamertemplate*{background}{default}  
113 -{}  
114 -  
115 -\defbeamertemplate*{background canvas}{default}  
116 -{%  
117 - \ifbeamercolorempty[bg]{background canvas}{}{\color{bg}\vrule width\paperwidth height\paperheight}%  
118 -}  
119 -  
120 -  
121 -% Sidebar  
122 -  
123 -\defbeamertemplate*{sidebar left}{default}  
124 -{}  
125 -  
126 -\defbeamertemplate*{sidebar right}{default}  
127 -{  
128 - \vfill%  
129 - \llap{\insertlogo\hskip0.1cm}%  
130 - \vskip2pt%  
131 - \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}%  
132 - \vskip2pt%  
133 -}  
134 -  
135 -\defbeamertemplate*{sidebar canvas left}{default}  
136 -{%  
137 - \ifbeamercolorempty[bg]{sidebar left}{}  
138 - {\color{bg}\vrule height\sidebarheight width\beamer@leftsidebar}%  
139 -}  
140 -  
141 -\defbeamertemplate*{sidebar canvas right}{default}  
142 -{%  
143 - \ifbeamercolorempty[bg]{sidebar right}{}  
144 - {\color{bg}\vrule height\sidebarheight width\beamer@rightsidebar}%  
145 -}  
146 -  
147 -  
148 -  
149 -% Frame title: default  
150 -  
151 -\defbeamertemplate*{frametitle}{default}[1][left]  
152 -{  
153 - \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}%  
154 - \@tempdima=\textwidth%  
155 - \advance\@tempdima by\beamer@leftmargin%  
156 - \advance\@tempdima by\beamer@rightmargin%  
157 - \begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{frametitle}  
158 - \usebeamerfont{frametitle}%  
159 - \vbox{}\vskip-1ex%  
160 - \if@tempswa\else\csname beamer@fte#1\endcsname\fi%  
161 - \strut\insertframetitle\strut\par%  
162 - {%  
163 - \ifx\insertframesubtitle\@empty%  
164 - \else%  
165 - {\usebeamerfont{framesubtitle}\usebeamercolor[fg]{framesubtitle}\insertframesubtitle\strut\par}%  
166 - \fi  
167 - }%  
168 - \vskip-1ex%  
169 - \if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here...  
170 - \end{beamercolorbox}%  
171 -}  
172 -  
173 -\def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm}  
174 -  
175 -  
176 -% Frame title continuations, default  
177 -  
178 -\defbeamertemplate*{frametitle continuation}{default}{\insertcontinuationcountroman}  
179 -  
180 -  
181 -  
182 -% Notes  
183 -  
184 -\defbeamertemplate*{note page}{default}  
185 -{%  
186 - {%  
187 - \scriptsize  
188 - \usebeamerfont{note title}\usebeamercolor[fg]{note title}%  
189 - \ifbeamercolorempty[bg]{note title}{}{%  
190 - \insertvrule{.25\paperheight}{note title.bg}%  
191 - \vskip-.25\paperheight%  
192 - \nointerlineskip%  
193 - }%  
194 - \vbox{  
195 - \hfill\insertslideintonotes{0.25}\hskip-\Gm@rmargin\hskip0pt%  
196 - \vskip-0.25\paperheight%  
197 - \nointerlineskip  
198 - \begin{pgfpicture}{0cm}{0cm}{0cm}{0cm}  
199 - \begin{pgflowlevelscope}{\pgftransformrotate{90}}  
200 - {\pgftransformshift{\pgfpoint{-2cm}{0.2cm}}%  
201 - \pgftext[base,left]{\usebeamerfont{note date}\usebeamercolor[fg]{note date}\the\year-\ifnum\month<10\relax0\fi\the\month-\ifnum\day<10\relax0\fi\the\day}}  
202 - \end{pgflowlevelscope}  
203 - \end{pgfpicture}}  
204 - \nointerlineskip  
205 - \vbox to .25\paperheight{\vskip0.5em  
206 - \hbox{\insertshorttitle[width=8cm]}%  
207 - \setbox\beamer@tempbox=\hbox{\insertsection}%  
208 - \hbox{\ifdim\wd\beamer@tempbox>1pt{\hskip4pt\raise3pt\hbox{\vrule  
209 - width0.4pt height7pt\vrule width 9pt  
210 - height0.4pt}}\hskip1pt\hbox{\begin{minipage}[t]{7.5cm}\def\breakhere{}\insertsection\end{minipage}}\fi%  
211 - }%  
212 - \setbox\beamer@tempbox=\hbox{\insertsubsection}%  
213 - \hbox{\ifdim\wd\beamer@tempbox>1pt{\hskip17.4pt\raise3pt\hbox{\vrule  
214 - width0.4pt height7pt\vrule width 9pt  
215 - height0.4pt}}\hskip1pt\hbox{\begin{minipage}[t]{7.5cm}\def\breakhere{}\insertsubsection\end{minipage}}\fi%  
216 - }%  
217 - \setbox\beamer@tempbox=\hbox{\insertshortframetitle}%  
218 - \hbox{\ifdim\wd\beamer@tempbox>1pt{\hskip30.8pt\raise3pt\hbox{\vrule  
219 - width0.4pt height7pt\vrule width 9pt  
220 - height0.4pt}}\hskip1pt\hbox{\insertshortframetitle[width=7cm]}\fi%  
221 - }%  
222 - \vfil}%  
223 - }%  
224 - \ifbeamercolorempty[bg]{note page}{}{%  
225 - \nointerlineskip%  
226 - \insertvrule{.75\paperheight}{note page.bg}%  
227 - \vskip-.75\paperheight%  
228 - }%  
229 - \vskip.25em  
230 - \nointerlineskip  
231 - \insertnote  
232 -}  
233 -  
234 -  
235 -  
236 -\mode  
237 -<all>