diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-18 23:36:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-18 23:36:59 +0000 |
commit | 45d9445143cb4f5cf2040e705818c502978067aa (patch) | |
tree | 42787e62a44d2d42d0aa9c2e67163351697d9fab /Master/texmf-dist/source/latex | |
parent | 267c5be57a247d60ef997f41d1e8e09d545a6056 (diff) |
fibeamer (18jan16)
git-svn-id: svn://tug.org/texlive/trunk@39420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
11 files changed, 273 insertions, 238 deletions
diff --git a/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx b/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx index 2c7cadf7bef..6f78cff4f00 100644 --- a/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/fibeamer.dtx @@ -39,7 +39,6 @@ \begin{document} \RecordChanges \DocInput{fibeamer.dtx} - \newpage \PrintIndex \RaggedRight \PrintChanges @@ -51,7 +50,7 @@ \NeedsTeXFormat{LaTeX2e} % % Define `\fibeamer@version` and store it in the `VERSION.tex` file \fi -\def\fibeamer@version{2016/01/13 v1.1.0 fibeamer MU beamer theme} +\def\fibeamer@version{2016/01/17 v1.1.1 fibeamer MU beamer theme} % {\newwrite\f\openout\f=VERSION\write\f{\fibeamer@version}\closeout\f} % % \iffalse Use `\fibeamer@version` as the PDF creator key. @@ -60,10 +59,18 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% \changes{v1.1.0:7} {2016/01/12}{Updated the example documents to -% showcase the use of \cs{alert}. [VN]} -% \changes{v1.1.0:6} {2016/01/11}{Updated the example documents to -% showcase the use of the \cs{tableofcontents}. [VN]} +% \changes{v1.1.1:3} {2016/01/14}{Refactored the themes of the +% Masaryk University in Brno. Removed the useless uses of +% \texttt{use} in the color themes. Replaced +% \cs{setbeamertemplate} in the inner theme with the more +% appropriate \cs{defbeamertemplate*}. Added missing +% \texttt{\%}s. [VN]} +% \changes{v1.1.0:7} {2016/01/12}{Updated the example documents of +% the Masaryk University in Brno to showcase the use of +% \cs{alert}. [VN]} +% \changes{v1.1.0:6} {2016/01/11}{Updated the example documents of +% the Masaryk University in Brno to showcase the use of the +% \cs{tableofcontents}. [VN]} % \changes{v1.1.0:1} {2015/11/24}{Added the new logo files for the % faculties of the Masaryk University in Brno and removed the old % logo files. [VN]} @@ -86,7 +93,7 @@ % \noindent This document details the design and the implementation % of the \textsf{fibeamer} theme for the \textsf{beamer} document % class. Included are technical information for anyone who wishes -% to extend the theme with their own color themes as well as +% to extend the theme with their own beamer themes as well as % information for ordinary users. % \end{abstract} % @@ -327,23 +334,29 @@ % |\fibeamer@logoLocale|. By default, this expands to % \texttt{fibeamer\discretionary{/}{/}{/}logo/fibeamer-mu-fi^^A % -english}. -% -% \changes{v1.1.0:3}{2016/01/11}{Added the \cs{fibeamer@fallbackLogo} -% macro. [VN]} -% The \DescribeMacro{\fibeamer@fallbackLogo} -% |\fibeamer@fallbackLogo| macro contains the filename of the logo -% file to be used, if |\fibeamer@logo| doesn't exist. The implicit -% value of the |\fibeamer@fall|\discretionary{-}{}{}|backLogo| macro -% is |\fibeamer@logoPath| followed by \texttt{fibeamer-}^^A -% |\fibeamer@uni|\texttt{\discretionary{-}{}{}}|versity|^^A -% |\fibeamer@faculty|\texttt{-english}. By default, this expands to -% \texttt{fibeamer/logo\discretionary{/}{/}{/}fi\-beamer-mu-fi-^^A -% english}. % \begin{macrocode} \DeclareOptionBeamer{logo}{\def\fibeamer@logo{#1}} \ExecuteOptionsBeamer{% logo=\fibeamer@logoPath fibeamer-\fibeamer@university-% \fibeamer@faculty-\fibeamer@logoLocale} +% \end{macrocode} +% \end{macro} +% \begin{macro}{\fibeamer@fallbackLogo} +% \subsection{The \texttt{fallbackLogo} option} +% \changes{v1.1.0:3}{2016/01/11}{Added the \cs{fibeamer@fallbackLogo} +% macro. [VN]} +% \changes{v1.1.1:1}{2016/01/14}{Added the \texttt{fallbackLogo} +% option. [VN]} +% The |\fibeamer@fallbackLogo| macro contains the filename of the +% logo file to be used, if |\fibeamer@logo| does not exist. The +% implicit value of the |\fibeamer@fall|\discretionary{-}{}{}^^A +% |backLogo| macro is |\fibeamer@logoPath| followed by +% \texttt{fibeamer-}|\fibeamer@uni|\texttt{\discretionary{-}{}{}}^^A +% |versity\fibeamer@faculty|\texttt{-english}. By default, this +% expands to \texttt{fibeamer/logo\discretionary{/}{/}{/}fi\-bea^^A +% mer-mu-fi-english}. +% \begin{macrocode} +\DeclareOptionBeamer{fallbackLogo}{\def\fibeamer@fallbackLogo{#1}} \def\fibeamer@fallbackLogo{% \fibeamer@logoPath fibeamer-\fibeamer@university-% \fibeamer@faculty-english} diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx index 8b40ae1f9d4..a305421b9d9 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/base.dtx @@ -6,7 +6,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu}[2016/01/12] + beamercolorthemefibeamer-mu}[2016/01/14] % \end{macrocode} % \begin{macro}{\darkframes} % The |darkframes| environment switches the color definitions to @@ -54,18 +54,28 @@ % |fibeamer@backgroundOuter| colors will be defined by the % subsequently loaded color theme. % \begin{macrocode} -\defbeamertemplate*{background canvas}{fibeamer}{% - \ifthenelse{% - \boolean{fibeamer@dark} \OR \c@framenumber=0 - }{% - \begin{tikzpicture} - \clip (0,\fibeamer@lengths@clipbottom) rectangle - (\paperwidth,\fibeamer@lengths@cliptop); - \path [inner color = fibeamer@backgroundInner, - outer color = fibeamer@backgroundOuter] - (0,0) rectangle (\paperwidth,\paperwidth); - \end{tikzpicture} - }{}} + \defbeamertemplate*{background canvas}{fibeamer}{% + \ifthenelse{% + \boolean{fibeamer@dark} \OR \c@framenumber=0 + }{% + \begin{tikzpicture} + \clip (0,\fibeamer@lengths@clipbottom) rectangle + (\paperwidth,\fibeamer@lengths@cliptop); + \path [inner color = fibeamer@backgroundInner, + outer color = fibeamer@backgroundOuter] + (0,0) rectangle (\paperwidth,\paperwidth); + \end{tikzpicture} + }{}} +% \end{macrocode} +% The |\qed| symbol inserted at the end of proofs will have the +% same color as the rest of the proof. +% \changes{v1.1.1:2}{2016/01/14}{Added proper coloring of +% \cs{qed} to the themes of the Masaryk University in Brno. [VN]} +% \begin{macrocode} + \setbeamercolor{qed symbol}{% + use=block body, + fg=block body.fg, + bg=block body.bg} \mode <all> % \end{macrocode} @@ -101,7 +111,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamerinnerthemefibeamer-mu}[2016/01/12] + beamerinnerthemefibeamer-mu}[2016/01/14] \mode<presentation> % \end{macrocode} % This part of the inner theme defines the design of lists. @@ -113,9 +123,10 @@ % This part of the inner theme defines the design of bibliography % items and citations.^^A % \changes{v1.1.0:8}{2016/01/12}{Added support for colored -% citations. [VN]} +% citations to the themes of the Masaryk University in Brno. +% [VN]} % \begin{macrocode} -\setbeamertemplate{bibliography item}{\insertbiblabel} +\defbeamertemplate*{bibliography item}{fibeamer}{\insertbiblabel} \AtBeginDocument{% \let\fibeamer@oldcite\cite \def\cite#1{{% @@ -125,20 +136,21 @@ % This part of the inner theme defines the design of the table of % contents. % \changes{v1.1.0:6}{2016/01/11}{Added support for the -% \cs{tableofcontents}. [VN]} +% \cs{tableofcontents} to the themes of the Masaryk University in +% Brno. [VN]} % \begin{macrocode} -\setbeamertemplate{section in toc}{% +\defbeamertemplate*{section in toc}{fibeamer}{% \usebeamercolor[fg]{item}% \inserttocsectionnumber.% \usebeamercolor[fg]{structure}% \kern1.25ex\inserttocsection\par} -\setbeamertemplate{subsection in toc}{% +\defbeamertemplate*{subsection in toc}{fibeamer}{% \hspace\leftmargini \usebeamercolor[fg]{item}% \inserttocsectionnumber.\inserttocsubsectionnumber% \usebeamercolor[fg]{structure}% \kern1.25ex\inserttocsubsection\par} -\setbeamertemplate{subsubsection in toc}{% +\defbeamertemplate*{subsubsection in toc}{fibeamer}{% \hspace\leftmargini \hspace\leftmarginii \usebeamercolor[fg]{item}% @@ -225,7 +237,8 @@ -\fibeamer@lengths@clipbottom} % \end{macrocode} % \changes{v1.1.0:6}{2016/01/11}{Added the logo dimension -% definitions. [VN]} +% definitions to the themes of the Masaryk University in Brno. +% [VN]} % \begin{macrocode} % The logo size \newlength\fibeamer@lengths@logowidth diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx index efb7aa1baf1..d473938ff1f 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/econ.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-econ}[2016/01/12] + beamercolorthemefibeamer-mu-econ}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of red-brown, gray and @@ -33,25 +33,26 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@brown} \setbeamercolor*{structure}{fg=white, bg=fibeamer@brown} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{fg=red!60!white} %% Items \setbeamercolor*{item}{fg=fibeamer@brown!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@brown!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@brown!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@brown!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@brown!90!white} - \setbeamercolor*{block body}{ - fg=fibeamer@brown, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@brown!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@brown!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@brown!90!white} + \setbeamercolor*{block body}{% + fg=fibeamer@brown, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{fibeamer@brown!30!white}} @@ -67,7 +68,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=red} \addtobeamertemplate{block begin}{% @@ -78,19 +80,18 @@ \setbeamercolor{item}{fg=fibeamer@brown} \setbeamercolor{footnote mark}{fg=fibeamer@brown} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@brown!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@brown!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@brown} - \setbeamercolor{block body}{ - fg=fibeamer@brown, use=block title, bg=fibeamer@gray!20!white} + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@brown!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@brown!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@brown} + \setbeamercolor{block body}{% + fg=fibeamer@brown, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@brown} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx index 0e1984e02ae..01b2b2ce70e 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fi.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fi}[2016/01/12] + beamercolorthemefibeamer-mu-fi}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of yellow and dark gray in light frames @@ -37,7 +37,8 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@gold} \setbeamercolor*{structure}{fg=white, bg=fibeamer@gold} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{% fg=fibeamer@gold!70!white!20!fibeamer@darkYellow} @@ -45,18 +46,18 @@ \setbeamercolor*{item}{fg=fibeamer@gold!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@gold!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@gold!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@gold!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@gold!90!white} - \setbeamercolor*{block body}{ - fg=fibeamer@gold, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@gold!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@gold!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@gold!90!white} + \setbeamercolor*{block body}{% + fg=fibeamer@gold, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{fibeamer@gold!30!white}} @@ -72,7 +73,8 @@ \setbeamercolor{normal text}{fg=black!75!white, bg=white} \setbeamercolor{structure}{fg=black!75!white, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@orange} \addtobeamertemplate{block begin}{% @@ -84,19 +86,18 @@ \setbeamercolor{item}{fg=fibeamer@darkYellow} \setbeamercolor{footnote mark}{fg=fibeamer@darkYellow} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=black!75!white, bg=fibeamer@yellow} - \setbeamercolor{block title example}{ - use=example text, fg=black!75!white, bg=fibeamer@yellow} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=black!75!white} - \setbeamercolor{block body}{ - fg=fibeamer@yellow, use=block title, bg=black!75!white} + \setbeamercolor{block title}{% + fg=black!75!white, bg=fibeamer@yellow} + \setbeamercolor{block title example}{% + fg=black!75!white, bg=fibeamer@yellow} + \setbeamercolor{block title alerted}{% + fg=white, bg=black!75!white} + \setbeamercolor{block body}{% + fg=fibeamer@yellow, bg=black!75!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@gold} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx index 0a394b77140..f5bcfd40381 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fsps.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fsps}[2016/01/12] + beamercolorthemefibeamer-mu-fsps}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of dark blue, gray and @@ -34,25 +34,26 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@blue} \setbeamercolor*{structure}{fg=white, bg=fibeamer@blue} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{fg=fibeamer@brightBlue!60!white} %% Items \setbeamercolor*{item}{fg=fibeamer@blue!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@blue!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@blue!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@blue!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@blue!95!white} - \setbeamercolor*{block body}{ - fg=fibeamer@blue, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@blue!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@blue!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@blue!95!white} + \setbeamercolor*{block body}{% + fg=fibeamer@blue, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!40!fibeamer@brightBlue!25!white}, stringstyle=\color{red!30!white}} @@ -68,7 +69,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightBlue} \addtobeamertemplate{block begin}{% @@ -81,19 +83,18 @@ \setbeamercolor{item}{fg=fibeamer@blue} \setbeamercolor{footnote mark}{fg=fibeamer@blue} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@blue!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@blue!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@blue} - \setbeamercolor{block body}{ - fg=fibeamer@blue, use=block title, bg=fibeamer@gray!20!white} + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@blue!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@blue!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@blue} + \setbeamercolor{block body}{% + fg=fibeamer@blue, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@blue} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx index b64d31719f2..5c608809778 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fss}[2016/01/12] + beamercolorthemefibeamer-mu-fss}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of cyan, gray and @@ -34,25 +34,26 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@cyan} \setbeamercolor*{structure}{fg=white, bg=fibeamer@cyan} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{fg=fibeamer@brightCyan!90!white} %% Items \setbeamercolor*{item}{fg=fibeamer@cyan!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@cyan!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@cyan!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@cyan!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@cyan} - \setbeamercolor*{block body}{ - fg=fibeamer@cyan, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@cyan!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@cyan!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@cyan} + \setbeamercolor*{block body}{% + fg=fibeamer@cyan, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{red!30!white}} @@ -68,7 +69,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightCyan} \addtobeamertemplate{block begin}{% @@ -81,19 +83,18 @@ \setbeamercolor{item}{fg=fibeamer@cyan} \setbeamercolor{footnote mark}{fg=fibeamer@cyan} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@cyan!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@cyan!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@cyan} - \setbeamercolor{block body}{ - fg=fibeamer@cyan, use=block title, bg=fibeamer@gray!20!white} + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@cyan!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@cyan!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@cyan} + \setbeamercolor{block body}{% + fg=fibeamer@cyan, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@cyan} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx index daeedcaa6d9..fdab3434a00 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/law.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-law}[2016/01/12] + beamercolorthemefibeamer-mu-law}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of violet, gray and white. @@ -33,7 +33,8 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@violet} \setbeamercolor*{structure}{fg=white, bg=fibeamer@violet} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{% fg=fibeamer@brightViolet!60!white!90!red} @@ -41,18 +42,18 @@ \setbeamercolor*{item}{fg=fibeamer@violet!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@violet!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@violet!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@violet!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@violet!90!white} - \setbeamercolor*{block body}{ - fg=fibeamer@violet, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@violet!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@violet!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@violet!90!white} + \setbeamercolor*{block body}{% + fg=fibeamer@violet, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{fibeamer@violet!30!white}} @@ -68,7 +69,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightViolet} \addtobeamertemplate{block begin}{% @@ -81,19 +83,18 @@ \setbeamercolor{item}{fg=fibeamer@violet} \setbeamercolor{footnote mark}{fg=fibeamer@violet} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@violet!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@violet!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@violet} - \setbeamercolor{block body}{ - fg=fibeamer@violet, use=block title, bg=fibeamer@gray!20!white} + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@violet!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@violet!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@violet} + \setbeamercolor{block body}{% + fg=fibeamer@violet, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@violet} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx index 2af900bd35f..722af59024f 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/med.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-med}[2016/01/12] + beamercolorthemefibeamer-mu-med}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of red, gray and @@ -34,7 +34,8 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@red} \setbeamercolor*{structure}{fg=white, bg=fibeamer@red} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{% fg=fibeamer@brightRed!60!white!80!yellow} @@ -42,18 +43,18 @@ \setbeamercolor*{item}{fg=fibeamer@red!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@red!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@red!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@red!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@red!90!white} - \setbeamercolor*{block body}{ - fg=fibeamer@red, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@red!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@red!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@red!90!white} + \setbeamercolor*{block body}{% + fg=fibeamer@red, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{fibeamer@red!30!white}} @@ -69,7 +70,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightRed} \addtobeamertemplate{block begin}{% @@ -84,20 +86,19 @@ \setbeamercolor{item}{fg=fibeamer@red} \setbeamercolor{footnote mark}{fg=fibeamer@red} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@red!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@red!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@red} - \setbeamercolor{block body}{ - fg=fibeamer@red!90!black, use=block title, + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@red!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@red!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@red} + \setbeamercolor{block body}{% + fg=fibeamer@red!90!black, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@red} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx index c5e845ea562..c37274c2d19 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-ped}[2016/01/12] + beamercolorthemefibeamer-mu-ped}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of orange and dark gray in light frames @@ -36,7 +36,8 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@gold} \setbeamercolor*{structure}{fg=white, bg=fibeamer@gold} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{% fg=white!40!fibeamer@brightOrange} @@ -44,18 +45,18 @@ \setbeamercolor*{item}{fg=fibeamer@gold!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@gold!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@gold!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@gold!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@gold!90!white} - \setbeamercolor*{block body}{ - fg=fibeamer@gold, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@gold!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@gold!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@gold!90!white} + \setbeamercolor*{block body}{% + fg=fibeamer@gold, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{fibeamer@gold!30!white}} @@ -71,7 +72,8 @@ \setbeamercolor{normal text}{fg=black!75!white, bg=white} \setbeamercolor{structure}{fg=black!75!white, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightOrange} \addtobeamertemplate{block begin}{% @@ -86,19 +88,18 @@ \setbeamercolor{item}{fg=fibeamer@darkOrange} \setbeamercolor{footnote mark}{fg=fibeamer@darkOrange} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=black!75!white, bg=fibeamer@orange} - \setbeamercolor{block title example}{ - use=example text, fg=black!75!white, bg=fibeamer@orange} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=black!75!white} - \setbeamercolor{block body}{ - fg=fibeamer@orange, use=block title, bg=black!75!white} + \setbeamercolor{block title}{% + fg=black!75!white, bg=fibeamer@orange} + \setbeamercolor{block title example}{% + fg=black!75!white, bg=fibeamer@orange} + \setbeamercolor{block title alerted}{% + fg=white, bg=black!75!white} + \setbeamercolor{block body}{% + fg=fibeamer@orange, bg=black!75!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@gold} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx index 35868fff794..6a372ee51bb 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/phil.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-phil}[2016/01/12] + beamercolorthemefibeamer-mu-phil}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of aquamarine, gray and @@ -34,25 +34,26 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@blue} \setbeamercolor*{structure}{fg=white, bg=fibeamer@blue} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{fg=fibeamer@brightBlue!75!white} %% Items \setbeamercolor*{item}{fg=fibeamer@blue!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@blue!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@blue!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@blue!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@blue} - \setbeamercolor*{block body}{ - fg=fibeamer@blue, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@blue!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@blue!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@blue} + \setbeamercolor*{block body}{% + fg=fibeamer@blue, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{fibeamer@blue!30!white}, stringstyle=\color{red!30!white}} @@ -68,7 +69,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightBlue} \addtobeamertemplate{block begin}{% @@ -81,19 +83,18 @@ \setbeamercolor{item}{fg=fibeamer@blue} \setbeamercolor{footnote mark}{fg=fibeamer@blue} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@blue!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@blue!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@blue} - \setbeamercolor{block body}{ - fg=fibeamer@blue, use=block title, bg=fibeamer@gray!20!white} + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@blue!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@blue!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@blue} + \setbeamercolor{block body}{% + fg=fibeamer@blue, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@blue} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx index bff8fb8a16a..86816e7b115 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-sci}[2016/01/12] + beamercolorthemefibeamer-mu-sci}[2016/01/14] \mode<presentation> % \end{macrocode} % This color theme uses the combination of green, gray and @@ -34,7 +34,8 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@green} \setbeamercolor*{structure}{fg=white, bg=fibeamer@green} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{% fg=fibeamer@brightGreen!75!white} @@ -42,18 +43,18 @@ \setbeamercolor*{item}{fg=fibeamer@green!30!white} \setbeamercolor*{footnote mark}{fg=fibeamer@green!30!white} %% Blocks - \setbeamercolor*{block title}{ - use=structure, fg=white, bg=fibeamer@green!60!white} - \setbeamercolor*{block title example}{ - use=example text, fg=white, bg=fibeamer@green!60!white} - \setbeamercolor*{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@green} - \setbeamercolor*{block body}{ - fg=fibeamer@green, use=block title, + \setbeamercolor*{block title}{% + fg=white, bg=fibeamer@green!60!white} + \setbeamercolor*{block title example}{% + fg=white, bg=fibeamer@green!60!white} + \setbeamercolor*{block title alerted}{% + fg=white, bg=fibeamer@green} + \setbeamercolor*{block body}{% + fg=fibeamer@green, bg=fibeamer@gray!15!white} \usebeamercolor*{normal text} % Code listings - \lstset{ + \lstset{% commentstyle=\color{green!30!white}, keywordstyle=\color{blue!30!white}, stringstyle=\color{red!30!white}} @@ -69,7 +70,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightGreen} \addtobeamertemplate{block begin}{% @@ -82,19 +84,18 @@ \setbeamercolor{item}{fg=fibeamer@green} \setbeamercolor{footnote mark}{fg=fibeamer@green} %% Blocks - \setbeamercolor{block title}{ - use=structure, fg=white, bg=fibeamer@green!50!white} - \setbeamercolor{block title example}{ - use=example text, fg=white, bg=fibeamer@green!50!white} - \setbeamercolor{block title alerted}{ - use=alerted text, fg=white, bg=fibeamer@green} - \setbeamercolor{block body}{ - fg=fibeamer@green, use=block title, bg=fibeamer@gray!20!white} + \setbeamercolor{block title}{% + fg=white, bg=fibeamer@green!50!white} + \setbeamercolor{block title example}{% + fg=white, bg=fibeamer@green!50!white} + \setbeamercolor{block title alerted}{% + fg=white, bg=fibeamer@green} + \setbeamercolor{block body}{% + fg=fibeamer@green, bg=fibeamer@gray!20!white} %% Title \setbeamercolor{title}{fg=white, bg=fibeamer@green} - \setbeamercolor{title}{use=structure} % Code listings - \lstset{ + \lstset{% basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, |