summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-04 19:52:23 +0000
committerKarl Berry <karl@freefriends.org>2023-07-04 19:52:23 +0000
commit896ed71ed51c189aac76213707f9f5b18f6cefe1 (patch)
tree5125324a5a45000d60164725654e59605e7539f1 /Master
parentc0c3efe9ccc6a70b02e71a9e088dd81644c4c9df (diff)
beamertheme-rainbow (4jul23)
git-svn-id: svn://tug.org/texlive/trunk@67542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-rainbow/README.md9
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.pdfbin0 -> 161174 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.tex195
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-rainbow/beamercolorthemerainbow.sty69
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/beamertheme-rainbow.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
7 files changed, 275 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-rainbow/README.md b/Master/texmf-dist/doc/latex/beamertheme-rainbow/README.md
new file mode 100644
index 00000000000..3d8f35fb399
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-rainbow/README.md
@@ -0,0 +1,9 @@
+# beamertheme-rainbow
+
+A beamer colour theme which alternates theme colours on every frame
+
+Current version: 2023/07/04 version v0.1
+
+This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt
+
+The project repository, including a bug tracker, can be found at https://github.com/samcarter/beamertheme-rainbow/issues
diff --git a/Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.pdf b/Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.pdf
new file mode 100644
index 00000000000..beb9295d5f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.tex b/Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.tex
new file mode 100644
index 00000000000..14f84a1b1a1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.tex
@@ -0,0 +1,195 @@
+% !TeX TS-program = latexmk -time -pdf -pdflatex="pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %%O %%S" % | txs:///view-log | txs:///view-pdf
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Documentation for the rainbow colour theme
+% A beamer colour theme which alternates theme colours on every frame
+% Maintained by samcarter
+%
+% Project repository and bug tracker:
+% https://github.com/samcarter/beamertheme-rainbow
+%
+% Released under the LaTeX Project Public License v1.3c or later
+% See http://www.latex-project.org/lppl.txt
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\documentclass[parskip=half]{scrartcl}
+
+% packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[english]{babel}
+\let\hrulefillx\hrulefill
+\usepackage[bitstream-charter]{mathdesign}
+\let\hrulefill\hrulefillx
+\usepackage[most]{tcolorbox}
+\usepackage[paper=a4paper,hmargin=2.9cm,vmargin=2.5cm]{geometry}
+\usepackage{scrlayer-scrpage}
+\usepackage{gradient-text}
+\usepackage[colorlinks=true,breaklinks=true,urlcolor=blendedblue,linkcolor=blendedblue,citecolor=blendedblue,filecolor=blendedblue]{hyperref}
+
+% customisation %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\definecolor{blendedblue}{rgb}{0.2,0.2,0.7}
+\addtokomafont{sectioning}{\color{blendedblue}}
+\addtokomafont{date}{\normalsize}
+\addtokomafont{author}{\normalsize}
+\renewcommand*\dictumwidth{0.35\linewidth}
+\renewcommand*{\dictumrule}{\vskip1ex}
+\renewcommand*{\dictumauthorformat}[1]{#1}
+
+\lstdefinestyle{tcolorboxstyle}{%
+ language={[latex]TeX},
+ tabsize=2,
+ breaklines,
+ basicstyle=\ttfamily,
+ columns=fullflexible,
+}
+
+\tcbset{%
+ toptitle=1mm,
+ left=2mm,
+ title={Example},
+ fonttitle=\large\sffamily,
+ colbacktitle=blendedblue!75!black,
+ colframe=blendedblue!75!black,
+ colback=blendedblue!75!black!10!white,
+ boxrule=0cm,
+ frame hidden,
+ arc=1.3mm,
+ arc=2mm,
+ sidebyside,
+ listing options={style=tcolorboxstyle},
+ bottom=0pt,
+ top=0pt,
+ lower separated=false,
+ comment style={scale=2},
+ enhanced,
+ drop fuzzy shadow=black!90,
+ title code app={
+ \shade[top color=blendedblue!75!black,bottom color=blendedblue!75!black!10!white] (title.south west) rectangle ([yshift=-1mm]title.south east);
+ }
+}
+
+\lstset{style=tcolorboxstyle}
+
+\newcommand{\prefix}{./build}
+\tcbset{
+ compilable listing/.style={listing file={\prefix/\jobname-listing-\thetcblistingcount.tex}},
+ run pdflatex/.style={run@system@command={cd\space \prefix;\space pdflatex}{\jobname-listing-\thetcblistingcount.tex}},%
+}
+
+% meta %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\title{\texorpdfstring{\gradientRGB{The rainbow beamer colour theme}{255,128,51}{51,51,255}}{The rainbow beamer coloir theme}}
+\subtitle{A beamer colour theme which alternates theme colours on every frame}
+\author{%
+ \texorpdfstring{
+ \texttt{samcarter}\\
+ \url{https://github.com/samcarter/beamertheme-rainbow}\\
+% \url{https://www.ctan.org/pkg/beamertheme-rainbow}
+ }{samcarter}}
+\date{Version v0.1 \textendash{} 2023/07/04}
+
+\begin{document}
+\maketitle
+
+\dictum[Marc Chagall]{Colour is all. When colour is right, form is right. Colour is everything, colour is vibration like music; everything is vibration.}
+
+\section{Introduction}
+\label{intro}
+
+The rainbow beamer colour theme will bring more colours to your presentation. It works similarly to the structure beamer colour theme, but instead of having just one theme colour throughout the whole presentation, the rainbow beamer colour theme will cycle through a list of colors and change the theme colour on every frame.
+
+By default, it will cycle through colours of the rainbow (hence the name), but a custom set of colours is also possible.
+
+%The package is included in \TeX{}Live and MiK\TeX\ and available from \textsc{CTAN} (\url{https://www.ctan.org/pkg/beamertheme-tcolorbox}).
+The development version of this package is located at \url{https://github.com/samcarter/beamertheme-rainbow}. If you have any problems, ideas or other feedback, please make constructive use of the issue tracker.
+
+Copyright \raisebox{0.2em}{\tiny\fontfamily{cmr}\selectfont\textcopyright} \texttt{samcarter}. Permission is granted to copy, distribute and\slash or modify this software under the terms of the LaTeX project public licence, version 1.3c or later \url{http://www.latex-project.org/lppl.txt}.
+
+\section{Usage}
+
+The basic usage is fairly simple. After choosing a beamer theme, one can load the rainbow beamer colour theme via
+\begin{tcolorbox}[title={}]
+\begin{lstlisting}
+\usecolortheme{rainbow}
+\end{lstlisting}
+\end{tcolorbox}
+
+This will work with most of the themes which are provided by the beamer class as well some third party themes. Notable exceptions are the \lstinline|AnnArbor| and \lstinline|CambridgeUS| themes.
+
+\newpage
+
+This basic usage will colour frames in alternating rainbow colours:
+\begin{tcblisting}{
+ listing and comment,
+ pdf comment,
+ freeze pdf,
+ compilable listing,
+ run pdflatex,
+ comment={
+ \begin{tikzpicture}
+ \foreach \i in {1,...,6}{%
+ \node at (0.4*\i,-0.7*\i) {\includegraphics[page=\i,width=4cm]{beamertheme-rainbow-doc-listing-1.pdf}};
+ }
+ \end{tikzpicture}
+ },
+ title={Basic example}
+}
+\documentclass{beamer}
+
+\usetheme{Berkeley}
+\usecolortheme{rainbow}
+
+\begin{document}
+
+% just for this test example
+\ExplSyntaxOn
+\prg_replicate:nn{6}{\frame{}}
+\ExplSyntaxOff
+
+\end{document}
+\end{tcblisting}
+
+As pretty as rainbow colours are, there might be some users who would like to choose their own colours. This can be done with the \lstinline|colors={...}| option which accepts a comma separated list of colours. The colours can be predefined colours e.g. from the \lstinline|xcolor| package, user-defined colours or (for more fun) from the \lstinline|xkcdcolors| package.
+
+\begin{tcblisting}{
+ listing and comment,
+ pdf comment,
+ freeze pdf,
+ compilable listing,
+ run pdflatex,
+ comment={
+ \begin{tikzpicture}
+ \foreach \i in {1,...,6}{%
+ \node at (0.4*\i,-0.7*\i) {\includegraphics[page=\i,width=4cm]{beamertheme-rainbow-doc-listing-2.pdf}};
+ }
+ \end{tikzpicture}
+ },
+ title={\strut Custom colours}
+}
+\documentclass{beamer}
+
+\usetheme{Copenhagen}
+\usepackage{xkcdcolors}
+\definecolor{mycolor}
+ {RGB}{127,0,127}
+\usecolortheme[
+ colors={
+ orange,
+ mycolor,
+ xkcdVibrantBlue
+ }
+]{rainbow}
+
+\begin{document}
+
+% just for this test example
+\ExplSyntaxOn
+\prg_replicate:nn{6}{\frame{\frametitle{title}}}
+\ExplSyntaxOff
+
+\end{document}
+\end{tcblisting}
+
+\end{document}
+
diff --git a/Master/texmf-dist/tex/latex/beamertheme-rainbow/beamercolorthemerainbow.sty b/Master/texmf-dist/tex/latex/beamertheme-rainbow/beamercolorthemerainbow.sty
new file mode 100644
index 00000000000..94e9a0f10c9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamertheme-rainbow/beamercolorthemerainbow.sty
@@ -0,0 +1,69 @@
+% !TeX root = test.tex
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% The rainbow colour theme
+% A beamer colour theme which alternates theme colours on every frame
+% Maintained by samcarter
+%
+% Project repository and bug tracker:
+% https://github.com/samcarter/beamertheme-rainbow
+%
+% Released under the LaTeX Project Public License v1.3c or later
+% See http://www.latex-project.org/lppl.txt
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\ProvidesPackage{beamercolorthemerainbow}[2023/07/04 version v0.1 Beamer colour theme with alternating theme colours]
+
+\mode<presentation>
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Default colours
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\definecolor{rainbow@0}{HTML}{e50000}
+\definecolor{rainbow@1}{HTML}{ff8d00}
+\definecolor{rainbow@2}{HTML}{ffee00}
+\definecolor{rainbow@3}{HTML}{028121}
+\definecolor{rainbow@4}{HTML}{004cff}
+\definecolor{rainbow@5}{HTML}{770088}
+\colorlet{beamer@structure@color}{rainbow@0}
+\setbeamercolor{structure}{fg=beamer@structure@color}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Reading theme options
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareOptionBeamer{colors}{\def\rainbow@colors{#1}}
+\ExecuteOptionsBeamer{colors={rainbow@0,rainbow@1,rainbow@2,rainbow@3,rainbow@4,rainbow@5}}
+\ProcessOptionsBeamer
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Defining colours
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\ExplSyntaxOn
+
+% list to store colour list
+\clist_new:N \l_rainbow_clist
+\clist_set:Nx \l_rainbow_clist \rainbow@colors
+
+% setting colour based on frame number
+\pretocmd{\beamer@@@frame}{
+ \colorlet{beamer@structure@color}{
+ \clist_item:Nn \l_rainbow_clist {
+ \int_eval:n {
+ \int_mod:nn { \insertframenumber }{
+ \clist_count:N \l_rainbow_clist
+ } + 1
+ }
+ }
+ }
+}{}{}
+
+\ExplSyntaxOff
+
+\mode
+<all>
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 9d76c76c501..558f40f530d 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -96,7 +96,7 @@ my @TLP_working = qw(
beamersubframe beamerswitch beamertheme-arguelles beamertheme-cuerna
beamertheme-detlevcm beamertheme-epyt beamertheme-focus
beamertheme-light beamertheme-metropolis beamertheme-npbt
- beamertheme-phnompenh beamertheme-pure-minimalistic
+ beamertheme-phnompenh beamertheme-pure-minimalistic beamertheme-rainbow
beamertheme-saintpetersburg beamertheme-simpledarkblue
beamertheme-simpleplus
beamertheme-tcolorbox beamertheme-trigon beamertheme-upenn-bc
diff --git a/Master/tlpkg/tlpsrc/beamertheme-rainbow.tlpsrc b/Master/tlpkg/tlpsrc/beamertheme-rainbow.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/beamertheme-rainbow.tlpsrc
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index a0d7cbbbe5e..9796f5599f4 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -91,6 +91,7 @@ depend beamertheme-metropolis
depend beamertheme-npbt
depend beamertheme-phnompenh
depend beamertheme-pure-minimalistic
+depend beamertheme-rainbow
depend beamertheme-saintpetersburg
depend beamertheme-simpledarkblue
depend beamertheme-simpleplus