From 0a8e1d5af89f8c33dc09535249298b786c169aac Mon Sep 17 00:00:00 2001 From: Francisco Coelho Date: Thu, 13 Nov 2014 23:38:47 +0000 Subject: [PATCH] setting colors and options --- .gitignore | 6 ++++++ README.md | 66 +++++++++++++++++++++++++++++++++--------------------------------- exemplos/simples.tex | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/color/beamercolorthemeGiraldo.sty | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/color/beamercolorthemeLoios.sty | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/font/beamerfontthemeGiraldo.sty | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/font/beamerfontthemeLoios.sty | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/inner/beamerinnerthemeGiraldo.sty | 447 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/inner/beamerinnerthemeLoios.sty | 448 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/outer/beamerouterthemeGiraldo.sty | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/outer/beamerouterthemeLoios.sty | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/theme/beamerthemeGiraldo.sty | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ texmf/tex/latex/beamer/themes/theme/beamerthemeLoios.sty | 19 +++++++++++++++++++ themes/color/beamercolorthemDiana.sty | 54 ------------------------------------------------------ themes/color/beamercolorthemeDiana.sty | 51 --------------------------------------------------- themes/outer/beamerouterthemeRossio.sty | 55 ------------------------------------------------------- themes/theme/beamerthemeGiraldo.sty | 40 ---------------------------------------- 17 files changed, 1962 insertions(+), 233 deletions(-) create mode 100644 .gitignore create mode 100644 exemplos/simples.tex create mode 100644 texmf/tex/latex/beamer/themes/color/beamercolorthemeGiraldo.sty create mode 100644 texmf/tex/latex/beamer/themes/color/beamercolorthemeLoios.sty create mode 100644 texmf/tex/latex/beamer/themes/font/beamerfontthemeGiraldo.sty create mode 100644 texmf/tex/latex/beamer/themes/font/beamerfontthemeLoios.sty create mode 100644 texmf/tex/latex/beamer/themes/inner/beamerinnerthemeGiraldo.sty create mode 100644 texmf/tex/latex/beamer/themes/inner/beamerinnerthemeLoios.sty create mode 100644 texmf/tex/latex/beamer/themes/outer/beamerouterthemeGiraldo.sty create mode 100644 texmf/tex/latex/beamer/themes/outer/beamerouterthemeLoios.sty create mode 100644 texmf/tex/latex/beamer/themes/theme/beamerthemeGiraldo.sty create mode 100644 texmf/tex/latex/beamer/themes/theme/beamerthemeLoios.sty delete mode 100644 themes/color/beamercolorthemDiana.sty delete mode 100644 themes/color/beamercolorthemeDiana.sty delete mode 100644 themes/outer/beamerouterthemeRossio.sty delete mode 100644 themes/theme/beamerthemeGiraldo.sty diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03d8dca --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ + +*.nav + +*.out + +*.snm diff --git a/README.md b/README.md index 28efb1b..82e7f08 100644 --- a/README.md +++ b/README.md @@ -12,42 +12,42 @@ ## Temas e variantes -# Simples +### Simples -# Com contexto +### Com contexto -# Com a barra do título muito destacada +### Com a barra do título muito destacada ## Exemplos -``` -\documentclass{beamer} -\usetheme{Giraldo} -% -\title{Exemplo de uma aula} -\subtitle{Uso do tema `Giraldo'} -\author{Francisco Coelho} -\institute[\texttt{fc@di.uevora.pt}]{ -Departamento de Informática\\ -Escola de Ciências e Tecnologia\\ -Universidade de Évora -} - -\begin{document} - \begin{frame} - \titlepage - \end{frame} - - \section*{Preâmbulo} - - \begin{frame}{Sumário} - \tableofcontents - \end{frame} - - \section{Uso básico do `beamer`} - - \begin{frame}{Criar uma página} - Olá - \end{frame} -\end{document} +`` + \documentclass{beamer} + \usetheme{Giraldo} + % + \title{Exemplo de uma aula} + \subtitle{Uso do tema `Giraldo'} + \author{Francisco Coelho} + \institute[\texttt{fc@di.uevora.pt}]{ + Departamento de Informática\\ + Escola de Ciências e Tecnologia\\ + Universidade de Évora + } + + \begin{document} + \begin{frame} + \titlepage + \end{frame} + + \section*{Preâmbulo} + + \begin{frame}{Sumário} + \tableofcontents + \end{frame} + + \section{Uso básico do `beamer`} + + \begin{frame}{Criar uma página} + Olá + \end{frame} + \end{document} ``` \ No newline at end of file diff --git a/exemplos/simples.tex b/exemplos/simples.tex new file mode 100644 index 0000000..76ada88 --- /dev/null +++ b/exemplos/simples.tex @@ -0,0 +1,120 @@ +\documentclass{beamer} +\usetheme[strongtitles]{Giraldo} +% +% +% Suporte para o português +% +\usepackage[T1]{fontenc} +\usepackage{eurosym} +\usepackage[utf8]{inputenc} +\usepackage[portuges]{babel} +% +\languagepath{Portuguese} +\newtranslation[to=Portuguese]{Definition}{Defini\c{c}\~{a}o} +\newtranslation[to=Portuguese]{Example}{Exemplo} +\newtranslation[to=Portuguese]{Theorem}{Teorema} +\uselanguage{Portuguese} +% +% +% Suporte para figuras +% +\usepackage{graphicx} +\usepackage{tikz} +% +% +% Suporte estendido para expressões matemáticas +% +\usepackage{amssymb} +% +% +% Identificação deste documento +% +\title{Exemplo de uma aula} +\subtitle{Uso do tema `Giraldo'} +\author{Francisco Coelho} +\institute[\texttt{fc@di.uevora.pt}]{ +Departamento de Informática\\ +Escola de Ciências e Tecnologia +} +\date{} +% +% +% Início do documento +% +\begin{document} + % + % + % Página de rosto + % + \begin{frame} + \titlepage + \end{frame} + % + % + % Preâmbulo (sumário e notas preliminares) + % + \section*{Preâmbulo} + % + % + % Sumário (por exemplo, a tabela de conteúdos) + % + \begin{frame}{Sumário} + \tableofcontents + \end{frame} + % + % + % Primeira secção + % + \section{Uso básico do `beamer`} + % + % + % Página de conteúdo + % + \begin{frame}{Organização da Universidade de Évora} + Escolas da \alert{Universidade de Évora}: + \begin{itemize} + \item Escola de Artes; + \begin{enumerate} + \item Departamento de Arquitectura; + \item Departamento de Artes Cénicas; + \item Departamento de Artes Visuais e Design; + \item Departamento de Música; + \end{enumerate} + \item Escola de Ciências e Tecnologia; + \item Escola de Ciências Sociais; + \item Escola Superior de Emfermagem S. João de Deus; + \item Instituto de Investigação e Formação Avançada; + \end{itemize} + \end{frame} + % + % + % Página com teorema + % + \begin{frame}{Teoremas e Demonstrações} + \begin{theorem}[Teorema Fundamental da Álgebra] + Qualquer polinómio de grau $n$ tem $n$ raízes complexas. + \end{theorem} + \begin{proof} + Tenho uma demonstração simples mas não cabe na margem da página. + \end{proof} + \end{frame} + % + % + % Página com teorema + % + \begin{frame}{Exemplos} + O próximo exemplo tem um \alert{alerta}... + \begin{example}[Para grau 2] + Qualquer polinómio do segundo grau, $ax^2 + bx + c$, tem duas raízes, dadas por + \begin{align*} + x &= \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} + \end{align*} + Se o \alert{discriminante}, $b^2 - 4ac$, for\ldots + \begin{description} + \item[negativo] as raízes são dois números complexos conjugados; + \item[zero] as duas raízes coincidem; + \item[positivo] as duas raízes são dois números reais distintos; + \end{description} + \end{example} + \end{frame} +\end{document} \ No newline at end of file diff --git a/texmf/tex/latex/beamer/themes/color/beamercolorthemeGiraldo.sty b/texmf/tex/latex/beamer/themes/color/beamercolorthemeGiraldo.sty new file mode 100644 index 0000000..3b7c3f1 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/color/beamercolorthemeGiraldo.sty @@ -0,0 +1,121 @@ +% Copyright 2014 by Francisco Coelho +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% + + +% +% (fc:) Not sure what the next command does... +% +%\@ifundefined{beamer@cta@do}{}{\beamer@cta@do} +% +\newif\ifstrongtitles +\strongtitlesfalse +% +\DeclareOptionBeamer{strongtitles}[true]{\csname strongtitles#1\endcsname} +\ProcessOptionsBeamer + +\mode + +% +% +% Define UE colors +% +\definecolor{ue-red}{RGB}{158 27 50} +\definecolor{ue-gray}{RGB}{88 89 91} +\definecolor{ue-grey}{RGB}{88 89 91} +\definecolor{ue-black}{RGB}{0 0 0} +% +% +% Basic text elements +% +\setbeamercolor*{normal text}{fg=black,bg=white} +\setbeamercolor{alerted text}{fg=ue-red,bg=white} +\setbeamercolor*{title}{fg=ue-red,bg=white} +\ifstrongtitles + \setbeamercolor*{frametitle}{ + fg=white, + bg=ue-red + } +\else + \setbeamercolor*{frametitle}{ + fg=ue-red, + bg=white + } +\fi +% +% +% Frame constant elements +% + +% \setbeamercolor*{separation line}{} +% \setbeamercolor*{fine separation line}{} +% +% +% Structures (lists, etc) +% +\setbeamercolor*{structure}{fg=ue-grey} +%\setbeamercolor{item projected}{fg=black} +% +% +% Frame block elements (theorems, etc) +% +\setbeamercolor*{block body}{bg=normal text.bg!90!black} +\setbeamercolor*{block body alerted}{bg=normal text.bg!90!black} +\setbeamercolor*{block title}{parent=structure,bg=ue-red,fg=white} +\setbeamercolor*{block title alerted}{use={normal text,alerted text},fg=alerted text.fg!75!normal text.fg,bg=normal text.bg!75!black} +% +% +% Examples +% +\setbeamercolor*{example text}{fg=ue-grey!75!black} +% +\setbeamercolor*{block body example}{bg=normal text.bg!90!black} +\setbeamercolor*{block title example}{ + use={normal text,example text}, + fg=ue-red!75!normal text.fg, + bg=normal text.bg!75!black +} +% +% +% Palettes +% +\setbeamercolor{palette primary}{ + use={structure,normal text}, + fg=structure.fg, + bg=normal text.bg!75!black +} +% +\setbeamercolor{palette secondary}{ + use={structure,normal text}, + fg=structure.fg, + bg=normal text.bg!60!black +} +% +\setbeamercolor{palette tertiary}{ + use={structure,normal text}, + fg=structure.fg, + bg=normal text.bg!45!black +} +% +\setbeamercolor{palette quaternary}{ + use={structure,normal text}, + fg=structure.fg, + bg=normal text.bg!30!black +} +% +% +% Sidebar stuff +% +\setbeamercolor*{sidebar}{parent=palette primary} +\setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg} +\setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg} +\setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg} +\setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg} +% +% +% +\mode diff --git a/texmf/tex/latex/beamer/themes/color/beamercolorthemeLoios.sty b/texmf/tex/latex/beamer/themes/color/beamercolorthemeLoios.sty new file mode 100644 index 0000000..2ff1a44 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/color/beamercolorthemeLoios.sty @@ -0,0 +1,182 @@ +% Copyright 2007 by Till Tantau +% +% 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. + +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/color/beamercolorthemedefault.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $ + + +\mode + +\definecolor{beamer@blendedblue}{rgb}{0.2,0.2,0.7} % use structure theme to change + +\setbeamercolor{normal text}{fg=black,bg=white} +\setbeamercolor{alerted text}{fg=red} +\setbeamercolor{example text}{fg=green!50!black} + +\setbeamercolor{structure}{fg=beamer@blendedblue} + +\setbeamercolor{background canvas}{parent=normal text} +\setbeamercolor{background}{parent=background canvas} + +\setbeamercolor{palette primary}{use=structure,fg=structure.fg} +\setbeamercolor{palette secondary}{use=structure,fg=structure.fg!75!black} +\setbeamercolor{palette tertiary}{use=structure,fg=structure.fg!50!black} +\setbeamercolor{palette quaternary}{fg=black} + +\setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg} +\setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg} +\setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg} +\setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg} + +\setbeamercolor{math text}{} +\setbeamercolor{math text inlined}{parent=math text} +\setbeamercolor{math text displayed}{parent=math text} + +\setbeamercolor{normal text in math text}{} + +\setbeamercolor{local structure}{parent=structure} + +\setbeamercolor{titlelike}{parent=structure} + +\setbeamercolor{title}{parent=titlelike} +\setbeamercolor{title in head/foot}{parent=palette quaternary} +\setbeamercolor{title in sidebar}{parent=palette sidebar quaternary} + +\setbeamercolor{subtitle}{parent=title} + +\setbeamercolor{author}{} +\setbeamercolor{author in head/foot}{parent=palette primary} +\setbeamercolor{author in sidebar}{use=palette sidebar tertiary,fg=palette sidebar tertiary.fg} + +\setbeamercolor{institute}{} +\setbeamercolor{institute in head/foot}{parent=palette tertiary} +\setbeamercolor{institute in sidebar}{use=palette sidebar tertiary,fg=palette sidebar tertiary.fg} + +\setbeamercolor{date}{} +\setbeamercolor{date in head/foot}{parent=palette secondary} +\setbeamercolor{date in sidebar}{use=palette sidebar tertiary,fg=palette sidebar tertiary.fg} + +\setbeamercolor{titlegraphic}{} + +\setbeamercolor{part name}{} +\setbeamercolor{part title}{parent=titlelike} + +\setbeamercolor{section name}{} +\setbeamercolor{section title}{parent=titlelike} + +\setbeamercolor{section in toc}{parent=structure} +\setbeamercolor{section in toc shaded}{parent=section in toc} +\setbeamercolor{section in head/foot}{parent=palette tertiary} +\setbeamercolor{section in sidebar}{parent=palette sidebar secondary} +\setbeamercolor{section in sidebar shaded}{use=section in sidebar,fg=section in sidebar.fg!40!bg} +\setbeamercolor{section number projected}{parent=item projected} + +\setbeamercolor{subsection name}{} +\setbeamercolor{subsection title}{parent=titlelike} + +\setbeamercolor{subsection in toc}{} +\setbeamercolor{subsection in toc shaded}{parent=subsection in toc} +\setbeamercolor{subsection in head/foot}{parent=palette secondary} +\setbeamercolor{subsection in sidebar}{parent=palette sidebar primary} +\setbeamercolor{subsection in sidebar shaded}{use=subsection in sidebar,fg=subsection in sidebar.fg!40!bg} +\setbeamercolor{subsection number projected}{parent={subitem projected}} + +\setbeamercolor{subsubsection in toc}{parent=subsection in toc} +\setbeamercolor{subsubsection in toc shaded}{parent=subsubsection in toc} +\setbeamercolor{subsubsection in head/foot}{parent=subsection in head/foot} +\setbeamercolor{subsubsection in sidebar}{parent=subsection in sidebar} +\setbeamercolor{subsubsection in sidebar shaded}{parent=subsection in sidebar shaded} +\setbeamercolor{subsubsection number projected}{parent=subsubitem projected} + +\setbeamercolor{headline}{} +\setbeamercolor{footline}{} + +\setbeamercolor{sidebar}{} +\setbeamercolor{sidebar left}{parent=sidebar} +\setbeamercolor{sidebar right}{parent=sidebar} + +\setbeamercolor{logo}{parent=palette secondary} + +\setbeamercolor{frametitle}{parent=titlelike} +\setbeamercolor{framesubtitle}{parent=frametitle} + +\setbeamercolor{frametitle right}{parent=frametitle} + +\setbeamercolor{caption}{} +\setbeamercolor{caption name}{parent=structure} + +\setbeamercolor{button}{use=local structure,bg=local structure.fg!50!bg,fg=white} +\setbeamercolor{button border}{use=button,fg=button.bg} +\setbeamercolor{navigation symbols}{use=structure,fg=structure.fg!40!bg} +\setbeamercolor{navigation symbols dimmed}{use=structure,fg=structure.fg!20!bg} +\setbeamercolor{mini frame}{parent=section in head/foot} + +\setbeamercolor{block body}{} +\setbeamercolor{block body alerted}{} +\setbeamercolor{block body example}{} +\setbeamercolor{block title}{parent=structure} +\setbeamercolor{block title alerted}{parent=alerted text} +\setbeamercolor{block title example}{parent=example text} + +\setbeamercolor{item}{parent=local structure} +\setbeamercolor{subitem}{parent=item} +\setbeamercolor{subsubitem}{parent=subitem} + +\setbeamercolor{item projected}{parent=item,use=item,fg=white,bg=item.fg} +\setbeamercolor{subitem projected}{parent=item projected} +\setbeamercolor{subsubitem projected}{parent=subitem projected} + +\setbeamercolor{enumerate item}{parent=item} +\setbeamercolor{enumerate subitem}{parent=subitem} +\setbeamercolor{enumerate subsubitem}{parent=subsubitem} + +\setbeamercolor{itemize item}{parent=item} +\setbeamercolor{itemize subitem}{parent=subitem} +\setbeamercolor{itemize subsubitem}{parent=subsubitem} + +\setbeamercolor{itemize/enumerate body}{} +\setbeamercolor{itemize/enumerate subbody}{} +\setbeamercolor{itemize/enumerate subsubbody}{} + +\setbeamercolor{description item}{parent=item} + +\setbeamercolor{bibliography item}{parent=item} + +\setbeamercolor{bibliography entry author}{use=structure,fg=structure.fg} +\setbeamercolor{bibliography entry title}{use=normal text,fg=normal text.fg} +\setbeamercolor{bibliography entry location}{use=structure,fg=structure.fg!65!bg} +\setbeamercolor{bibliography entry note}{use=structure,fg=structure.fg!65!bg} + +\setbeamercolor{separation line}{} + +\setbeamercolor{upper separation line head}{parent=separation line} +\setbeamercolor{middle separation line head}{parent=separation line} +\setbeamercolor{lower separation line head}{parent=separation line} + +\setbeamercolor{upper separation line foot}{parent=separation line} +\setbeamercolor{middle separation line foot}{parent=separation line} +\setbeamercolor{lower separation line foot}{parent=separation line} + +\setbeamercolor{abstract}{} +\setbeamercolor{abstract title}{parent=structure} + +\setbeamercolor{verse}{} + +\setbeamercolor{quotation}{} +\setbeamercolor{quote}{parent=quotation} + +\setbeamercolor{page number in head/foot}{fg=fg!50!bg} + +\setbeamercolor{qed symbol}{parent=structure} + +\setbeamercolor{note page}{bg=white!90!black, fg=black} +\setbeamercolor{note title}{bg=white!80!black, fg=black} +\setbeamercolor{note date}{parent=note title} + +\mode + diff --git a/texmf/tex/latex/beamer/themes/font/beamerfontthemeGiraldo.sty b/texmf/tex/latex/beamer/themes/font/beamerfontthemeGiraldo.sty new file mode 100644 index 0000000..09da057 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/font/beamerfontthemeGiraldo.sty @@ -0,0 +1,121 @@ +% Copyright 2014 by Francisco Coelho +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% + +\mode + +\setbeamerfont{normal text}{} % ignored currently +\setbeamerfont{alerted text}{} +\setbeamerfont{example text}{} + +\setbeamerfont{structure}{} +\setbeamerfont{tiny structure}{size=\tiny} + +\setbeamerfont{title}{size=\Large,parent=structure} +\setbeamerfont{title in head/foot}{} +\setbeamerfont{title in sidebar}{size=\tiny} + +\setbeamerfont{subtitle}{size=\normalsize,parent=title} + +\setbeamerfont{author}{} +\setbeamerfont{author in head/foot}{} +\setbeamerfont{author in sidebar}{size=\tiny} + +\setbeamerfont{institute}{size=\scriptsize} +\setbeamerfont{institute in head/foot}{} +\setbeamerfont{institute in sidebar}{} + +\setbeamerfont{date}{} +\setbeamerfont{date in head/foot}{} +\setbeamerfont{date in sidebar}{} + +\setbeamerfont{part name}{size=\LARGE} +\setbeamerfont{part title}{size=\LARGE,parent=title} + +\setbeamerfont{section name}{size=\Large} +\setbeamerfont{section title}{size=\Large,parent=title} + +\setbeamerfont{section in toc}{parent=structure} +\setbeamerfont{section in toc shaded}{parent=section in toc} +\setbeamerfont{section in head/foot}{} +\setbeamerfont{section in sidebar}{size=\tiny} +\setbeamerfont{section number projected}{size=\small,parent={section in toc,projected text}} + +\setbeamerfont{subsection name}{size=\large} +\setbeamerfont{subsection title}{size=\large,parent=title} + +\setbeamerfont{subsection in toc}{} +\setbeamerfont{subsection in toc shaded}{parent=subsection in toc} +\setbeamerfont{subsection in head/foot}{} +\setbeamerfont{subsection in sidebar}{} + +\setbeamerfont{subsubsection in toc}{size=\footnotesize} +\setbeamerfont{subsubsection in toc shaded}{parent=subsubsection in toc} +\setbeamerfont{subsubsection in head/foot}{} +\setbeamerfont{subsubsection in sidebar}{} + +\setbeamerfont{headline}{parent={tiny structure}} +\setbeamerfont{footline}{parent={tiny structure}} + +\setbeamerfont{sidebar}{size=\Tiny,parent={tiny structure}} +\setbeamerfont{sidebar left}{parent=sidebar} +\setbeamerfont{sidebar right}{parent=sidebar} + +\setbeamerfont{frametitle}{parent=structure,size=\Large} +\setbeamerfont{framesubtitle}{parent=frametitle,size=\footnotesize} + +\setbeamerfont{caption}{size=\small} +\setbeamerfont{caption name}{parent={structure,caption}} + +\setbeamerfont{button}{size=\tiny} + +\setbeamerfont{block body}{} +\setbeamerfont{block body alerted}{} +\setbeamerfont{block body example}{} +\setbeamerfont{block title}{size=\large,parent={structure,block body}} +\setbeamerfont{block title alerted}{parent={block title,alerted text}} +\setbeamerfont{block title example}{parent={block title,example text}} + +\setbeamerfont{item}{parent=structure} +\setbeamerfont{subitem}{parent=item} +\setbeamerfont{subsubitem}{parent=subitem} + +\setbeamerfont{item projected}{size=\tiny,parent={item,projected text}} +\setbeamerfont{subitem projected}{parent=item projected} +\setbeamerfont{subsubitem projected}{parent=subitem projected} + +\setbeamerfont{itemize item}{parent=item} +\setbeamerfont{itemize subitem}{parent=subitem} +\setbeamerfont{itemize subsubitem}{parent=subsubitem} + +\setbeamerfont{enumerate item}{parent=item} +\setbeamerfont{enumerate subitem}{parent=subitem} +\setbeamerfont{enumerate subsubitem}{parent=subsubitem} + +\setbeamerfont{itemize/enumerate body}{} +\setbeamerfont{itemize/enumerate subbody}{size=\small} +\setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize} + + +\setbeamerfont{description item}{parent=item} + +\setbeamerfont{projected text}{parent={tiny structure}} + +\setbeamerfont{abstract}{size=\small} +\setbeamerfont{abstract title}{parent={abstract,structure},size=\normalsize} + +\setbeamerfont{verse}{family=\rmfamily,shape=\itshape} + +\setbeamerfont{quotation}{shape=\itshape} +\setbeamerfont{quote}{parent=quotation} + +\setbeamerfont{note page}{size=\small} +\setbeamerfont{note title}{parent=note page} +\setbeamerfont{note date}{size=\footnotesize} + +\mode + diff --git a/texmf/tex/latex/beamer/themes/font/beamerfontthemeLoios.sty b/texmf/tex/latex/beamer/themes/font/beamerfontthemeLoios.sty new file mode 100644 index 0000000..0f98cf8 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/font/beamerfontthemeLoios.sty @@ -0,0 +1,125 @@ +% Copyright 2007 by Till Tantau +% +% 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. + +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/font/beamerfontthemedefault.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $ + + +\mode + +\setbeamerfont{normal text}{} % ignored currently +\setbeamerfont{alerted text}{} +\setbeamerfont{example text}{} + +\setbeamerfont{structure}{} +\setbeamerfont{tiny structure}{size=\tiny} + +\setbeamerfont{title}{size=\Large,parent=structure} +\setbeamerfont{title in head/foot}{} +\setbeamerfont{title in sidebar}{size=\tiny} + +\setbeamerfont{subtitle}{size=\normalsize,parent=title} + +\setbeamerfont{author}{} +\setbeamerfont{author in head/foot}{} +\setbeamerfont{author in sidebar}{size=\tiny} + +\setbeamerfont{institute}{size=\scriptsize} +\setbeamerfont{institute in head/foot}{} +\setbeamerfont{institute in sidebar}{} + +\setbeamerfont{date}{} +\setbeamerfont{date in head/foot}{} +\setbeamerfont{date in sidebar}{} + +\setbeamerfont{part name}{size=\LARGE} +\setbeamerfont{part title}{size=\LARGE,parent=title} + +\setbeamerfont{section name}{size=\Large} +\setbeamerfont{section title}{size=\Large,parent=title} + +\setbeamerfont{section in toc}{parent=structure} +\setbeamerfont{section in toc shaded}{parent=section in toc} +\setbeamerfont{section in head/foot}{} +\setbeamerfont{section in sidebar}{size=\tiny} +\setbeamerfont{section number projected}{size=\small,parent={section in toc,projected text}} + +\setbeamerfont{subsection name}{size=\large} +\setbeamerfont{subsection title}{size=\large,parent=title} + +\setbeamerfont{subsection in toc}{} +\setbeamerfont{subsection in toc shaded}{parent=subsection in toc} +\setbeamerfont{subsection in head/foot}{} +\setbeamerfont{subsection in sidebar}{} + +\setbeamerfont{subsubsection in toc}{size=\footnotesize} +\setbeamerfont{subsubsection in toc shaded}{parent=subsubsection in toc} +\setbeamerfont{subsubsection in head/foot}{} +\setbeamerfont{subsubsection in sidebar}{} + +\setbeamerfont{headline}{parent={tiny structure}} +\setbeamerfont{footline}{parent={tiny structure}} + +\setbeamerfont{sidebar}{size=\Tiny,parent={tiny structure}} +\setbeamerfont{sidebar left}{parent=sidebar} +\setbeamerfont{sidebar right}{parent=sidebar} + +\setbeamerfont{frametitle}{parent=structure,size=\Large} +\setbeamerfont{framesubtitle}{parent=frametitle,size=\footnotesize} + +\setbeamerfont{caption}{size=\small} +\setbeamerfont{caption name}{parent={structure,caption}} + +\setbeamerfont{button}{size=\tiny} + +\setbeamerfont{block body}{} +\setbeamerfont{block body alerted}{} +\setbeamerfont{block body example}{} +\setbeamerfont{block title}{size=\large,parent={structure,block body}} +\setbeamerfont{block title alerted}{parent={block title,alerted text}} +\setbeamerfont{block title example}{parent={block title,example text}} + +\setbeamerfont{item}{parent=structure} +\setbeamerfont{subitem}{parent=item} +\setbeamerfont{subsubitem}{parent=subitem} + +\setbeamerfont{item projected}{size=\tiny,parent={item,projected text}} +\setbeamerfont{subitem projected}{parent=item projected} +\setbeamerfont{subsubitem projected}{parent=subitem projected} + +\setbeamerfont{itemize item}{parent=item} +\setbeamerfont{itemize subitem}{parent=subitem} +\setbeamerfont{itemize subsubitem}{parent=subsubitem} + +\setbeamerfont{enumerate item}{parent=item} +\setbeamerfont{enumerate subitem}{parent=subitem} +\setbeamerfont{enumerate subsubitem}{parent=subsubitem} + +\setbeamerfont{itemize/enumerate body}{} +\setbeamerfont{itemize/enumerate subbody}{size=\small} +\setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize} + + +\setbeamerfont{description item}{parent=item} + +\setbeamerfont{projected text}{parent={tiny structure}} + +\setbeamerfont{abstract}{size=\small} +\setbeamerfont{abstract title}{parent={abstract,structure},size=\normalsize} + +\setbeamerfont{verse}{family=\rmfamily,shape=\itshape} + +\setbeamerfont{quotation}{shape=\itshape} +\setbeamerfont{quote}{parent=quotation} + +\setbeamerfont{note page}{size=\small} +\setbeamerfont{note title}{parent=note page} +\setbeamerfont{note date}{size=\footnotesize} + +\mode + diff --git a/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeGiraldo.sty b/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeGiraldo.sty new file mode 100644 index 0000000..ac8b60f --- /dev/null +++ b/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeGiraldo.sty @@ -0,0 +1,447 @@ +% Copyright 2014 by Francisco Coelho +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% + +\mode + +% Some images: + +\pgfdeclareimage[width=14pt,height=12pt]{beamericonbook}{beamericonbook} +\pgfdeclareimage[width=14pt,height=12pt]{beamericonbookshaded}{beamericonbook.20} +\pgfaliasimage{beamericonbook.!20opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!15opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!10opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!5opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!2opaque}{beamericonbookshaded} +\pgfdeclareimage[width=11pt,height=14pt]{beamericonarticle}{beamericonarticle} +\pgfdeclareimage[width=11pt,height=14pt]{beamericonarticleshaded}{beamericonarticle.20} +\pgfaliasimage{beamericonarticle.!20opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!15opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!10opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!5opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!2opaque}{beamericonarticleshaded} +\pgfdeclareimage[width=14pt,height=14pt]{beamericononline}{beamericononline} +\pgfdeclareimage[width=14pt,height=14pt]{beamericononlineshaded}{beamericononline.20} +\pgfaliasimage{beamericononline.!20opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!15opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!10opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!5opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!2opaque}{beamericononlineshaded} + +% Title page: default + +\defbeamertemplate*{title page}{default}[1][] +{ + \vbox{} + \vfill + \begingroup + \centering + \begin{beamercolorbox}[sep=8pt,center,#1]{title} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \endgroup + \vfill +} + + +% Part page: default + +\defbeamertemplate*{part page}{default}[1][] +{ + \begingroup + \centering + {\usebeamerfont{part name}\usebeamercolor[fg]{part name}\partname~\insertromanpartnumber} + \vskip1em\par + \begin{beamercolorbox}[sep=16pt,center,#1]{part title} + \usebeamerfont{part title}\insertpart\par + \end{beamercolorbox} + \endgroup +} + + +% Section page: default + +\defbeamertemplate*{section page}{default}[1][] +{ + \begingroup + \setbeamertemplate{footline}[] + \setbeamercolor{background canvas}{bg=ue-red} + \logo{\pgfputat{\pgfxy(-1.2,8)}{\pgfbox[center,base]{\pgfuseimage{university-logo-inverted}}}} + \centering + {\usebeamerfont{section name}\usebeamercolor[fg]{section name}\sectionname~\insertsectionnumber} + \vskip1em\par + \begin{beamercolorbox}[sep=12pt,center,#1]{part title} + \usebeamerfont{section title}\insertsection\par + \end{beamercolorbox} + \endgroup +} + +% Subsection page: default + +\defbeamertemplate*{subsection page}{default}[1][] +{ + \begingroup + \centering + {\usebeamerfont{subsection name}\usebeamercolor[fg]{subsection name}\subsectionname~\insertsubsectionnumber} + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{part title} + \usebeamerfont{subsection title}\insertsubsection\par + \end{beamercolorbox} + \endgroup +} + + + + +% +% Table of contents +% + +\defbeamertemplateparent{sections/subsections in toc}{section in toc,subsection in toc,subsubsection in toc} +{} + +\defbeamertemplateparent{sections/subsections in toc shaded}{section in toc shaded,subsection in toc shaded,subsubsection in toc shaded}[1][20] +{[#1]} + + + + +% (sub-)section in toc: default + +\defbeamertemplate*{section in toc}{default} +{\inserttocsection\par} + +\defbeamertemplate*{subsection in toc}{default} +{\leavevmode\leftskip=1.5em\inserttocsubsection\par} + +\defbeamertemplate*{subsubsection in toc}{default} +{\leavevmode\normalsize\usebeamerfont{subsection in toc}\leftskip=3em% + \usebeamerfont{subsubsection in toc}\inserttocsubsubsection\par} + + +% (sub-)section in toc shaded, default + +\defbeamertemplate*{section in toc shaded}{default}[1][20] +{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{section in toc}\end{colormixin}\unskip} + +\defbeamertemplate*{subsection in toc shaded}{default}[1][20] +{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{subsection in toc}\end{colormixin}\unskip} + +\defbeamertemplate*{subsubsection in toc shaded}{default}[1][20] +{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{subsubsection in toc}\end{colormixin}\unskip} + + + + + +% +% Item +% + +\defbeamertemplateparent{items}{itemize items,enumerate items} +{} + + +% Itemize items + +\defbeamertemplateparent{itemize items}{itemize item,itemize subitem,itemize subsubitem} +{} + + +% Itemize items, default + +\defbeamertemplate*{itemize item}{default}{\scriptsize\raise1.25pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} +\defbeamertemplate*{itemize subitem}{default}{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} +\defbeamertemplate*{itemize subsubitem}{default}{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} + + +% Enumerate items, default + +\defbeamertemplateparent{enumerate items}{enumerate item,enumerate subitem,enumerate subsubitem,enumerate mini} +{} + +\defbeamertemplate*{enumerate item}{default}{\insertenumlabel.} +\defbeamertemplate*{enumerate subitem}{default}{\insertenumlabel.\insertsubenumlabel} +\defbeamertemplate*{enumerate subsubitem}{default}{\insertenumlabel.\insertsubenumlabel.\insertsubsubenumlabel} +\defbeamertemplate*{enumerate mini template}{default}{\insertenumlabel} + + +% Description item width + +\defbeamertemplate*{description item}{default}{\insertdescriptionitem} + + + +% Itemize/Enumerate body + +\defbeamertemplate*{itemize/enumerate body begin}{default}{} +\defbeamertemplate*{itemize/enumerate body end}{default}{} + +\defbeamertemplate*{itemize/enumerate subbody begin}{default}{} +\defbeamertemplate*{itemize/enumerate subbody end}{default}{} + +\defbeamertemplate*{itemize/enumerate subsubbody begin}{default}{} +\defbeamertemplate*{itemize/enumerate subsubbody end}{default}{} + + + +% Alerted text + +\defbeamertemplate*{alerted text begin}{default}{\setbeamercolor{local structure}{parent=alerted text}} + + + +% Structured text + +% empyt defaults + + +% Bibliography items + +\defbeamertemplate*{bibliography item}{default} +{\lower3.5pt\hbox{\hskip2pt\pgfuseimage{beamericonarticle}\hskip1pt}} + +\defbeamertemplate*{bibliography entry article}{default}{} +\defbeamertemplate*{bibliography entry title}{default}{\par} +\defbeamertemplate*{bibliography entry location}{default}{\par} +\defbeamertemplate*{bibliography entry note}{default}{\par} + + +% Buttons + +\newdimen\beamer@dima% +\newdimen\beamer@dimb% + +\defbeamertemplate*{button}{default} +{% + \setbox\beamer@tempbox=\hbox{{\insertbuttontext}}% + \ht\beamer@tempbox=6pt% + \dp\beamer@tempbox=0pt% + \setbox\beamer@tempbox=\vbox{\box\beamer@tempbox\vskip2pt}% + \beamer@tempdim=\wd\beamer@tempbox% + \beamer@dima=\beamer@tempdim\advance\beamer@dima by2.2pt + \beamer@dimb=\beamer@tempdim\advance\beamer@dimb by4pt + \begin{pgfpicture}{-4pt}{0pt}{\the\beamer@tempdim}{8pt} + \color{bg} + \pgfsetlinewidth{0.8pt} + \pgfpathqmoveto{0pt}{0pt} + \pgfpathqcurveto{-2.2pt}{0pt}{-4pt}{1.8pt}{-4pt}{4pt} + \pgfpathqcurveto{-4pt}{6.2pt}{-2.2pt}{8pt}{0pt}{8pt} + \pgfpathlineto{\pgfpoint{\the\beamer@tempdim}{8pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dima}{8pt}}% + {\pgfpoint{\the\beamer@dimb}{6.2pt}}% + {\pgfpoint{\the\beamer@dimb}{4pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dimb}{1.8pt}}% + {\pgfpoint{\the\beamer@dima}{0pt}}% + {\pgfpoint{\the\beamer@tempdim}{0pt}} + \pgfpathclose + \pgfusepathqfill + \colorlet{bg}{parent.bg} + \usebeamercolor[fg]{button border} + \pgfpathqmoveto{0pt}{0pt} + \pgfpathqcurveto{-2.2pt}{0pt}{-4pt}{1.8pt}{-4pt}{4pt} + \pgfpathqcurveto{-4pt}{6.2pt}{-2.2pt}{8pt}{0pt}{8pt} + \pgfpathlineto{\pgfpoint{\the\beamer@tempdim}{8pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dima}{8pt}}% + {\pgfpoint{\the\beamer@dimb}{6.2pt}}% + {\pgfpoint{\the\beamer@dimb}{4pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dimb}{1.8pt}}% + {\pgfpoint{\the\beamer@dima}{0pt}}% + {\pgfpoint{\the\beamer@tempdim}{0pt}} + \pgfpathclose + \pgfusepathqstroke + \end{pgfpicture}% + \hskip-\beamer@tempdim% + \box\beamer@tempbox% + \kern4pt% +} + + +% Abstract + +\defbeamertemplate*{abstract title}{default} +{% + \begin{center}% + \abstractname + \end{center}% +} + +\defbeamertemplate*{abstract begin}{default} +{\beamercolorbox[vmode]{abstract}\leftskip2em\rightskip2em plus 1fill\usebeamerfont*{abstract}} + +\defbeamertemplate*{abstract end}{default} +{\medskip\endbeamercolorbox} + + +% Verse + +\defbeamertemplate*{verse begin}{default} +{\beamercolorbox[vmode]{verse}} + +\defbeamertemplate*{verse end}{default} +{\endbeamercolorbox} + + +% Quotation + +\defbeamertemplate*{quotation begin}{default} +{\beamercolorbox[vmode]{quotation}} + +\defbeamertemplate*{quotation end}{default} +{\endbeamercolorbox} + + +% Quote + +\defbeamertemplate*{quote begin}{default} +{\beamercolorbox[vmode]{quote}} + +\defbeamertemplate*{quote end}{default} +{\endbeamercolorbox} + + +% Footnotes + +\defbeamertemplate*{footnote}{default} +{ + \parindent 1em\noindent% + \raggedright + \hbox to 1.8em{\hfil\insertfootnotemark}\insertfootnotetext\par% +} + + +% Captions + +\defbeamertemplate*{caption}{default} +{% + \raggedright + {% + \usebeamercolor[fg]{caption name}% + \usebeamerfont*{caption name}% + \insertcaptionname + \usebeamertemplate{caption label separator}% + }% + \insertcaption\par +} +\defbeamertemplate*{caption label separator}{default}{: } + +% Blocks + +\defbeamertemplateparent{blocks}{block begin,block end,% + block alerted begin,block alerted end,% + block example begin,block example end} +{} + +\defbeamertemplate*{block begin}{default} +{ + \par\vskip\medskipamount% + \begin{beamercolorbox}[colsep*=.75ex]{block title} + \usebeamerfont*{block title}\insertblocktitle% + \end{beamercolorbox}% + {\parskip0pt\par}% + \ifbeamercolorempty[bg]{block title} + {} + {\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body}% + \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body}% + \ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\defbeamertemplate*{block end}{default} +{\end{beamercolorbox}\vskip\smallskipamount} + +\defbeamertemplate*{block alerted begin}{default} +{ + \par\vskip\medskipamount% + \begin{beamercolorbox}[colsep*=.75ex]{block title alerted} + \usebeamerfont*{block title alerted}\insertblocktitle% + \end{beamercolorbox}% + {\parskip0pt\par}% + \ifbeamercolorempty[bg]{block title alerted} + {} + {\ifbeamercolorempty[bg]{block body alerted}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body alerted}% + \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body alerted}% + \ifbeamercolorempty[bg]{block body alerted}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} + +\defbeamertemplate*{block alerted end}{default} +{\end{beamercolorbox}\vskip\smallskipamount} + + +\defbeamertemplate*{block example begin}{default} +{ + \par\vskip\medskipamount% + \begin{beamercolorbox}[colsep*=.75ex]{block title example} + \usebeamerfont*{block title example}\insertblocktitle% + \end{beamercolorbox}% + {\parskip0pt\par}% + \ifbeamercolorempty[bg]{block title example} + {} + {\ifbeamercolorempty[bg]{block body example}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body example}% + \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body example}% + \ifbeamercolorempty[bg]{block body example}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\defbeamertemplate*{block example end}{default} +{\end{beamercolorbox}\vskip\smallskipamount} + + + + +% Theorems + +\defbeamertemplateparent{theorems}{theorem begin,theorem end} +{} + +\defbeamertemplate*{theorem begin}{default} +{% + \begin{\inserttheoremblockenv} + {% + \inserttheoremname + \ifx\inserttheoremaddition\@empty\else\ (\inserttheoremaddition)\fi% + }% +} + +\defbeamertemplate*{theorem end}{default} +{\end{\inserttheoremblockenv}} + + +% Proofs +\defbeamertemplate*{proof begin}{default} +{\begin{block}{\insertproofname}} + +\defbeamertemplate*{proof end}{default} +{\end{block}} + +\defbeamertemplate*{qed symbol}{default} +{\openbox} + + + + +\mode + diff --git a/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeLoios.sty b/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeLoios.sty new file mode 100644 index 0000000..38f6a53 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeLoios.sty @@ -0,0 +1,448 @@ +% Copyright 2007 by Till Tantau +% +% 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. + +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/inner/beamerinnerthemedefault.sty,v 65cb471f9634 2013/10/15 06:36:03 joseph $ + + +\mode + +% Some images: + +\pgfdeclareimage[width=14pt,height=12pt]{beamericonbook}{beamericonbook} +\pgfdeclareimage[width=14pt,height=12pt]{beamericonbookshaded}{beamericonbook.20} +\pgfaliasimage{beamericonbook.!20opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!15opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!10opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!5opaque}{beamericonbookshaded} +\pgfaliasimage{beamericonbook.!2opaque}{beamericonbookshaded} +\pgfdeclareimage[width=11pt,height=14pt]{beamericonarticle}{beamericonarticle} +\pgfdeclareimage[width=11pt,height=14pt]{beamericonarticleshaded}{beamericonarticle.20} +\pgfaliasimage{beamericonarticle.!20opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!15opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!10opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!5opaque}{beamericonarticleshaded} +\pgfaliasimage{beamericonarticle.!2opaque}{beamericonarticleshaded} +\pgfdeclareimage[width=14pt,height=14pt]{beamericononline}{beamericononline} +\pgfdeclareimage[width=14pt,height=14pt]{beamericononlineshaded}{beamericononline.20} +\pgfaliasimage{beamericononline.!20opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!15opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!10opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!5opaque}{beamericononlineshaded} +\pgfaliasimage{beamericononline.!2opaque}{beamericononlineshaded} + +% Title page: default + +\defbeamertemplate*{title page}{default}[1][] +{ + \vbox{} + \vfill + \begingroup + \centering + \begin{beamercolorbox}[sep=8pt,center,#1]{title} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \endgroup + \vfill +} + + +% Part page: default + +\defbeamertemplate*{part page}{default}[1][] +{ + \begingroup + \centering + {\usebeamerfont{part name}\usebeamercolor[fg]{part name}\partname~\insertromanpartnumber} + \vskip1em\par + \begin{beamercolorbox}[sep=16pt,center,#1]{part title} + \usebeamerfont{part title}\insertpart\par + \end{beamercolorbox} + \endgroup +} + + +% Section page: default + +\defbeamertemplate*{section page}{default}[1][] +{ + \begingroup + \centering + {\usebeamerfont{section name}\usebeamercolor[fg]{section name}\sectionname~\insertsectionnumber} + \vskip1em\par + \begin{beamercolorbox}[sep=12pt,center,#1]{part title} + \usebeamerfont{section title}\insertsection\par + \end{beamercolorbox} + \endgroup +} + +% Subection page: default + +\defbeamertemplate*{subsection page}{default}[1][] +{ + \begingroup + \centering + {\usebeamerfont{subsection name}\usebeamercolor[fg]{subsection name}\subsectionname~\insertsubsectionnumber} + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{part title} + \usebeamerfont{subsection title}\insertsubsection\par + \end{beamercolorbox} + \endgroup +} + + + + +% +% Table of contents +% + +\defbeamertemplateparent{sections/subsections in toc}{section in toc,subsection in toc,subsubsection in toc} +{} + +\defbeamertemplateparent{sections/subsections in toc shaded}{section in toc shaded,subsection in toc shaded,subsubsection in toc shaded}[1][20] +{[#1]} + + + + +% (sub-)section in toc: default + +\defbeamertemplate*{section in toc}{default} +{\inserttocsection\par} + +\defbeamertemplate*{subsection in toc}{default} +{\leavevmode\leftskip=1.5em\inserttocsubsection\par} + +\defbeamertemplate*{subsubsection in toc}{default} +{\leavevmode\normalsize\usebeamerfont{subsection in toc}\leftskip=3em% + \usebeamerfont{subsubsection in toc}\inserttocsubsubsection\par} + + +% (sub-)section in toc shaded, default + +\defbeamertemplate*{section in toc shaded}{default}[1][20] +{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{section in toc}\end{colormixin}\unskip} + +\defbeamertemplate*{subsection in toc shaded}{default}[1][20] +{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{subsection in toc}\end{colormixin}\unskip} + +\defbeamertemplate*{subsubsection in toc shaded}{default}[1][20] +{\begin{colormixin}{#1!parent.bg}\usebeamertemplate{subsubsection in toc}\end{colormixin}\unskip} + + + + + +% +% Item +% + +\defbeamertemplateparent{items}{itemize items,enumerate items} +{} + + +% Itemize items + +\defbeamertemplateparent{itemize items}{itemize item,itemize subitem,itemize subsubitem} +{} + + +% Itemize items, default + +\defbeamertemplate*{itemize item}{default}{\scriptsize\raise1.25pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} +\defbeamertemplate*{itemize subitem}{default}{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} +\defbeamertemplate*{itemize subsubitem}{default}{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} + + +% Enumerate items, default + +\defbeamertemplateparent{enumerate items}{enumerate item,enumerate subitem,enumerate subsubitem,enumerate mini} +{} + +\defbeamertemplate*{enumerate item}{default}{\insertenumlabel.} +\defbeamertemplate*{enumerate subitem}{default}{\insertenumlabel.\insertsubenumlabel} +\defbeamertemplate*{enumerate subsubitem}{default}{\insertenumlabel.\insertsubenumlabel.\insertsubsubenumlabel} +\defbeamertemplate*{enumerate mini template}{default}{\insertenumlabel} + + +% Description item width + +\defbeamertemplate*{description item}{default}{\insertdescriptionitem} + + + +% Itemize/Enumerate body + +\defbeamertemplate*{itemize/enumerate body begin}{default}{} +\defbeamertemplate*{itemize/enumerate body end}{default}{} + +\defbeamertemplate*{itemize/enumerate subbody begin}{default}{} +\defbeamertemplate*{itemize/enumerate subbody end}{default}{} + +\defbeamertemplate*{itemize/enumerate subsubbody begin}{default}{} +\defbeamertemplate*{itemize/enumerate subsubbody end}{default}{} + + + +% Alerted text + +\defbeamertemplate*{alerted text begin}{default}{\setbeamercolor{local structure}{parent=alerted text}} + + + +% Structured text + +% empyt defaults + + +% Bibliography items + +\defbeamertemplate*{bibliography item}{default} +{\lower3.5pt\hbox{\hskip2pt\pgfuseimage{beamericonarticle}\hskip1pt}} + +\defbeamertemplate*{bibliography entry article}{default}{} +\defbeamertemplate*{bibliography entry title}{default}{\par} +\defbeamertemplate*{bibliography entry location}{default}{\par} +\defbeamertemplate*{bibliography entry note}{default}{\par} + + +% Buttons + +\newdimen\beamer@dima% +\newdimen\beamer@dimb% + +\defbeamertemplate*{button}{default} +{% + \setbox\beamer@tempbox=\hbox{{\insertbuttontext}}% + \ht\beamer@tempbox=6pt% + \dp\beamer@tempbox=0pt% + \setbox\beamer@tempbox=\vbox{\box\beamer@tempbox\vskip2pt}% + \beamer@tempdim=\wd\beamer@tempbox% + \beamer@dima=\beamer@tempdim\advance\beamer@dima by2.2pt + \beamer@dimb=\beamer@tempdim\advance\beamer@dimb by4pt + \begin{pgfpicture}{-4pt}{0pt}{\the\beamer@tempdim}{8pt} + \color{bg} + \pgfsetlinewidth{0.8pt} + \pgfpathqmoveto{0pt}{0pt} + \pgfpathqcurveto{-2.2pt}{0pt}{-4pt}{1.8pt}{-4pt}{4pt} + \pgfpathqcurveto{-4pt}{6.2pt}{-2.2pt}{8pt}{0pt}{8pt} + \pgfpathlineto{\pgfpoint{\the\beamer@tempdim}{8pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dima}{8pt}}% + {\pgfpoint{\the\beamer@dimb}{6.2pt}}% + {\pgfpoint{\the\beamer@dimb}{4pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dimb}{1.8pt}}% + {\pgfpoint{\the\beamer@dima}{0pt}}% + {\pgfpoint{\the\beamer@tempdim}{0pt}} + \pgfpathclose + \pgfusepathqfill + \colorlet{bg}{parent.bg} + \usebeamercolor[fg]{button border} + \pgfpathqmoveto{0pt}{0pt} + \pgfpathqcurveto{-2.2pt}{0pt}{-4pt}{1.8pt}{-4pt}{4pt} + \pgfpathqcurveto{-4pt}{6.2pt}{-2.2pt}{8pt}{0pt}{8pt} + \pgfpathlineto{\pgfpoint{\the\beamer@tempdim}{8pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dima}{8pt}}% + {\pgfpoint{\the\beamer@dimb}{6.2pt}}% + {\pgfpoint{\the\beamer@dimb}{4pt}} + \pgfpathcurveto% + {\pgfpoint{\the\beamer@dimb}{1.8pt}}% + {\pgfpoint{\the\beamer@dima}{0pt}}% + {\pgfpoint{\the\beamer@tempdim}{0pt}} + \pgfpathclose + \pgfusepathqstroke + \end{pgfpicture}% + \hskip-\beamer@tempdim% + \box\beamer@tempbox% + \kern4pt% +} + + +% Abstract + +\defbeamertemplate*{abstract title}{default} +{% + \begin{center}% + \abstractname + \end{center}% +} + +\defbeamertemplate*{abstract begin}{default} +{\beamercolorbox[vmode]{abstract}\leftskip2em\rightskip2em plus 1fill\usebeamerfont*{abstract}} + +\defbeamertemplate*{abstract end}{default} +{\medskip\endbeamercolorbox} + + +% Verse + +\defbeamertemplate*{verse begin}{default} +{\beamercolorbox[vmode]{verse}} + +\defbeamertemplate*{verse end}{default} +{\endbeamercolorbox} + + +% Quotation + +\defbeamertemplate*{quotation begin}{default} +{\beamercolorbox[vmode]{quotation}} + +\defbeamertemplate*{quotation end}{default} +{\endbeamercolorbox} + + +% Quote + +\defbeamertemplate*{quote begin}{default} +{\beamercolorbox[vmode]{quote}} + +\defbeamertemplate*{quote end}{default} +{\endbeamercolorbox} + + +% Footnotes + +\defbeamertemplate*{footnote}{default} +{ + \parindent 1em\noindent% + \raggedright + \hbox to 1.8em{\hfil\insertfootnotemark}\insertfootnotetext\par% +} + + +% Captions + +\defbeamertemplate*{caption}{default} +{% + \raggedright + {% + \usebeamercolor[fg]{caption name}% + \usebeamerfont*{caption name}% + \insertcaptionname + \usebeamertemplate{caption label separator}% + }% + \insertcaption\par +} +\defbeamertemplate*{caption label separator}{default}{: } + +% Blocks + +\defbeamertemplateparent{blocks}{block begin,block end,% + block alerted begin,block alerted end,% + block example begin,block example end} +{} + +\defbeamertemplate*{block begin}{default} +{ + \par\vskip\medskipamount% + \begin{beamercolorbox}[colsep*=.75ex]{block title} + \usebeamerfont*{block title}\insertblocktitle% + \end{beamercolorbox}% + {\parskip0pt\par}% + \ifbeamercolorempty[bg]{block title} + {} + {\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body}% + \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body}% + \ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\defbeamertemplate*{block end}{default} +{\end{beamercolorbox}\vskip\smallskipamount} + +\defbeamertemplate*{block alerted begin}{default} +{ + \par\vskip\medskipamount% + \begin{beamercolorbox}[colsep*=.75ex]{block title alerted} + \usebeamerfont*{block title alerted}\insertblocktitle% + \end{beamercolorbox}% + {\parskip0pt\par}% + \ifbeamercolorempty[bg]{block title alerted} + {} + {\ifbeamercolorempty[bg]{block body alerted}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body alerted}% + \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body alerted}% + \ifbeamercolorempty[bg]{block body alerted}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} + +\defbeamertemplate*{block alerted end}{default} +{\end{beamercolorbox}\vskip\smallskipamount} + + +\defbeamertemplate*{block example begin}{default} +{ + \par\vskip\medskipamount% + \begin{beamercolorbox}[colsep*=.75ex]{block title example} + \usebeamerfont*{block title example}\insertblocktitle% + \end{beamercolorbox}% + {\parskip0pt\par}% + \ifbeamercolorempty[bg]{block title example} + {} + {\ifbeamercolorempty[bg]{block body example}{}{\nointerlineskip\vskip-0.5pt}}% + \usebeamerfont{block body example}% + \begin{beamercolorbox}[colsep*=.75ex,vmode]{block body example}% + \ifbeamercolorempty[bg]{block body example}{\vskip-.25ex}{\vskip-.75ex}\vbox{}% +} +\defbeamertemplate*{block example end}{default} +{\end{beamercolorbox}\vskip\smallskipamount} + + + + +% Theorems + +\defbeamertemplateparent{theorems}{theorem begin,theorem end} +{} + +\defbeamertemplate*{theorem begin}{default} +{% + \begin{\inserttheoremblockenv} + {% + \inserttheoremname + \ifx\inserttheoremaddition\@empty\else\ (\inserttheoremaddition)\fi% + }% +} + +\defbeamertemplate*{theorem end}{default} +{\end{\inserttheoremblockenv}} + + +% Proofs +\defbeamertemplate*{proof begin}{default} +{\begin{block}{\insertproofname}} + +\defbeamertemplate*{proof end}{default} +{\end{block}} + +\defbeamertemplate*{qed symbol}{default} +{\openbox} + + + + +\mode + diff --git a/texmf/tex/latex/beamer/themes/outer/beamerouterthemeGiraldo.sty b/texmf/tex/latex/beamer/themes/outer/beamerouterthemeGiraldo.sty new file mode 100644 index 0000000..f796308 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/outer/beamerouterthemeGiraldo.sty @@ -0,0 +1,51 @@ +% Copyright 2014 by Francisco Coelho +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% + +\mode + +\setbeamercolor*{author in head/foot}{parent=palette tertiary} +\setbeamercolor*{title in head/foot}{parent=palette secondary} +\setbeamercolor*{date in head/foot}{parent=palette primary} + +\setbeamercolor*{section in head/foot}{parent=palette tertiary} +\setbeamercolor*{subsection in head/foot}{parent=palette primary} + +\defbeamertemplate*{footline}{infolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor\expandafter\beamer@ifempty\expandafter{\beamer@shortinstitute}{}{~~(\insertshortinstitute)} + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}% + \usebeamerfont{title in head/foot}\insertshorttitle + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}% + \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em} + \insertframenumber{} / \inserttotalframenumber\hspace*{2ex} + \end{beamercolorbox}}% + \vskip0pt% +} + +\defbeamertemplate*{headline}{infolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.65ex,dp=1.5ex,right]{section in head/foot}% + \usebeamerfont{section in head/foot}\insertsectionhead\hspace*{2ex} + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.65ex,dp=1.5ex,left]{subsection in head/foot}% + \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead + \end{beamercolorbox}}% + \vskip0pt% +} + +\setbeamersize{text margin left=1em,text margin right=1em} + +\mode + diff --git a/texmf/tex/latex/beamer/themes/outer/beamerouterthemeLoios.sty b/texmf/tex/latex/beamer/themes/outer/beamerouterthemeLoios.sty new file mode 100644 index 0000000..fa19b36 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/outer/beamerouterthemeLoios.sty @@ -0,0 +1,237 @@ +% Copyright 2007 by Till Tantau +% +% 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. + +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/outer/beamerouterthemedefault.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $ + + +\mode + + +% Mini frames + +\defbeamertemplateparent{mini frames} + {mini frame,mini frame in current section,mini frame in current subsection} +{} + +\defbeamertemplate*{mini frame}{default} +{% + \begin{pgfpicture}{0pt}{0pt}{0.1cm}{0.1cm} + \pgfpathcircle{\pgfpoint{0.05cm}{0.05cm}}{0.05cm} + \pgfusepath{fill,stroke} + \end{pgfpicture}% +} +[action] +{ + \setbeamersize{mini frame size=.14cm,mini frame offset=.03cm} +} + +\defbeamertemplate*{mini frame in current section}{default} +{% + \begin{pgfpicture}{0pt}{0pt}{0.1cm}{0.1cm} + \pgfpathcircle{\pgfpoint{0.05cm}{0.05cm}}{0.05cm} + \pgfusepath{stroke} + \end{pgfpicture}% +} + +\defbeamertemplate*{mini frame in current subsection}{default} +{% + \begin{pgfpicture}{0pt}{0pt}{0.1cm}{0.1cm} + \pgfpathcircle{\pgfpoint{0.05cm}{0.05cm}}{0.05cm} + \pgfusepath{stroke} + \end{pgfpicture}% +} + +\defbeamertemplate*{mini frame in other section}{default}[1][50] +{\color{fg!#1!bg}\usebeamertemplate{mini frame in current section}} +\defbeamertemplate*{mini frame in other subsection}{default}[1][50] +{\color{fg!#1!bg}\usebeamertemplate{mini frame in current subsection}} + + + + +% Navigation symbols + +\defbeamertemplate*{navigation symbols}{default} +{% + \hbox{% + \hbox{\insertslidenavigationsymbol} + \hbox{\insertframenavigationsymbol} + \hbox{\insertsubsectionnavigationsymbol} + \hbox{\insertsectionnavigationsymbol} + \hbox{\insertdocnavigationsymbol} + \hbox{\insertbackfindforwardnavigationsymbol}% + }% +} + +% No navigation symbols in handout or trans mode: +\only{\setbeamertemplate{navigation symbols}{}} + + + +% Section and subsections in head/foot + +\defbeamertemplate*{section in head/foot}{default} +{\insertsectionhead} + +\defbeamertemplate*{section in head/foot shaded}{default}[1][50] +{\color{fg!#1!bg}\usebeamertemplate{section in head/foot}} + +\defbeamertemplate*{subsection in head/foot}{default} +{\insertsubsectionhead} + +\defbeamertemplate*{subsection in head/foot shaded}{default}[1][50] +{\color{fg!#1!bg}\usebeamertemplate{subsection in head/foot}} + +\defbeamertemplate*{subsubsection in head/foot}{default} +{\insertsubsubsectionhead} + +\defbeamertemplate*{subsubsection in head/foot shaded}{default}[1][50] +{\color{fg!#1!bg}\usebeamertemplate{subsubsection in head/foot}} + + + + + +% Headline and footline + +\defbeamertemplate*{headline}{default} +{} + +\defbeamertemplate*{footline}{default} +{} + + +% background + +\defbeamertemplate*{background}{default} +{} + +\defbeamertemplate*{background canvas}{default} +{% + \ifbeamercolorempty[bg]{background canvas}{}{\color{bg}\vrule width\paperwidth height\paperheight}% +} + + +% Sidebar + +\defbeamertemplate*{sidebar left}{default} +{} + +\defbeamertemplate*{sidebar right}{default} +{ + \vfill% + \llap{\insertlogo\hskip0.1cm}% + \vskip2pt% + \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}% + \vskip2pt% +} + +\defbeamertemplate*{sidebar canvas left}{default} +{% + \ifbeamercolorempty[bg]{sidebar left}{} + {\color{bg}\vrule height\sidebarheight width\beamer@leftsidebar}% +} + +\defbeamertemplate*{sidebar canvas right}{default} +{% + \ifbeamercolorempty[bg]{sidebar right}{} + {\color{bg}\vrule height\sidebarheight width\beamer@rightsidebar}% +} + + + +% Frame title: default + +\defbeamertemplate*{frametitle}{default}[1][left] +{ + \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% + \@tempdima=\textwidth% + \advance\@tempdima by\beamer@leftmargin% + \advance\@tempdima by\beamer@rightmargin% + \begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{frametitle} + \usebeamerfont{frametitle}% + \vbox{}\vskip-1ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + \strut\insertframetitle\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else% + {\usebeamerfont{framesubtitle}\usebeamercolor[fg]{framesubtitle}\insertframesubtitle\strut\par}% + \fi + }% + \vskip-1ex% + \if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here... + \end{beamercolorbox}% +} + +\def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm} + + +% Frame title continuations, default + +\defbeamertemplate*{frametitle continuation}{default}{\insertcontinuationcountroman} + + + +% Notes + +\defbeamertemplate*{note page}{default} +{% + {% + \scriptsize + \usebeamerfont{note title}\usebeamercolor[fg]{note title}% + \ifbeamercolorempty[bg]{note title}{}{% + \insertvrule{.25\paperheight}{note title.bg}% + \vskip-.25\paperheight% + \nointerlineskip% + }% + \vbox{ + \hfill\insertslideintonotes{0.25}\hskip-\Gm@rmargin\hskip0pt% + \vskip-0.25\paperheight% + \nointerlineskip + \begin{pgfpicture}{0cm}{0cm}{0cm}{0cm} + \begin{pgflowlevelscope}{\pgftransformrotate{90}} + {\pgftransformshift{\pgfpoint{-2cm}{0.2cm}}% + \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}} + \end{pgflowlevelscope} + \end{pgfpicture}} + \nointerlineskip + \vbox to .25\paperheight{\vskip0.5em + \hbox{\insertshorttitle[width=8cm]}% + \setbox\beamer@tempbox=\hbox{\insertsection}% + \hbox{\ifdim\wd\beamer@tempbox>1pt{\hskip4pt\raise3pt\hbox{\vrule + width0.4pt height7pt\vrule width 9pt + height0.4pt}}\hskip1pt\hbox{\begin{minipage}[t]{7.5cm}\def\breakhere{}\insertsection\end{minipage}}\fi% + }% + \setbox\beamer@tempbox=\hbox{\insertsubsection}% + \hbox{\ifdim\wd\beamer@tempbox>1pt{\hskip17.4pt\raise3pt\hbox{\vrule + width0.4pt height7pt\vrule width 9pt + height0.4pt}}\hskip1pt\hbox{\begin{minipage}[t]{7.5cm}\def\breakhere{}\insertsubsection\end{minipage}}\fi% + }% + \setbox\beamer@tempbox=\hbox{\insertshortframetitle}% + \hbox{\ifdim\wd\beamer@tempbox>1pt{\hskip30.8pt\raise3pt\hbox{\vrule + width0.4pt height7pt\vrule width 9pt + height0.4pt}}\hskip1pt\hbox{\insertshortframetitle[width=7cm]}\fi% + }% + \vfil}% + }% + \ifbeamercolorempty[bg]{note page}{}{% + \nointerlineskip% + \insertvrule{.75\paperheight}{note page.bg}% + \vskip-.75\paperheight% + }% + \vskip.25em + \nointerlineskip + \insertnote +} + + + +\mode + diff --git a/texmf/tex/latex/beamer/themes/theme/beamerthemeGiraldo.sty b/texmf/tex/latex/beamer/themes/theme/beamerthemeGiraldo.sty new file mode 100644 index 0000000..1188556 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/theme/beamerthemeGiraldo.sty @@ -0,0 +1,52 @@ +% Copyright 2014 by Francisco Coelho +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +\mode +% +% \DeclareOptionBeamer{nosidebar}{\PassOptionsToPackage{nosidebar}{beamerouterthemeGiraldo}} +% \DeclareOptionBeamer{hideothersubsections}{\PassOptionsToPackage{hideothersubsections}{beamerouterthemeGiraldo}} +% +\newif\ifhidesections +\hidesectionsfalse +% +\DeclareOptionBeamer{hidesections}[true]{\csname hidesections#1\endcsname} +\DeclareOptionBeamer{strongtitles}{\PassOptionsToPackage{strongtitles}{beamercolorthemeGiraldo}} +\ProcessOptionsBeamer +% +\pgfdeclareimage[width=64pt]{university-logo}{logo_horizontal_duas_linhas} +\pgfdeclareimage[width=64pt]{university-logo-inverted}{logo_horizontal_duas_linhas_invertido} +\logo{\pgfputat{\pgfxy(-1.2,8)}{\pgfbox[center,base]{\pgfuseimage{university-logo}}}} +% +\ifhidesections +\else + \AtBeginSection[] {% + \begingroup% + \setbeamertemplate{footline}[]% + \setbeamercolor{background canvas}{bg=ue-red} + \setbeamercolor{section in toc shaded}{fg=black} + \setbeamercolor{section in toc}{fg=white} + \logo{\pgfputat{\pgfxy(-1.2,8)}{\pgfbox[center,base]{\pgfuseimage{university-logo-inverted}}}} + \begin{frame} + \tableofcontents[currentsection] + \end{frame} + \endgroup + } +\fi + +\usecolortheme{Giraldo} +\usefonttheme{default} +\useinnertheme{default} +\useoutertheme{Giraldo} + +\setbeamertemplate{headline}{} +\setbeamertemplate{footline}[frame number] +\setbeamertemplate{navigation symbols}{} +\let\Tiny=\tiny +\mode + + + diff --git a/texmf/tex/latex/beamer/themes/theme/beamerthemeLoios.sty b/texmf/tex/latex/beamer/themes/theme/beamerthemeLoios.sty new file mode 100644 index 0000000..f9b8ff9 --- /dev/null +++ b/texmf/tex/latex/beamer/themes/theme/beamerthemeLoios.sty @@ -0,0 +1,19 @@ +% Copyright 2007 by Till Tantau +% +% 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 + +\usefonttheme{Loios} +\usecolortheme{Loios} +\useinnertheme{Loios} +\useoutertheme{Loios} + +\mode + diff --git a/themes/color/beamercolorthemDiana.sty b/themes/color/beamercolorthemDiana.sty deleted file mode 100644 index d4134b9..0000000 --- a/themes/color/beamercolorthemDiana.sty +++ /dev/null @@ -1,54 +0,0 @@ -% Copyright 2014 by Francisco Coelho -% -% 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. - -\setbeamercolor*{normal text}{fg=black,bg=white} - -\DeclareOption{overlystylish} -{ - \def\beamer@cta@do{ - \setbeamertemplate{background canvas}[vertical shading][bottom=black,top=black,middle=blue!50!black] - } -} -\ProcessOptions - -\@ifundefined{beamer@cta@do}{}{\beamer@cta@do} - -\mode - -\setbeamercolor*{example text}{fg=green!65!black} - -\setbeamercolor*{structure}{fg=blue!25!white} - -\setbeamercolor{palette primary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!75!black} -\setbeamercolor{palette secondary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!60!black} -\setbeamercolor{palette tertiary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!45!black} -\setbeamercolor{palette quaternary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!30!black} - -\setbeamercolor*{block body}{bg=normal text.bg!90!black} -\setbeamercolor*{block body alerted}{bg=normal text.bg!90!black} -\setbeamercolor*{block body example}{bg=normal text.bg!90!black} -\setbeamercolor*{block title}{parent=structure,bg=normal text.bg!75!black} -\setbeamercolor*{block title alerted}{use={normal text,alerted text},fg=alerted text.fg!75!normal text.fg,bg=normal text.bg!75!black} -\setbeamercolor*{block title example}{use={normal text,example text},fg=example text.fg!75!normal text.fg,bg=normal text.bg!75!black} - -\setbeamercolor{item projected}{fg=black} - -\setbeamercolor*{sidebar}{parent=palette primary} - -\setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg} -\setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg} -\setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg} -\setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg} - -\setbeamercolor*{separation line}{} -\setbeamercolor*{fine separation line}{} - - -\mode - diff --git a/themes/color/beamercolorthemeDiana.sty b/themes/color/beamercolorthemeDiana.sty deleted file mode 100644 index 5e36fad..0000000 --- a/themes/color/beamercolorthemeDiana.sty +++ /dev/null @@ -1,51 +0,0 @@ -% Copyright 2014 by Francisco Coelho -% -% 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. - -\definecolor{ue-red}{RGB}{158 27 50} -\definecolor{ue-gray}{RGB}{88 89 91} -\definecolor{ue-grey}{RGB}{88 89 91} -\definecolor{ue-black}{RGB}{0 0 0} - -\setbeamercolor*{normal text}{fg=black,bg=white} -\setbeamercolor*{alerted text}{fg=ue-red,bg=white} -\setbeamercolor*{title}{fg=ue-red} - -\@ifundefined{beamer@cta@do}{}{\beamer@cta@do} - -\mode - -\setbeamercolor*{example text}{fg=ue-red!65!black} -\setbeamercolor*{structure}{fg=ue-grey} -\setbeamercolor{palette primary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!75!black} -\setbeamercolor{palette secondary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!60!black} -\setbeamercolor{palette tertiary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!45!black} -\setbeamercolor{palette quaternary}{use={structure,normal text},fg=structure.fg,bg=normal text.bg!30!black} -\setbeamercolor*{frametitle}{fg=ue-red} -\setbeamercolor*{block body}{bg=normal text.bg!90!black} -\setbeamercolor*{block body alerted}{bg=normal text.bg!90!black} -\setbeamercolor*{block body example}{bg=normal text.bg!90!black} -\setbeamercolor*{block title}{parent=structure,bg=ue-red,fg=white} -\setbeamercolor*{block title alerted}{use={normal text,alerted text},fg=alerted text.fg!75!normal text.fg,bg=normal text.bg!75!black} -\setbeamercolor*{block title example}{use={normal text,example text},fg=example text.fg!75!normal text.fg,bg=normal text.bg!75!black} - -\setbeamercolor{item projected}{fg=black} - -\setbeamercolor*{sidebar}{parent=palette primary} - -\setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg} -\setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg} -\setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg} -\setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg} - -\setbeamercolor*{separation line}{} -\setbeamercolor*{fine separation line}{} - - -\mode - diff --git a/themes/outer/beamerouterthemeRossio.sty b/themes/outer/beamerouterthemeRossio.sty deleted file mode 100644 index 2088119..0000000 --- a/themes/outer/beamerouterthemeRossio.sty +++ /dev/null @@ -1,55 +0,0 @@ -% Copyright 2007 by Till Tantau -% -% 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. - -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/outer/beamerouterthemeinfolines.sty,v 51a8c72084af 2012/10/16 20:17:59 joseph $ - - -\mode - -\setbeamercolor*{author in head/foot}{parent=palette tertiary} -\setbeamercolor*{title in head/foot}{parent=palette secondary} -\setbeamercolor*{date in head/foot}{parent=palette primary} - -\setbeamercolor*{section in head/foot}{parent=palette tertiary} -\setbeamercolor*{subsection in head/foot}{parent=palette primary} - -\defbeamertemplate*{footline}{infolines theme} -{ - \leavevmode% - \hbox{% - \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}% - \usebeamerfont{author in head/foot}\insertshortauthor\expandafter\beamer@ifempty\expandafter{\beamer@shortinstitute}{}{~~(\insertshortinstitute)} - \end{beamercolorbox}% - \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}% - \usebeamerfont{title in head/foot}\insertshorttitle - \end{beamercolorbox}% - \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}% - \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em} - \insertframenumber{} / \inserttotalframenumber\hspace*{2ex} - \end{beamercolorbox}}% - \vskip0pt% -} - -\defbeamertemplate*{headline}{infolines theme} -{ - \leavevmode% - \hbox{% - \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.65ex,dp=1.5ex,right]{section in head/foot}% - \usebeamerfont{section in head/foot}\insertsectionhead\hspace*{2ex} - \end{beamercolorbox}% - \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.65ex,dp=1.5ex,left]{subsection in head/foot}% - \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead - \end{beamercolorbox}}% - \vskip0pt% -} - -\setbeamersize{text margin left=1em,text margin right=1em} - -\mode - diff --git a/themes/theme/beamerthemeGiraldo.sty b/themes/theme/beamerthemeGiraldo.sty deleted file mode 100644 index c8d1d9e..0000000 --- a/themes/theme/beamerthemeGiraldo.sty +++ /dev/null @@ -1,40 +0,0 @@ -% Copyright 2007 by Till Tantau -% -% 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 - -\usefonttheme{default} -\usecolortheme{Diana} -\useinnertheme{default} -\useoutertheme{default} - - -\pgfdeclareimage[width=64pt]{university-logo}{logo_horizontal_duas_linhas} -\pgfdeclareimage[width=64pt]{university-logo-inverted}{logo_horizontal_duas_linhas_invertido} -\logo{\pgfputat{\pgfxy(-1.2,8)}{\pgfbox[center,base]{\pgfuseimage{university-logo}}}} - - -\setbeamertemplate{headline}{} -\setbeamertemplate{footline}[frame number] -\setbeamertemplate{navigation symbols}{} - -\AtBeginSection[] { - \begingroup - \setbeamercolor{background canvas}{bg=ue-red} - \setbeamercolor{section in toc shaded}{fg=black} - \setbeamercolor{section in toc}{fg=white} - \logo{\pgfputat{\pgfxy(-1.2,8)}{\pgfbox[center,base]{\pgfuseimage{university-logo-inverted}}}} - \begin{frame} - \tableofcontents[currentsection] - \end{frame} - \endgroup -} - -\mode - -- libgit2 0.21.2