summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/beamer-verona/README33
-rw-r--r--Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.pdfbin0 -> 88238 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex140
-rw-r--r--Master/texmf-dist/tex/latex/beamer-verona/beamercolorthemeVerona.sty43
-rw-r--r--Master/texmf-dist/tex/latex/beamer-verona/beamerfontthemeVerona.sty27
-rw-r--r--Master/texmf-dist/tex/latex/beamer-verona/beamerinnerthemeVerona.sty21
-rw-r--r--Master/texmf-dist/tex/latex/beamer-verona/beamerouterthemeVerona.sty155
-rw-r--r--Master/texmf-dist/tex/latex/beamer-verona/beamerthemeVerona.sty39
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/beamer-verona.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
11 files changed, 460 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer-verona/README b/Master/texmf-dist/doc/latex/beamer-verona/README
new file mode 100644
index 00000000000..4919b2cc8e1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer-verona/README
@@ -0,0 +1,33 @@
+-----------------------------------------------------------------------
+The ‘Verona’ theme for Beamer
+Author: Ivan Valbusa
+ ivan dot valbusa at univr dot it
+
+This work has the LPPL maintenance status "author-maintained".
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+-----------------------------------------------------------------------
+
+DESCRIPTION:
+
+This package provides the 'Verona' theme for the Beamer class by Till Tantau.
+
+This work consists of the following files:
+
+ README (this file)
+ beamercolorthemeVerona.sty
+ beamerfontthemeVerona.sty
+ beamerinnerthemeVerona.sty
+ beamerouterthemeVerona.sty
+ beamerthemeVerona.sty
+ beamer-verona.tex
+ beamer-verona.pdf
+
+
+2015/11/25
+Ivan Valbusa
diff --git a/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.pdf b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.pdf
new file mode 100644
index 00000000000..be1034e35a6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
new file mode 100644
index 00000000000..cfc3e71b586
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
@@ -0,0 +1,140 @@
+% Copyright (C) 2015 by Ivan Valbusa
+% <ivan dot valbusa at univr dot it>
+% -------------------------------------------------------
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+
+\documentclass{beamer}
+
+\usetheme{Verona}
+
+\title{Verona -- a theme for Beamer}
+\subtitle{Version 0.1}
+\author[Ivan Valbusa]{Ivan Valbusa\\\scriptsize\texttt{ivan dot valbusa at univr dot it}}
+\institute[University of Verona]{Department of Philology, Literature, and Linguistics\\
+University of Verona}
+\date{\today}
+
+\begin{document}
+
+\begin{frame}[plain]
+\titlepage
+\end{frame}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[b,plain]
+
+\begin{alertblock}{Warning}
+This is package is a beta version.\\
+Some or all the elements could change in the next versions.
+\end{alertblock}
+
+\vfill
+
+\small
+\noindent Copyright \copyright\ 2015 Ivan Valbusa.
+ \bigskip
+
+\noindent This package is author-maintained.
+Permission is granted to copy, distribute and/or modify this software under the
+terms of the LaTeX Project Public License, version 1.3c ora later (\url{http://latex-project.org/lppl}). This software is provided ''as is'', without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose.
+
+ \bigskip
+
+\noindent If you have any questions, feedback or requests please email me at \texttt{ivan dot valbusa at univr dot it}. If you need specific features not already implemented, remember to attach the example files.
+
+\bigskip
+
+\end{frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[fragile]{How to load the theme}
+
+If you do not like sectioning:
+\begin{itemize}
+\item \verb!\usetheme{Verona}!
+\end{itemize}
+
+If you like sectioning:
+\begin{itemize}
+\item \verb!\usetheme[secheader]{Verona}!
+\end{itemize}
+\end{frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}{Coming soon}
+
+A template will be available as soon as possible
+
+\end{frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}{Blocks}
+
+\begin{block}{Normal block}
+Lorem ipsum dolor sit amet
+\end{block}
+
+\begin{exampleblock}{Example block}
+Lorem ipsum dolor sit amet
+\end{exampleblock}
+
+\begin{alertblock}{Alert block}
+Lorem ipsum dolor sit amet
+\end{alertblock}
+
+\end{frame}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}{Itemize}
+\begin{itemize}
+\item one
+\item two
+\begin{itemize}
+\item one
+\item two
+\item three
+\end{itemize}
+\item three
+\end{itemize}
+
+\end{frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}{Description}
+\begin{description}
+\item[Plato] A philosopher
+\item[Hegel] A philosopher
+\item[Peirce] Peirce
+\end{description}
+
+\end{frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}{Enumerate}
+
+\begin{enumerate}
+\item One
+\item Two
+\item Three
+\end{enumerate}
+
+\end{frame}
+
+\end{document}
diff --git a/Master/texmf-dist/tex/latex/beamer-verona/beamercolorthemeVerona.sty b/Master/texmf-dist/tex/latex/beamer-verona/beamercolorthemeVerona.sty
new file mode 100644
index 00000000000..27ca9eb586b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer-verona/beamercolorthemeVerona.sty
@@ -0,0 +1,43 @@
+% Copyright (C) 2015 by Ivan Valbusa
+% <ivan dot valbusa at univr dot it>
+% -------------------------------------------------------
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+
+% Version 0.1
+
+\mode<presentation>
+
+
+\setbeamercolor{alerted text}{fg=orange!70!black}
+\setbeamercolor{example text}{fg=green!50!black}
+\setbeamercolor{structure}{fg=red!50!black}
+
+\setbeamercolor*{section in head/foot}{bg=structure!80}
+\setbeamercolor*{subsection in head/foot}{bg=structure!30}
+
+\setbeamercolor{subtitle}{fg=white}
+\setbeamercolor{title}{fg=white,bg=gray!90}
+\setbeamercolor{author}{fg=gray}
+\setbeamercolor{date}{fg=gray}
+
+\setbeamercolor{author in head/foot}{fg=red}
+\setbeamercolor{title in head/foot}{parent=alerted text}
+\setbeamercolor{date in head/foot}{fg=red,bg=green}
+
+\setbeamercolor{block title}{use=structure,fg=structure.fg,bg=structure.fg!10!bg}
+\setbeamercolor{block title alerted}{use=alerted text,fg=alerted text.fg,bg=alerted text.fg!10!bg}
+\setbeamercolor{block title example}{use=example text,fg=example text.fg,bg=example text.fg!10!bg}
+
+\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg}
+\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg}
+\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer-verona/beamerfontthemeVerona.sty b/Master/texmf-dist/tex/latex/beamer-verona/beamerfontthemeVerona.sty
new file mode 100644
index 00000000000..f5d9437a3e4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer-verona/beamerfontthemeVerona.sty
@@ -0,0 +1,27 @@
+% Copyright (C) 2015 by Ivan Valbusa
+% <ivan dot valbusa at univr dot it>
+% -------------------------------------------------------
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+
+% Version 0.1
+
+\mode<presentation>
+
+\setbeamerfont{tiny structure}{series=\mdseries,size=\tiny}
+\setbeamerfont{title}{size=\LARGE,series=\bfseries}
+\setbeamerfont{subtitle}{size=\normalsize,series=\mdseries}
+\setbeamerfont{frametitle}{size=\Large,series=\bfseries}
+\setbeamerfont{framesubtitle}{size=\normalsize,series=\mdseries}
+\setbeamerfont*{author}{size=\small,series=\bfseries}
+\setbeamerfont*{date}{size=\footnotesize}
+\setbeamerfont{block title}{size={}}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer-verona/beamerinnerthemeVerona.sty b/Master/texmf-dist/tex/latex/beamer-verona/beamerinnerthemeVerona.sty
new file mode 100644
index 00000000000..7fc8f4e5689
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer-verona/beamerinnerthemeVerona.sty
@@ -0,0 +1,21 @@
+% Copyright (C) 2015 by Ivan Valbusa
+% <ivan dot valbusa at univr dot it>
+% -------------------------------------------------------
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+
+% Version 0.1
+
+\mode<presentation>
+
+\setbeamertemplate{itemize item}[circle]
+\setbeamertemplate{itemize subitem}[triangle]
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer-verona/beamerouterthemeVerona.sty b/Master/texmf-dist/tex/latex/beamer-verona/beamerouterthemeVerona.sty
new file mode 100644
index 00000000000..67701305a85
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer-verona/beamerouterthemeVerona.sty
@@ -0,0 +1,155 @@
+% Copyright (C) 2015 by Ivan Valbusa
+% <ivan dot valbusa at univr dot it>
+% -------------------------------------------------------
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+
+% Version 0.1
+
+\mode<presentation>
+
+\useoutertheme{infolines}
+\setbeamertemplate{navigation symbols}{}
+
+\mode<presentation>
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Headline...
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setbeamertemplate{headline}
+ {%
+ \begin{tikzpicture}[overlay]
+ \shade[bottom color=bg!80!fg, top color=bg]
+ (0, 5mm) rectangle (\paperwidth,-3mm);
+% \fill[color=bg!70!fg,]
+% (0, -0.17cm) rectangle (\paperwidth, -0.19cm);
+% \fill[fill=structure.fg!70!bg, rounded corners=0.05cm]
+% (0.30cm,-0.14cm) rectangle (12.5cm, -0.22cm);
+ \end{tikzpicture}
+ \hbox{%
+ \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.4ex,dp=2ex,right]{section in head/foot}%
+ \usebeamerfont{section in head/foot}%
+ \insertsectionhead\hspace*{2ex}
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.4ex,dp=2ex,left]{subsection in head/foot}%
+ \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead
+ \end{beamercolorbox}}
+ }
+
+
+\setbeamertemplate{frametitle}
+{
+ \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}%
+ \begin{beamercolorbox}[sep=0.3cm,ht=1.5cm,wd=\paperwidth]{frametitle}
+ \usebeamerfont{frametitle}%
+ \strut\insertframetitle\strut\par%
+ {%
+ \ifx\insertframesubtitle\@empty%
+ \else%
+ {\usebeamerfont{framesubtitle}\usebeamercolor[fg]{framesubtitle}\insertframesubtitle\strut\par}%
+ \fi
+ }%
+ \end{beamercolorbox}%
+ \tikz[overlay]{%
+% \draw[fill=structure.fg!40,draw=none] (0,2mm) rectangle (13,3mm);
+ \draw[draw=structure,line width=2mm,yshift=8mm] (-1mm,0) -- (13,0);
+% \draw[draw=gray,line width=2mm,yshift=8mm] (-1mm,0) -- (-4mm,0);
+% \draw[fill=gray!30,draw=none,yshift=7.5mm,xshift=-4mm] (0,0) circle (2mm);
+ %\draw[yshift=3.5mm,xshift=0mm,draw=none,fill=structure.fg!20] (0,0mm) rectangle (4,1mm);
+ }
+ \vskip-.8cm
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Footline...
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\setbeamertemplate{footline}
+{
+\begin{tikzpicture}[overlay]
+\draw[draw=black!70] (0,0) -- (13,0);
+\end{tikzpicture}
+
+ \leavevmode%
+ \hbox{%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
+ \color{black!70}
+ \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}%
+ \color{black!70}
+ \usebeamerfont{title in head/foot}\insertshorttitle
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
+ \color{black!70}
+ \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
+ \insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
+ \end{beamercolorbox}}%
+ \vskip0pt%
+}
+
+\setbeamertemplate{sidebar right}{}
+
+\AtBeginDocument{%
+ {
+ \usebeamercolor{background canvas}
+ \pgfdeclareverticalshading{background shading}{\the\paperwidth}{color(0cm)=(fg); color(3cm)=(bg); color(0.6\paperheight)=(bg); color(0.9\paperheight)=(fg); color(\paperheight)=(black!60!fg)
+ }
+ }
+}
+
+\mode<handout>
+\setbeamertemplate{background canvas}{}%
+\setbeamertemplate{footline}{
+ \begin{beamercolorbox}[wd=\paperwidth,ht=0.6cm,dp=0ex]{structure.fg}%
+ \quad \insertshorttitle \hfill \insertframenumber~/~\inserttotalframenumber\quad \ \vskip0.1cm
+ \end{beamercolorbox}%
+}
+
+\mode
+<all>
+
+\makeatother
+
+\setbeamertemplate{title page}
+{
+\nointerlineskip \begingroup
+ \centering\vskip-12mm
+ \begin{beamercolorbox}[sep=8pt,left,wd=\paperwidth,ht=.4\paperheight]{title}
+ \usebeamerfont{title}\inserttitle\par%
+ \ifx\insertsubtitle\@empty%
+ \else%
+ \vskip0.25em%
+ {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
+ \fi%
+ \end{beamercolorbox}%
+ \tikz[overlay]{\draw[fill=structure.fg,draw=none,yshift=1mm] (-7cm,0) rectangle (13,.4);}
+ \vskip1em\par
+ \begin{beamercolorbox}[sep=0pt,left]{author}
+ \usebeamerfont{author}\insertauthor
+ \end{beamercolorbox}
+ \vskip3mm
+ \begin{beamercolorbox}[sep=0pt,left]{institute}
+ \usebeamerfont{institute}\insertinstitute
+ \end{beamercolorbox}
+ \vskip3mm
+ \begin{beamercolorbox}[sep=0pt,left]{date}
+ \usebeamerfont{date}\insertdate
+ \end{beamercolorbox}\vskip0.5em
+ {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}
+ \endgroup
+ \vfill
+}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer-verona/beamerthemeVerona.sty b/Master/texmf-dist/tex/latex/beamer-verona/beamerthemeVerona.sty
new file mode 100644
index 00000000000..d70cb279bdf
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer-verona/beamerthemeVerona.sty
@@ -0,0 +1,39 @@
+% Copyright (C) 2015 by Ivan Valbusa
+% <ivan dot valbusa at univr dot it>
+% -------------------------------------------------------
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+
+% Version 0.1
+
+\RequirePackage{tikz}
+
+\mode<presentation>
+
+
+\newif\ifbeamer@secheader
+\beamer@secheaderfalse
+
+\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
+\ProcessOptionsBeamer
+
+\useinnertheme[shadow=true]{rounded}
+\usecolortheme{Verona}
+\useoutertheme{Verona}
+\useinnertheme{Verona}
+\usefonttheme{Verona}
+
+\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi
+
+
+\mode
+<all>
+
+
+
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 254bababf47..7206e4d732a 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -70,7 +70,7 @@ my @TLP_working = qw(
baskervald baskervaldx
basque-book basque-date
bbcard bbding bbm bbm-macros bbold bbold-type1 bchart bclogo
- beamer beamer2thesis beamer-FUBerlin beamer-tut-pt
+ beamer beamer2thesis beamer-FUBerlin beamer-tut-pt beamer-verona
beameraudience beamerdarkthemes beamerposter
beamersubframe beamertheme-upenn-bc
beamerthemejltree beamerthemephnompenh beamerthemenirma
diff --git a/Master/tlpkg/tlpsrc/beamer-verona.tlpsrc b/Master/tlpkg/tlpsrc/beamer-verona.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/beamer-verona.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
index 671864d58d2..5f8b881db4a 100644
--- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
@@ -26,6 +26,7 @@ depend asaetr
depend ascelike
depend bangorcsthesis
depend beamer-FUBerlin
+depend beamer-verona
depend bgteubner
depend br-lex
depend brandeis-dissertation