From cc030901f2a91dccbd6953f51c43943afd2f025b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Sep 2016 21:08:42 +0000 Subject: beamertheme-cuerna (27sep16) git-svn-id: svn://tug.org/texlive/trunk@42161 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/beamertheme-cuerna/README | 36 ++ .../beamertheme-cuerna/beamertheme-cuerna.pdf | Bin 0 -> 418475 bytes .../beamertheme-cuerna/pictures/bluesimplex.png | Bin 0 -> 8654 bytes .../pictures/bluesimplexexample.pdf | Bin 0 -> 175504 bytes .../beamertheme-cuerna/pictures/brickexample.pdf | Bin 0 -> 175506 bytes .../beamertheme-cuerna/pictures/defaultexample.pdf | Bin 0 -> 175507 bytes .../beamertheme-cuerna/pictures/lettuceexample.pdf | Bin 0 -> 175507 bytes .../doc/latex/beamertheme-cuerna/template.tex | 108 +++++ .../beamertheme-cuerna/beamertheme-cuerna.dtx | 449 +++++++++++++++++++++ .../beamertheme-cuerna/beamertheme-cuerna.ins | 46 +++ .../beamertheme-cuerna/beamercolorthemeCuerna.sty | 46 +++ .../beamercolorthemebluesimplex.sty | 46 +++ .../beamertheme-cuerna/beamercolorthemebrick.sty | 46 +++ .../beamertheme-cuerna/beamercolorthemelettuce.sty | 46 +++ .../beamertheme-cuerna/beamerinnerthemeCuerna.sty | 94 +++++ .../beamertheme-cuerna/beamerouterthemeCuerna.sty | 67 +++ .../latex/beamertheme-cuerna/beamerthemeCuerna.sty | 47 +++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/beamertheme-cuerna.tlpsrc | 0 Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + 20 files changed, 1033 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/README create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/beamertheme-cuerna.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplex.png create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplexexample.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/brickexample.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/defaultexample.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/lettuceexample.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex create mode 100644 Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.dtx create mode 100644 Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.ins create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemeCuerna.sty create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebluesimplex.sty create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebrick.sty create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemelettuce.sty create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerinnerthemeCuerna.sty create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerouterthemeCuerna.sty create mode 100644 Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty create mode 100644 Master/tlpkg/tlpsrc/beamertheme-cuerna.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/README b/Master/texmf-dist/doc/latex/beamertheme-cuerna/README new file mode 100644 index 00000000000..9bc5bd0e786 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-cuerna/README @@ -0,0 +1,36 @@ +Beamer Theme Cuerna +=================== + +Beamer theme "Cuerna", version 1.1 + +Copyright (C) Geri Ochoa (2016) + +e-mail: geri@bluesimplex.com +github: https://github.com/geriom/beamertheme-cuerna/ +web site: http://bluesimplex.com + +Dependencies: +------------- + + - textpos + - tikz + - xcolor + - lmodern + - amssymb + - graphicx + +This work may be distributed and/or modified under the conditions of the LaTeX +Project Public License, either version 1.3c 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.3c or later is part of all +distributions of LaTeX version 2008/05/04 or later. + + +compile "beamertheme-cuerna.dtx" with pdflatex to generate the package +documentation. compile "beamertheme-cuerna.ins" to generate the .sty files and +the template. For this package to be globally available you have to place the +.sty file under tex/latex/beamertheme-cuerna in your tex distribution +directory. + +This package has only been tested with texlive but it should work with other +latex distributions. diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/beamertheme-cuerna.pdf b/Master/texmf-dist/doc/latex/beamertheme-cuerna/beamertheme-cuerna.pdf new file mode 100644 index 00000000000..20f4c44999c Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-cuerna/beamertheme-cuerna.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplex.png b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplex.png new file mode 100644 index 00000000000..2ec5a0fa95a Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplex.png differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplexexample.pdf b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplexexample.pdf new file mode 100644 index 00000000000..0596f110fd3 Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplexexample.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/brickexample.pdf b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/brickexample.pdf new file mode 100644 index 00000000000..792f842cb63 Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/brickexample.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/defaultexample.pdf b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/defaultexample.pdf new file mode 100644 index 00000000000..ba5edeae28d Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/defaultexample.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/lettuceexample.pdf b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/lettuceexample.pdf new file mode 100644 index 00000000000..611887de74c Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-cuerna/pictures/lettuceexample.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex b/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex new file mode 100644 index 00000000000..62cfc1be241 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex @@ -0,0 +1,108 @@ +%% +%% This is file `template.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `template') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + + +\documentclass{beamer} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} + +%%Defining the ``proposition'' environment +\newtheorem{proposition}{Proposition} + +%%Sets the beamer theme "Cuerna" +\usetheme{Cuerna} + +\usecolortheme{default} + +%%Insert the logo +\logo{\includegraphics[width=1.7cm]{pictures/bluesimplex.png}} + +%%Title +\title{A rather long title without specific meaning} + +\author{Geri Ochoa\\ %Author + \texttt{geri@bluesimplex.com}} %e-mail + + \date{Important Congress 2016} %Date or event + + \institute{Institute of Mathematics, Great University} %%Institution + +\begin{document} + + \begin{frame} + + \titlepage %Creates the title page + + \end{frame} + + %-------------------------------------------------------------------------- + \begin{frame} + \tableofcontents %Prints the table of contents + \end{frame} + %-------------------------------------------------------------------------- + + \section{Introduction} %%A section (Optional) + \begin{frame} + \frametitle{Title of the slide} + \framesubtitle{Subtitle} %%Subtitle (optional) + Some text on top of this slide + + \[ + \int_{0}^{\infty} \frac{5x^2}{\sqrt{a+b}}\, dx + \] + + \begin{itemize} + \item[\checkmark] Fist item in the list %% + \item Second item + \item Another item + \item And finally, the last item + \end{itemize} + \end{frame} + + \begin{frame}{Random Text} %%Shorter way of setting the slide title + Additional text with no other purpose but to take up some space. + Additional text with no other purpose but to take up some space. + Additional text with no other purpose but to take up some space. + Additional text with no other purpose + \( \sum_0^{\infty} a_i \) + but to take up some space. + \end{frame} + + \section{Second section} %%Another section + \begin{frame} + \frametitle{A theorem} + + \begin{proposition} %%The ``proposition'' environment + The prime numbers are cool and infinite + \end{proposition} + + And something else + + \end{frame} +\end{document} + + +\endinput +%% +%% End of file `template.tex'. diff --git a/Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.dtx b/Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.dtx new file mode 100644 index 00000000000..6e2140a0951 --- /dev/null +++ b/Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.dtx @@ -0,0 +1,449 @@ +% \iffalse meta-comment +% !TEX program = pdfLaTeX +% +% ------------------------------------------------------------------------------ +% Beamer theme cuerna, version 1.1 +% Copyright (C) 2016 by Geri Ochoa +% email: geri@bluesimplex.com +% github: https://github.com/geriom/beamercuerna +% my web site: bluesimplex.com +% +% This work may be distributed and/or modified under the conditions of the LaTeX +% Project Public License, either version 1.3c 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.3c or later is part of all +% distributions of LaTeX version 2008/05/04 or later. +% ------------------------------------------------------------------------------ +% +% \fi +% + +% \iffalse +%<*driver> +\ProvidesFile{beamercuerna.dtx}[2016/09/18 v1.1 beamer theme cuerna] +\documentclass{ltxdoc} +\usepackage{listings} +\EnableCrossrefs +\CodelineIndex +\RecordChanges + +\usepackage{pdfpages} + +\OnlyDescription +\begin{document} + \DocInput{beamercuerna.dtx} + \PrintChanges + \PrintIndex +\end{document} +% + +% \fi + +% \changes{v1.0}{2014/10/22}{Initial version} +% +% \GetFileInfo{beamercuerna.dtx} +% +% \DoNotIndex{\newcommand, \newenvironment} +% +% \title{The \textsf{beamercuerna} beamer theme\thanks{This document +% corresponds to \textsf{beamercuerna}~\fileversion, date \filedate.}} +% \author{Geri Ochoa \\ \texttt{geri@bluesimplex.com}} +% +% \maketitle +% +% \section{Introduction} +% This package contains a theme for \textit{Beamer}, the theme itself must be +% referenced as \textit{Cuerna} inside beamer and has four basic colour themes. +% It requires no additional customization but to set the theme and colour theme +% with the usual syntax. +% +% \section{Usage} +% A very basic example is presented below, it comprises the title page and a +% single slide. +% \begin{verbatim} +% \documentclass{beamer} +% \usepackage[utf8]{inputenc} +% \usepackage[T1]{fontenc} +% +% \usetheme{Cuerna} +% +% \usecolortheme{default} +% +% \logo{\includegraphics[width=1.7cm]{pictures/bluesimplex.png}} +% +% \title{A rather long title without specific meaning} +% +% +% \author{Geri Ochoa\\ +% \texttt{geri@bluesimplex.com}} +% +% \date{Important Congress 2016} +% +% \institute{Institute of Mathematics, Great University} +% +% \begin{document} +% +% \begin{frame} +% +% \titlepage +% +% \end{frame} +% +% \section{Introduction} +% \begin{frame} +% \frametitle{Title of the slide} +% \framesubtitle{Subtitle} +% Some text on top of this slide +% +% \[ +% \int_{0}^{\infty} \frac{5x^2}{\sqrt{a+b}}\, dx +% \] +% +% \begin{itemize} +% \item[\checkmark] Fist item in the list +% \item Second item +% \item Another item +% \item And finally, the last item +% \end{itemize} +% \end{frame} +% +% \end{document} +% \end{verbatim} +% +% +% The output depends on the parameter passed to the |\usecolortheme| command. +% There are four of them shipped with this package: +% \includepdf[scale=0.9,pages={1,2}, nup=2x1, pagecommand=\subsection{default}] +% {pictures/defaultexample} +% +% \includepdf[scale=0.9,pages={1,2}, nup=2x1, +% pagecommand=\subsection{bluesimplex}] +% {pictures/bluesimplexexample} +% +% \includepdf[scale=0.9,pages={1,2}, nup=2x1, pagecommand=\subsection{lettuce}] +% {pictures/lettuceexample} +% +% \includepdf[scale=0.9,pages={1,2}, nup=2x1, pagecommand=\subsection{brick}] +% {pictures/brickexample} +% +% +% \StopEventually{} +% \begin{macrocode} +%<*cuerna> +\mode + +%Required packages +\RequirePackage{tikz} +\RequirePackage{graphicx} +\RequirePackage{amssymb} +\RequirePackage{xcolor} +\RequirePackage{lmodern} +\RequirePackage[absolute, overlay]{textpos} + +%Color config files +\usecolortheme{Cuerna} +\useinnertheme{Cuerna} +\useoutertheme{Cuerna} + + +\setbeamertemplate{navigation symbols}{} +\setbeamertemplate{blocks}[rounded][shadow=true] + +\mode +% +% +% +%<*inner> +\mode + +%This draws the background +\setbeamertemplate{background}{ + \begin{tikzpicture}[espiral/.style={thick,color=edgescolor}] + \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); + \fill[color=edgescolor] (0,0) rectangle(\the\paperwidth, \the\paperheight); + \fill[color=squarecolor] (0,0) rectangle(0.59\paperwidth, \the\paperheight); + \draw[espiral] (0,0) .. controls +(up:0.5\paperheight) and (0.3\paperwidth, \the\paperheight) .. (0.59\paperwidth,\the\paperheight); + \fill[color=squarecolor] (0.60\paperwidth,0.41\paperheight) rectangle(\the\paperwidth, \the\paperheight); + \draw[espiral] (0.60\paperwidth,\paperheight) .. controls +(right:0.3\paperwidth) and (\paperwidth, 0.61\paperheight) .. (\the\paperwidth, 0.41\paperheight); + \fill[color=squarecolor] (0.77\paperwidth,0) rectangle(\the\paperwidth, 0.40\paperheight); + \draw[espiral] (\paperwidth,0.4\paperheight) .. controls +(down:0.2\paperwidth) and (0.88\paperwidth, 0) .. (0.77\paperwidth, 0); + \fill[color=squarecolor] (0.6\paperwidth,0) rectangle(0.76\paperwidth, 0.23\paperheight); + \draw[espiral] (0.76\paperwidth,0) .. controls +(left:0.08\paperwidth) and (0.6\paperwidth, 0.12\paperheight) .. (0.6\paperwidth, 0.23\paperheight); + \fill[color=squarecolor] (0.6\paperwidth, 0.24\paperheight) rectangle(0.69\paperwidth, 0.4\paperheight); + \draw[espiral] (0.6\paperwidth,0.24\paperheight) .. controls +(up:0.08\paperheight) and (0.64\paperwidth, 0.4\paperheight) .. (0.69\paperwidth, 0.4\paperheight); + \fill[color=squarecolor] (0.70\paperwidth, 0.31\paperheight) rectangle(0.76\paperwidth, 0.40\paperheight); + \draw[espiral] (0.7\paperwidth,0.4\paperheight) .. controls +(right:0.03\paperheight) and (0.76\paperwidth, 0.35\paperheight) .. (0.76\paperwidth, 0.31\paperheight); + \fill[color=squarecolor] (0.72\paperwidth, 0.24\paperheight) rectangle(0.76\paperwidth, 0.3\paperheight); + \draw[espiral] (0.76\paperwidth,0.3\paperheight) .. controls +(down:0.03\paperheight) and (0.74\paperwidth, 0.24\paperheight) .. (0.72\paperwidth, 0.24\paperheight); + \fill[color=squarecolor] (0.70\paperwidth, 0.24\paperheight) rectangle(0.71\paperwidth, 0.28\paperheight); + \draw[espiral] (0.71\paperwidth,0.24\paperheight) .. controls +(left:0.005\paperwidth) and (0.7\paperwidth, 0.26\paperheight) .. (0.7\paperwidth, 0.28\paperheight); + \ifnum\thepage>1\relax% + \fill[white, opacity=1] (0,0) rectangle(\the\paperwidth, \the\paperheight); + \fi + \end{tikzpicture} +} + +\setbeamerfont{date}{size=\large, shape=\upshape} +\setbeamerfont{title}{size=\huge, shape=\mdseries} +\setbeamerfont{institute}{size=\tiny, shape=\itshape} + +%Creates the title page contents +\defbeamertemplate*{title page}{Cuerna}[1][] +{ + \begin{textblock}{9}(0.2,2.5) + \begin{beamercolorbox}[center,sep=1pt,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \end{beamercolorbox} + \end{textblock} + \vskip7.0cm% + \begin{beamercolorbox}[wd=6cm,leftskip=0cm,#1]{author} + \usebeamerfont{date}\insertauthor% + \end{beamercolorbox} + \vskip0.1cm% + \begin{beamercolorbox}[wd=6cm, #1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + + + \begin{textblock}{6}(9.3,5) + \begin{beamercolorbox}[right]{date} + \usebeamerfont{date}\insertdate% + \end{beamercolorbox} + \end{textblock} + + \begin{textblock}{4}(12.9,11.8) + \insertlogo + \end{textblock} + \vfill +} + +%Lists and the table of contents +\setbeamertemplate{items}[triangle] +\setbeamertemplate{sections/subsections in toc}[square] + +\mode +% +% +% +%<*outer> +\mode + +\setbeamerfont{sectiontitle}{size=\huge, shape=\scshape} + +%Title bar +\defbeamertemplate*{frametitle}{Cuerna}[1][] +{ + \vskip0.2cm + \begin{beamercolorbox}[right]{sectiontitle} + \usebeamerfont{date}\insertsection + \end{beamercolorbox} + \vskip-0.2cm + \definecolor{imred}{HTML}{BD2026} + \definecolor{imyellow}{HTML}{FCED27} + \definecolor{imorange}{HTML}{F6B419} + \begin{beamercolorbox}[wd=\paperwidth,ht=1.9cm]{frametitle} + \begin{tikzpicture} + \useasboundingbox (0,0) rectangle(\the\paperwidth,1.4); + {\node[anchor=west, white] at (0.4, 0.8){\insertlogo};} + \fill[squarecolor](2.45, 0.3) rectangle(\paperwidth,1.4); + \ifx\insertframesubtitle\@empty% + {\node[anchor=west, white, font=\large] at (3.0,0.82){\insertframetitle};} + \else% + {\node[anchor=west, white, font=\large] at (3.0, 1.02){\insertframetitle};% + \node[anchor=west, white, font=\small] at (3.0, 0.63){\insertframesubtitle};}% + \fi + \end{tikzpicture} + \end{beamercolorbox} + \vskip-0.5cm +} + +%Prevents the logo from beign added to every slide +\defbeamertemplate*{sidebar right}{sidebar theme} +{% + \vfill% + \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}% +\vskip2pt} + +\mode +% +% +% +%<*default> +\mode + +\definecolor{edgescolor}{HTML}{4DA6FF} +\definecolor{squarecolor}{HTML}{002B36} + +%Colours to use in some elements +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +%Item list colour +\setbeamercolor*{item}{fg=squarecolor} + +%Theorem box colour +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode +% +% +% +%<*bluesimplex> +\mode + +\definecolor{edgescolor}{HTML}{3469CC} +\definecolor{squarecolor}{HTML}{282d33} + +%Colours to use in some elements +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +%Item list colour +\setbeamercolor*{item}{fg=squarecolor} + +%Theorem box colour +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode +% +% +% +%<*brick> +\mode + +\definecolor{edgescolor}{HTML}{757575} +\definecolor{squarecolor}{HTML}{8B290E} + +%Colours to use in some elements +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +%Item list colour +\setbeamercolor*{item}{fg=squarecolor} + +%Theorem box colour +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode +% +% +% +%<*lettuce> +\mode + +\definecolor{edgescolor}{HTML}{757575} +\definecolor{squarecolor}{HTML}{3B5323} + +%Colours to use in some elements +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +%Item list colour +\setbeamercolor*{item}{fg=squarecolor} + +%Theorem box colour +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode +% + +%<*template> +\documentclass{beamer} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} + +%%Defining the ``proposition'' environment +\newtheorem{proposition}{Proposition} + + +%%Sets the beamer theme "Cuerna" +\usetheme{Cuerna} + +\usecolortheme{default} +%Available color themes: default, bluesimplex, brick, lettuce + +%%Insert the logo +\logo{\includegraphics[width=1.7cm]{pictures/bluesimplex.png}} + +%%Title +\title{A rather long title without specific meaning} + + +\author{Geri Ochoa\\ %Author + \texttt{geri@bluesimplex.com}} %e-mail + + \date{Important Congress 2016} %Date or event + + \institute{Institute of Mathematics, Great University} %%Institution + +\begin{document} + + \begin{frame} + + \titlepage %Creates the title page + + \end{frame} + + + %-------------------------------------------------------------------------- + \begin{frame} + \tableofcontents %Prints the table of contents + \end{frame} + %-------------------------------------------------------------------------- + + \section{Introduction} %%A section (Optional) + \begin{frame} + \frametitle{Title of the slide} + \framesubtitle{Subtitle} %%Subtitle (optional) + Some text on top of this slide + + \[ + \int_{0}^{\infty} \frac{5x^2}{\sqrt{a+b}}\, dx + \] + + \begin{itemize} + \item[\checkmark] Fist item in the list %% + \item Second item + \item Another item + \item And finally, the last item + \end{itemize} + \end{frame} + + \begin{frame}{Random Text} %%Shorter way of setting the slide title + Additional text with no other purpose but to take up some space. + Additional text with no other purpose but to take up some space. + Additional text with no other purpose but to take up some space. + Additional text with no other purpose + \( \sum_0^{\infty} a_i \) + but to take up some space. + \end{frame} + + \section{Second section} %%Another section + \begin{frame} + \frametitle{A theorem} + + \begin{proposition} %%The ``proposition'' environment + The prime numbers are cool and infinite + \end{proposition} + + And something else + + \end{frame} +\end{document} +% + +% \end{macrocode} + +%\Finale diff --git a/Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.ins b/Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.ins new file mode 100644 index 00000000000..c42133057d5 --- /dev/null +++ b/Master/texmf-dist/source/latex/beamertheme-cuerna/beamertheme-cuerna.ins @@ -0,0 +1,46 @@ +%% Copyright September 2016 by Geri +%% +%% This work may be distributed and/or modified under the conditions of the LaTeX +%% Project Public License, either version 1.3c 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.3c or later is part of all +%% distributions of LaTeX version 2008/05/04 or later. + +\input docstrip.tex +\keepsilent +\askforoverwritefalse + +\preamble + +This is a generated fie + +-------------------------------------------------------------------------------- +beamertheme-cuerna -- Beamer theme cuerna, version 1.1 + +Copyright (C) Geri Ochoa +email: geri@bluesimplex.com + +Released under the LaTeX Project Public Licence v1.3c or later +github: https://github.com/geriom/beamertheme-cuerna +my web site: bluesimplex.com +-------------------------------------------------------------------------------- + +\endpreamble + +\usedir{tex/latex/beamertheme-cuerna} +\generate{ + \file{beamerthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{cuerna}} + \file{beamerinnerthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{inner}} + \file{beamerouterthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{outer}} + \file{beamercolorthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{default}} + \file{beamercolorthemebluesimplex.sty}{\from{beamertheme-cuerna.dtx}{bluesimplex}} + \file{beamercolorthemebrick.sty}{\from{beamertheme-cuerna.dtx}{brick}} + \file{beamercolorthemelettuce.sty}{\from{beamertheme-cuerna.dtx}{lettuce}} +} + +\usedir{doc/latex/beamertheme-cuerna} +\generate{ + \file{template.tex}{\from{beamertheme-cuerna.dtx}{template}} +} + +\endbatchfile diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemeCuerna.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemeCuerna.sty new file mode 100644 index 00000000000..0f59c9fb669 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemeCuerna.sty @@ -0,0 +1,46 @@ +%% +%% This is file `beamercolorthemeCuerna.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `default') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\definecolor{edgescolor}{HTML}{4DA6FF} +\definecolor{squarecolor}{HTML}{002B36} + +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +\setbeamercolor*{item}{fg=squarecolor} + +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode + + + +\endinput +%% +%% End of file `beamercolorthemeCuerna.sty'. diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebluesimplex.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebluesimplex.sty new file mode 100644 index 00000000000..7b344d06379 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebluesimplex.sty @@ -0,0 +1,46 @@ +%% +%% This is file `beamercolorthemebluesimplex.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `bluesimplex') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\definecolor{edgescolor}{HTML}{3469CC} +\definecolor{squarecolor}{HTML}{282d33} + +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +\setbeamercolor*{item}{fg=squarecolor} + +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode + + + +\endinput +%% +%% End of file `beamercolorthemebluesimplex.sty'. diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebrick.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebrick.sty new file mode 100644 index 00000000000..d3a90073f67 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebrick.sty @@ -0,0 +1,46 @@ +%% +%% This is file `beamercolorthemebrick.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `brick') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\definecolor{edgescolor}{HTML}{757575} +\definecolor{squarecolor}{HTML}{8B290E} + +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +\setbeamercolor*{item}{fg=squarecolor} + +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode + + + +\endinput +%% +%% End of file `beamercolorthemebrick.sty'. diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemelettuce.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemelettuce.sty new file mode 100644 index 00000000000..f6da6e578b0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemelettuce.sty @@ -0,0 +1,46 @@ +%% +%% This is file `beamercolorthemelettuce.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `lettuce') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\definecolor{edgescolor}{HTML}{757575} +\definecolor{squarecolor}{HTML}{3B5323} + +\setbeamercolor*{title page header}{fg=white} +\setbeamercolor*{author}{fg=white} +\setbeamercolor*{date}{fg=white} +\setbeamercolor*{institute}{fg=white} +\setbeamercolor*{sectiontitle}{fg=black} + +\setbeamercolor*{item}{fg=squarecolor} + +\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor} + +\mode + + + +\endinput +%% +%% End of file `beamercolorthemelettuce.sty'. diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerinnerthemeCuerna.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerinnerthemeCuerna.sty new file mode 100644 index 00000000000..b6863f78643 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerinnerthemeCuerna.sty @@ -0,0 +1,94 @@ +%% +%% This is file `beamerinnerthemeCuerna.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `inner') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\setbeamertemplate{background}{ + \begin{tikzpicture}[espiral/.style={thick,color=edgescolor}] + \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); + \fill[color=edgescolor] (0,0) rectangle(\the\paperwidth, \the\paperheight); + \fill[color=squarecolor] (0,0) rectangle(0.59\paperwidth, \the\paperheight); + \draw[espiral] (0,0) .. controls +(up:0.5\paperheight) and (0.3\paperwidth, \the\paperheight) .. (0.59\paperwidth,\the\paperheight); + \fill[color=squarecolor] (0.60\paperwidth,0.41\paperheight) rectangle(\the\paperwidth, \the\paperheight); + \draw[espiral] (0.60\paperwidth,\paperheight) .. controls +(right:0.3\paperwidth) and (\paperwidth, 0.61\paperheight) .. (\the\paperwidth, 0.41\paperheight); + \fill[color=squarecolor] (0.77\paperwidth,0) rectangle(\the\paperwidth, 0.40\paperheight); + \draw[espiral] (\paperwidth,0.4\paperheight) .. controls +(down:0.2\paperwidth) and (0.88\paperwidth, 0) .. (0.77\paperwidth, 0); + \fill[color=squarecolor] (0.6\paperwidth,0) rectangle(0.76\paperwidth, 0.23\paperheight); + \draw[espiral] (0.76\paperwidth,0) .. controls +(left:0.08\paperwidth) and (0.6\paperwidth, 0.12\paperheight) .. (0.6\paperwidth, 0.23\paperheight); + \fill[color=squarecolor] (0.6\paperwidth, 0.24\paperheight) rectangle(0.69\paperwidth, 0.4\paperheight); + \draw[espiral] (0.6\paperwidth,0.24\paperheight) .. controls +(up:0.08\paperheight) and (0.64\paperwidth, 0.4\paperheight) .. (0.69\paperwidth, 0.4\paperheight); + \fill[color=squarecolor] (0.70\paperwidth, 0.31\paperheight) rectangle(0.76\paperwidth, 0.40\paperheight); + \draw[espiral] (0.7\paperwidth,0.4\paperheight) .. controls +(right:0.03\paperheight) and (0.76\paperwidth, 0.35\paperheight) .. (0.76\paperwidth, 0.31\paperheight); + \fill[color=squarecolor] (0.72\paperwidth, 0.24\paperheight) rectangle(0.76\paperwidth, 0.3\paperheight); + \draw[espiral] (0.76\paperwidth,0.3\paperheight) .. controls +(down:0.03\paperheight) and (0.74\paperwidth, 0.24\paperheight) .. (0.72\paperwidth, 0.24\paperheight); + \fill[color=squarecolor] (0.70\paperwidth, 0.24\paperheight) rectangle(0.71\paperwidth, 0.28\paperheight); + \draw[espiral] (0.71\paperwidth,0.24\paperheight) .. controls +(left:0.005\paperwidth) and (0.7\paperwidth, 0.26\paperheight) .. (0.7\paperwidth, 0.28\paperheight); + \ifnum\thepage>1\relax% + \fill[white, opacity=1] (0,0) rectangle(\the\paperwidth, \the\paperheight); + \fi + \end{tikzpicture} +} + +\setbeamerfont{date}{size=\large, shape=\upshape} +\setbeamerfont{title}{size=\huge, shape=\mdseries} +\setbeamerfont{institute}{size=\tiny, shape=\itshape} + +\defbeamertemplate*{title page}{Cuerna}[1][] +{ + \begin{textblock}{9}(0.2,2.5) + \begin{beamercolorbox}[center,sep=1pt,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \end{beamercolorbox} + \end{textblock} + \vskip7.0cm% + \begin{beamercolorbox}[wd=6cm,leftskip=0cm,#1]{author} + \usebeamerfont{date}\insertauthor% + \end{beamercolorbox} + \vskip0.1cm% + \begin{beamercolorbox}[wd=6cm, #1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + + \begin{textblock}{6}(9.3,5) + \begin{beamercolorbox}[right]{date} + \usebeamerfont{date}\insertdate% + \end{beamercolorbox} + \end{textblock} + + \begin{textblock}{4}(12.9,11.8) + \insertlogo + \end{textblock} + \vfill +} + +\setbeamertemplate{items}[triangle] +\setbeamertemplate{sections/subsections in toc}[square] + +\mode + + + +\endinput +%% +%% End of file `beamerinnerthemeCuerna.sty'. diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerouterthemeCuerna.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerouterthemeCuerna.sty new file mode 100644 index 00000000000..3dd4e4a067c --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerouterthemeCuerna.sty @@ -0,0 +1,67 @@ +%% +%% This is file `beamerouterthemeCuerna.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `outer') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\setbeamerfont{sectiontitle}{size=\huge, shape=\scshape} + +\defbeamertemplate*{frametitle}{Cuerna}[1][] +{ + \vskip0.2cm + \begin{beamercolorbox}[right]{sectiontitle} + \usebeamerfont{date}\insertsection + \end{beamercolorbox} + \vskip-0.2cm + \definecolor{imred}{HTML}{BD2026} + \definecolor{imyellow}{HTML}{FCED27} + \definecolor{imorange}{HTML}{F6B419} + \begin{beamercolorbox}[wd=\paperwidth,ht=1.9cm]{frametitle} + \begin{tikzpicture} + \useasboundingbox (0,0) rectangle(\the\paperwidth,1.4); + {\node[anchor=west, white] at (0.4, 0.8){\insertlogo};} + \fill[squarecolor](2.45, 0.3) rectangle(\paperwidth,1.4); + \ifx\insertframesubtitle\@empty% + {\node[anchor=west, white, font=\large] at (3.0,0.82){\insertframetitle};} + \else% + {\node[anchor=west, white, font=\large] at (3.0, 1.02){\insertframetitle};% + \node[anchor=west, white, font=\small] at (3.0, 0.63){\insertframesubtitle};}% + \fi + \end{tikzpicture} + \end{beamercolorbox} + \vskip-0.5cm +} + +\defbeamertemplate*{sidebar right}{sidebar theme} +{% + \vfill% + \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}% +\vskip2pt} + +\mode + + + +\endinput +%% +%% End of file `beamerouterthemeCuerna.sty'. diff --git a/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty new file mode 100644 index 00000000000..efa539ef29c --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty @@ -0,0 +1,47 @@ +%% +%% This is file `beamerthemeCuerna.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% beamertheme-cuerna.dtx (with options: `cuerna') +%% +%% This is a generated fie +%% +%% -------------------------------------------------------------------------------- +%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1 +%% +%% Copyright (C) Geri Ochoa +%% email: geri@bluesimplex.com +%% +%% Released under the LaTeX Project Public Licence v1.3c or later +%% github: https://github.com/geriom/beamertheme-cuerna +%% my web site: bluesimplex.com +%% -------------------------------------------------------------------------------- +%% + + + +\mode + +\RequirePackage{tikz} +\RequirePackage{graphicx} +\RequirePackage{amssymb} +\RequirePackage{xcolor} +\RequirePackage{lmodern} +\RequirePackage[absolute, overlay]{textpos} + +\usecolortheme{Cuerna} +\useinnertheme{Cuerna} +\useoutertheme{Cuerna} + +\setbeamertemplate{navigation symbols}{} +\setbeamertemplate{blocks}[rounded][shadow=true] + +\mode + + + +\endinput +%% +%% End of file `beamerthemeCuerna.sty'. diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d4847ef46c9..cc8e31dfd3d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -76,7 +76,7 @@ my @TLP_working = qw( bbcard bbding bbm bbm-macros bbold bbold-type1 bchart bclogo beamer beamer2thesis beamer-FUBerlin beamer-tut-pt beamer-verona beameraudience beamercolorthemeowl beamerdarkthemes beamerposter - beamersubframe beamerswitch + beamersubframe beamerswitch beamertheme-cuerna beamertheme-detlevcm beamertheme-epyt beamertheme-metropolis beamertheme-phnompenh beamertheme-upenn-bc beamerthemejltree diff --git a/Master/tlpkg/tlpsrc/beamertheme-cuerna.tlpsrc b/Master/tlpkg/tlpsrc/beamertheme-cuerna.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 7b9ae646054..fa5042e304e 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -65,6 +65,7 @@ depend beamercolorthemeowl depend beamerdarkthemes depend beamerposter depend beamersubframe +depend beamertheme-cuerna depend beamertheme-detlevcm depend beamertheme-epyt depend beamertheme-metropolis -- cgit v1.2.3