diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-26 22:30:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-26 22:30:00 +0000 |
commit | acade44f8559bd44504dc0d9680f32375ab05a97 (patch) | |
tree | 367ef30e05cdf2edfd273d0f12ea7bda3619ed5c | |
parent | cac19bc26f2a1f33923608af939cdda48293dde0 (diff) |
beamer-verona (26nov15)
git-svn-id: svn://tug.org/texlive/trunk@38950 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer-verona/README | 33 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.pdf | bin | 0 -> 88238 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex | 140 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer-verona/beamercolorthemeVerona.sty | 43 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer-verona/beamerfontthemeVerona.sty | 27 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer-verona/beamerinnerthemeVerona.sty | 21 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer-verona/beamerouterthemeVerona.sty | 155 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer-verona/beamerthemeVerona.sty | 39 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/beamer-verona.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 |
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 Binary files differnew file mode 100644 index 00000000000..be1034e35a6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.pdf 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 |