Commit b82ab2f5f4e1edb4321a4f0a9b1df2ac81d5c36b
1 parent
a1cdf176
Exists in
master
auto update Tue Feb 10 00:17:16 WET 2015
Showing
3 changed files
with
61 additions
and
13 deletions
Show diff stats
exemplos/simples.pdf
No preview for this file type
exemplos/simples.tex
1 | +%!TEX program = pdflatex | |
1 | 2 | \documentclass{beamer} |
2 | -\usetheme{Giraldo} | |
3 | +\usetheme[calcado]{Giraldo} | |
3 | 4 | % |
4 | 5 | % |
5 | 6 | % Suporte para o português |
6 | 7 | % |
7 | -\usepackage{eurosym} | |
8 | 8 | \usepackage[T1]{fontenc} |
9 | 9 | \usepackage[utf8]{inputenc} |
10 | 10 | \usepackage[portuguese]{babel} |
11 | +\usepackage{eurosym} | |
11 | 12 | % |
12 | 13 | % |
13 | 14 | % |
... | ... | @@ -45,7 +46,7 @@ Escola de Ciências e Tecnologia} |
45 | 46 | % |
46 | 47 | % Primeira secção |
47 | 48 | % |
48 | - \section[Uso]{Uso básico do `beamer`} | |
49 | + \section[Uso básico]{Uso básico do `beamer'} | |
49 | 50 | % |
50 | 51 | % |
51 | 52 | % Página de conteúdo |
... | ... | @@ -62,7 +63,7 @@ Escola de Ciências e Tecnologia} |
62 | 63 | \end{enumerate} |
63 | 64 | \item Escola de Ciências e Tecnologia; |
64 | 65 | \item Escola de Ciências Sociais; |
65 | - \item Escola Superior de Emfermagem S. João de Deus; | |
66 | + \item Escola Superior de Enfermagem S. João de Deus; | |
66 | 67 | \item Instituto de Investigação e Formação Avançada; |
67 | 68 | \end{itemize} |
68 | 69 | \end{frame} |
... | ... | @@ -79,6 +80,7 @@ Escola de Ciências e Tecnologia} |
79 | 80 | \end{proof} |
80 | 81 | \end{frame} |
81 | 82 | % |
83 | + \subsection{Exemplos} | |
82 | 84 | % |
83 | 85 | % Página com teorema |
84 | 86 | % |
... | ... | @@ -98,7 +100,7 @@ Escola de Ciências e Tecnologia} |
98 | 100 | \end{example} |
99 | 101 | \end{frame} |
100 | 102 | % |
101 | - \section[Opções]{Opções e mais exemplos} | |
103 | + \section[Opções do Giraldo]{Opções e mais exemplos} | |
102 | 104 | |
103 | 105 | \begin{frame}{Beamer e \alert{Giraldo}} |
104 | 106 | \begin{example}[Documento] |
... | ... | @@ -117,7 +119,9 @@ Escola de Ciências e Tecnologia} |
117 | 119 | \end{semiverbatim} |
118 | 120 | \end{example} |
119 | 121 | \end{frame} |
120 | - | |
122 | + % | |
123 | + \subsection{Barras de título} | |
124 | + % | |
121 | 125 | \begin{frame}{Barra de título em cada página} |
122 | 126 | \begin{description} |
123 | 127 | \item[sempavor] texto cinza escuro sobre fundo branco: |
... | ... | @@ -140,7 +144,9 @@ Escola de Ciências e Tecnologia} |
140 | 144 | \end{semiverbatim} |
141 | 145 | \end{description} |
142 | 146 | \end{frame} |
143 | - | |
147 | + % | |
148 | + \subsection{Barras de navegação} | |
149 | + % | |
144 | 150 | \begin{frame}{Navegação das secções no fundo da página} |
145 | 151 | \begin{description} |
146 | 152 | \item[calcado] com navegação das secções: | ... | ... |
texmf/tex/latex/beamer/themes/theme/beamerthemeGiraldo.sty
... | ... | @@ -50,7 +50,8 @@ |
50 | 50 | % |
51 | 51 | \ifgiraldo@calcado |
52 | 52 | \setbeamertemplate{footline}[text line]{ |
53 | - \insertsectionnavigationhorizontal{\linewidth}{}{\hskip0pt plus1filll\textbf{\insertframenumber}/\inserttotalframenumber} | |
53 | + \insertsectionnavigationhorizontal{\linewidth}{} | |
54 | + {\hskip0pt plus1filll\textbf{\insertframenumber}/\inserttotalframenumber} | |
54 | 55 | } |
55 | 56 | \else |
56 | 57 | \setbeamertemplate{footline}[text line]{ |
... | ... | @@ -88,16 +89,57 @@ |
88 | 89 | use={structure,normal text}, |
89 | 90 | fg=ue-red, |
90 | 91 | bg=ue-red} |
91 | - \setbeamercolor{section in toc}{fg=white} | |
92 | - \setbeamercolor{section in toc shaded}{fg=ue-red} | |
93 | - \setbeamertemplate{section in toc shaded}[default][42] | |
92 | + % | |
93 | + \setbeamercolor{section in toc}{fg=white,bg=ue-red} | |
94 | + % | |
95 | + \setbeamercolor{section in toc shaded}{fg=ue-red,bg=ue-red} | |
96 | + \setbeamertemplate{section in toc shaded}[default][50] | |
97 | + % | |
98 | + \setbeamercolor{subsection in toc}{fg=white,bg=ue-red} | |
99 | + % | |
100 | + \setbeamercolor{subsection in toc shaded}{fg=ue-red,bg=ue-red} | |
101 | + \setbeamertemplate{subsection in toc shaded}[default][50] | |
102 | + % | |
103 | + \setbeamertemplate{footline}[text line]{} | |
104 | + % | |
105 | + % FIXME: hardcoded logo coordinates (while in frametitle are page referenced...) | |
106 | + % | |
107 | + \logo{\pgfputat{\pgfxy(-1.19,8.09)}{\pgfbox[center,base]{\pgfuseimage{section-logo}}}} | |
108 | + \begin{frame}<beamer>\small | |
109 | + \tableofcontents[currentsection,subsectionstyle=shaded/shaded/hide] | |
110 | + \end{frame} | |
111 | + \endgroup | |
112 | +} | |
113 | +% | |
114 | +% Pagina de Subseccao | |
115 | +% | |
116 | +\AtBeginSubsection | |
117 | +{ \begingroup | |
118 | + \setbeamercolor{background canvas}{bg=ue-red} | |
119 | + \setbeamercolor{palette tertiary}{ | |
120 | + use={structure,normal text}, | |
121 | + fg=ue-red, | |
122 | + bg=ue-red} | |
123 | + % | |
124 | + \setbeamercolor{section in toc}{fg=white,bg=ue-red} | |
125 | + % | |
126 | + \setbeamercolor{section in toc shaded}{fg=ue-red,bg=ue-red} | |
127 | + \setbeamertemplate{section in toc shaded}[default][50] | |
128 | + % | |
129 | + \setbeamercolor{subsection in toc}{fg=white,bg=ue-red} | |
130 | + % | |
131 | + \setbeamercolor{subsection in toc shaded}{fg=ue-red,bg=ue-red} | |
132 | + \setbeamertemplate{subsection in toc shaded}[default][50] | |
133 | + % | |
94 | 134 | \setbeamertemplate{footline}[text line]{} |
95 | 135 | % |
96 | 136 | % FIXME: hardcoded logo coordinates (while in frametitle are page referenced...) |
97 | 137 | % |
98 | 138 | \logo{\pgfputat{\pgfxy(-1.19,8.09)}{\pgfbox[center,base]{\pgfuseimage{section-logo}}}} |
99 | - \begin{frame}<beamer> | |
100 | - \tableofcontents[currentsection] | |
139 | + \begin{frame}<beamer>\small | |
140 | + \tableofcontents[ | |
141 | + currentsection,sectionstyle=shaded/shaded, | |
142 | + currentsubsection,subsectionstyle=show/shaded/hide] | |
101 | 143 | \end{frame} |
102 | 144 | \endgroup |
103 | 145 | } | ... | ... |