summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-28 03:01:23 +0000
committerNorbert Preining <norbert@preining.info>2024-02-28 03:01:23 +0000
commit0afdc3e8c2d8e96d0cd0a5f05f1481a4eecc51d2 (patch)
tree805f2acf8e0115574bc5781d1dfb87fbe2e63ba8 /macros/latex/contrib/beamer-contrib
parenta64a01e8eaa2c096e7879421f075ebfa2a8bb7f0 (diff)
CTAN sync 202402280301
Diffstat (limited to 'macros/latex/contrib/beamer-contrib')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/README.md21
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamercolorthemeArguelles.sty4
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerfontthemeArguelles.sty4
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerinnerthemeArguelles.sty97
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerouterthemeArguelles.sty18
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerthemeArguelles.sty61
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.gifbin0 -> 469300 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.pdfbin1762739 -> 1762744 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.tex2
9 files changed, 96 insertions, 111 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/README.md b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/README.md
index b625254241..27e0b3069f 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/README.md
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/README.md
@@ -1,5 +1,5 @@
<!--
-arguelles v2.3.0
+arguelles v2.4.0
author: Michele Piazzai
contact: michele.piazzai@uc3m.es
license: MIT
@@ -9,7 +9,7 @@ license: MIT
Argüelles is a beamer theme that helps you create beautiful presentations. It aims for simplicity and readability by following best practices of graphic design. The layout is elegant but subtle, so as to keep the audience's attention on your content. This is brought to life by Alegreya, one of the 53 Fonts of the Decade selected by the Association Typographique Internationale (2011).
-The theme requires the packages [alegreya](https://ctan.org/pkg/alegreya), [eulervm](https://ctan.org/pkg/eulervm), [mathalpha](https://www.ctan.org/pkg/mathalpha), [microtype](https://ctan.org/pkg/microtype), [fontawesome5](https://ctan.org/pkg/fontawesome5), [opencolor](https://www.ctan.org/pkg/opencolor), [enumitem](https://www.ctan.org/pkg/enumitem), [parskip](https://www.ctan.org/pkg/parskip), and [pgf](https://ctan.org/pkg/pgf) to be installed on your computer. These are included in common LaTeX distributions, such as MiKTeX and TeXLive.
+The theme requires the packages [alegreya](https://ctan.org/pkg/alegreya), [eulervm](https://ctan.org/pkg/eulervm), [mathalpha](https://www.ctan.org/pkg/mathalpha), [microtype](https://ctan.org/pkg/microtype), [fontawesome5](https://ctan.org/pkg/fontawesome5), [opencolor](https://www.ctan.org/pkg/opencolor), [enumitem](https://www.ctan.org/pkg/enumitem), [parskip](https://www.ctan.org/pkg/parskip), [pgf](https://ctan.org/pkg/pgf), and [tcolorbox](https://ctan.org/pkg/tcolorbox) to be installed on your computer. These are included in common LaTeX distributions, such as MiKTeX and TeXLive.
## Demo
@@ -25,11 +25,16 @@ Argüelles is hosted on CTAN and distributed as part of MikTex and TeXLive. It c
By default, the theme uses serif fonts for body text. Loading it with the `sans` option makes sans-serif fonts default, keeping serif only for math type. Because sans-serif font is more space-efficient, this could be useful for slides that contain more text and bullet points.
-The `frameno` option adds frame numbering in the bottom right corner of each frame. By default, frame numbers are hidden on title and plain frames. They can also be suppressed on individual frames by `\begin{frame}[noframenumbering]`.
+The `frameno` option adds frame numbering in the bottom right corner of each frame. Frame numbers remain hidden on title and plain frames. They can also be suppressed on individual frames by adding the `noframenumbering` option to the `frame` environment, as in:
-The `splitnav` option makes the navigation bar in the headline display only the current section and its frames. This could be preferable if your presentation has only a few sections, which do not adequately fill the headline, or if it has a lot of sections and the headline looks too crowded.
+```tex
+\begin{frame}[noframenumbering]
+...
+\end{frame}
+
+```
-The `mp` option loads additional dependencies that could be useful for scientific presentations. These currently include [ulem](https://ctan.org/pkg/ulem), [booktabs](https://ctan.org/pkg/booktabs), [dcolumn](https://ctan.org/pkg/dcolumn), [makecell](https://ctan.org/pkg/makecell), [colortbl](https://www.ctan.org/pkg/colortbl), [cancel](https://www.ctan.org/pkg/cancel), [pgfplots](https://www.ctan.org/pkg/pgfplots), and [csvsimple](https://www.ctan.org/pkg/csvsimple). In addition, the option loads the [calc](https://tikz.dev/library-calc) library for TikZ, and the [groupplots](https://tikz.dev/pgfplots/libs-groupplots), [fillbetween](https://tikz.dev/pgfplots/libs-fillbetween), and [statistics](https://tikz.dev/pgfplots/libs-statistics) libraries for PGFplots.
+The `splitnav` option makes the navigation bar in the headline display only the current section and its frames, as opposed to all section and all frames. This could be preferable if your presentation has only a few sections, which do not adequately fill the headline, or if it has a lot of sections and the headline looks too crowded.
## Customization
@@ -43,7 +48,7 @@ It is possible to change parts of the theme by altering the style files. There a
### Colors
-The theme ships with the `opencolor` package, which provides color definitions for the [Open Color](https://yeun.github.io/open-color/) library. By default, the background is set to `oc-gray-0`. The foreground and body text are set to `oc-gray-9`. The color of accented text is `oc-red-9`.
+The theme ships with the opencolor package, which provides color definitions for the [Open Color](https://yeun.github.io/open-color/) library. By default, the background is set to `oc-gray-0`. The foreground and body text are set to `oc-gray-9`. The color of accented text is `oc-red-9`.
These settings are provided in `beamercolortheme*.sty` and can be customized using any default or opencolor name. For example:
@@ -51,7 +56,7 @@ These settings are provided in `beamercolortheme*.sty` and can be customized usi
\setbeamercolor*{structure}{bg=oc-blue-0,fg=black!80}
```
-See the opencolor documentation for additional details.
+See the opencolor package documentation for additional details.
### Font weights
@@ -86,7 +91,7 @@ Both old-style and lining figures are also available in a monospaced version, wh
## Known issues
-Argüelles is built with the intention to reserve as much space as possible for the content of your slides. When using subsections, the progress bar in the headline places dots on multiple lines, which takes space away from your content. The theme does not handle this situation well. You can force the dots to appear on the same line by loading beamer with the `compress` option, as in the demo:
+Argüelles is built with the intention to reserve as much space as possible for the content of your slides. When using subsections, the progress bar in the headline places dots on multiple lines, which takes space away from your content. The theme does not handle this situation well. You can force the dots to appear on the same line by loading the `beamer` class with the `compress` option, as below:
```tex
\documentclass[compress]{beamer}
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamercolorthemeArguelles.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamercolorthemeArguelles.sty
index a741c8d8a3..608006da24 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamercolorthemeArguelles.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamercolorthemeArguelles.sty
@@ -1,10 +1,10 @@
-% arguelles v2.3.0
+% arguelles v2.4.0
% author: Michele Piazzai
% contact: michele.piazzai@uc3m.es
% license: MIT
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamercolorthemeArguelles}[2023/10/26 Argüelles]
+\ProvidesPackage{beamercolorthemeArguelles}[2024/02/27 Argüelles]
\mode<presentation>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerfontthemeArguelles.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerfontthemeArguelles.sty
index aa2455b591..af52cb0283 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerfontthemeArguelles.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerfontthemeArguelles.sty
@@ -1,10 +1,10 @@
-% arguelles v2.3.0
+% arguelles v2.4.0
% author: Michele Piazzai
% contact: michele.piazzai@uc3m.es
% license: MIT
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerfontthemeArguelles}[2023/10/26 Argüelles]
+\ProvidesPackage{beamerfontthemeArguelles}[2024/02/27 Argüelles]
\mode<presentation>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerinnerthemeArguelles.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerinnerthemeArguelles.sty
index 36b0b8c4f1..899cb052d4 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerinnerthemeArguelles.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerinnerthemeArguelles.sty
@@ -1,10 +1,10 @@
-% arguelles v2.3.0
+% arguelles v2.4.0
% author: Michele Piazzai
% contact: michele.piazzai@uc3m.es
% license: MIT
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerinnerthemeArguelles}[2023/10/26 Argüelles]
+\ProvidesPackage{beamerinnerthemeArguelles}[2024/02/27 Argüelles]
\mode<presentation>
@@ -28,18 +28,18 @@
% title page
\defbeamertemplate*{title page}{Arguelles}{
- \vfill\begin{beamercolorbox}{inverted text}
- {\usebeamerfont{title}\inserttitle}\par
- {\usebeamerfont{subtitle}\insertsubtitle}\par\bigskip
- {\usebeamerfont{event}\insertevent}\par
- {\usebeamerfont{date}\insertdate}\par\bigskip
- {\usebeamerfont{author}\insertauthor}\par\smallskip
- {\usebeamerfont{institute}\insertinstitute}\par
- {\usebeamerfont{email}\insertemail}\par
- {\usebeamerfont{homepage}\inserthomepage}\par
- {\usebeamerfont{github}\insertgithub}
- \end{beamercolorbox}
- \addtocounter{framenumber}{-1}
+ \vfill\begin{beamercolorbox}{inverted text}
+ {\usebeamerfont{title}\inserttitle}\par
+ {\usebeamerfont{subtitle}\insertsubtitle}\par\bigskip
+ {\usebeamerfont{event}\insertevent}\par
+ {\usebeamerfont{date}\insertdate}\par\bigskip
+ {\usebeamerfont{author}\insertauthor}\par\smallskip
+ {\usebeamerfont{institute}\insertinstitute}\par
+ {\usebeamerfont{email}\insertemail}\par
+ {\usebeamerfont{homepage}\inserthomepage}\par
+ {\usebeamerfont{github}\insertgithub}
+ \end{beamercolorbox}
+ \addtocounter{framenumber}{-1}
}
% lists
@@ -59,56 +59,57 @@
% background
\BeforeBeginEnvironment{frame}{
- \setbeamertemplate{background}{
- \begin{tikzpicture}
- \useasboundingbox (0,0) rectangle (\paperwidth,\paperheight);
- \ifnum\thepage>1\relax
- \fill[structure.bg] (0,.01\paperheight) rectangle (\paperwidth,.99\paperheight);
- \fi
- \end{tikzpicture}
- }
+ \setbeamertemplate{background}{
+ \begin{tikzpicture}
+ \useasboundingbox (0,0) rectangle (\paperwidth,\paperheight);
+ \ifnum\thepage>1\relax
+ \fill[structure.bg] (0,.01\paperheight) rectangle (\paperwidth,.99\paperheight);
+ \fi
+ \end{tikzpicture}
+ }
}
% fullscreen image
\newcommand{\fillpicture}[1]{
- \centering
- \ifbeamer@plainframe
+ \centering
+ \ifbeamer@plainframe
\tikz[remember picture,overlay] \node[inner sep=0pt] at (current page.center) {
- \includegraphics[width=\paperwidth,height=.98\paperheight]{#1}
- };
- \else
+ \includegraphics[width=\paperwidth,height=.98\paperheight]{#1}
+ };
+ \else
\tikz[remember picture,overlay] \node[inner sep=0pt] at ($(current page.north)-(0,.526\paperheight)$) {
- \includegraphics[width=\paperwidth,height=.929\paperheight]{#1}
- };
- \fi
+ \includegraphics[width=\paperwidth,height=.929\paperheight]{#1}
+ };
+ \fi
}
% background image
\define@key{beamerframe}{bg}{
\setbeamertemplate{background}{
- \begin{tikzpicture}
- \useasboundingbox (0,0) rectangle (\paperwidth,\paperheight);
- \path[fill overzoom image=#1] (0,.01\paperheight) rectangle (\paperwidth,.99\paperheight);
- \end{tikzpicture}
+ \begin{tikzpicture}
+ \useasboundingbox (0,0) rectangle (\paperwidth,\paperheight);
+ \path[fill overzoom image=#1] (0,.01\paperheight) rectangle (\paperwidth,.99\paperheight);
+ \end{tikzpicture}
}
}
% standout frame
\providebool{Arguelles@standout}
\define@key{beamerframe}{standout}[true]{
- \booltrue{Arguelles@standout}
- \begingroup
- \setbeamertemplate{background}{}
- \setbeamercolor*{footline}{fg=structure.bg}
- \beamer@frametopskip=0pt plus 1fill\relax%
- \beamer@framebottomskip=0pt plus 1.25fill\relax%
- \color{structure.bg}
- \large
+ \booltrue{Arguelles@standout}
+ \begingroup
+ \setbeamertemplate{background}{}
+ \setbeamercolor*{normal text}{fg=structure.bg}
+ \setbeamercolor*{footline}{fg=structure.bg}
+ \beamer@frametopskip=0pt plus 1fill\relax%
+ \beamer@framebottomskip=0pt plus 1.25fill\relax%
+ \color{structure.bg}
+ \large
}
\pretocmd{\beamer@reseteecodes}{
- \ifbool{Arguelles@standout}{
- \endgroup\boolfalse{Arguelles@standout}
- }{}
+ \ifbool{Arguelles@standout}{
+ \endgroup\boolfalse{Arguelles@standout}
+ }{}
}{}{}
% suppress frame numbering
@@ -119,9 +120,9 @@
\setbeamertemplate{footline}{}
}
\pretocmd{\beamer@reseteecodes}{
- \ifbool{Arguelles@noframenumbering}{
- \endgroup\boolfalse{Arguelles@noframenumbering}
- }{}
+ \ifbool{Arguelles@noframenumbering}{
+ \endgroup\boolfalse{Arguelles@noframenumbering}
+ }{}
}{}{}
\mode<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerouterthemeArguelles.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerouterthemeArguelles.sty
index 051c8cb6a2..bd4cfad4b7 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerouterthemeArguelles.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerouterthemeArguelles.sty
@@ -1,10 +1,10 @@
-% arguelles v2.3.0
+% arguelles v2.4.0
% author: Michele Piazzai
% contact: michele.piazzai@uc3m.es
% license: MIT
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerouterthemeArguelles}[2023/10/26 Argüelles]
+\ProvidesPackage{beamerouterthemeArguelles}[2024/02/27 Argüelles]
\mode<presentation>
@@ -13,17 +13,17 @@
% headline navigation
\defbeamertemplate*{headline}{Arguelles}{
- \begin{beamercolorbox}[ht=1.2em,dp=1.6em]{section in head/foot}
- {\usebeamerfont{headline section}\insertnavigation{\paperwidth}}
- \end{beamercolorbox}
+ \begin{beamercolorbox}[ht=1.2em,dp=1.6em]{section in head/foot}
+ {\usebeamerfont{headline section}\insertnavigation{\paperwidth}}
+ \end{beamercolorbox}
}
% frame title
\defbeamertemplate*{frametitle}{Arguelles}{
- \begin{beamercolorbox}[wd=.95\paperwidth]{normal text}
- {\usebeamerfont{frame title}\insertframetitle}\hfill
- {\usebeamerfont{frame subtitle}\insertframesubtitle}
- \end{beamercolorbox}
+ \begin{beamercolorbox}[wd=.95\paperwidth]{normal text}
+ {\usebeamerfont{frame title}\insertframetitle}\hfill
+ {\usebeamerfont{frame subtitle}\insertframesubtitle}
+ \end{beamercolorbox}
}
\mode<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerthemeArguelles.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerthemeArguelles.sty
index 24e5cf85bc..c66f0bf591 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerthemeArguelles.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/beamerthemeArguelles.sty
@@ -1,10 +1,10 @@
-% arguelles v2.3.0
+% arguelles v2.4.0
% author: Michele Piazzai
% contact: michele.piazzai@uc3m.es
% license: MIT
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemeArguelles}[2023/10/26 Argüelles]
+\ProvidesPackage{beamerthemeArguelles}[2024/02/27 Argüelles]
\mode<presentation>
@@ -17,23 +17,20 @@
\newif\if@optSplitnav
\@optSplitnavfalse
\DeclareOption{splitnav}{\@optSplitnavtrue}
-\newif\if@optMp
-\@optMpfalse
-\DeclareOption{mp}{\@optMptrue}
\ProcessOptions
% split navigation
\if@optSplitnav
-\useoutertheme[subsection=false]{miniframes}
-\setbeamertemplate{mini frame in other section}{}
-\RequirePackage{etoolbox}
-\let\beamer@section@set@min@width=\relax
-\patchcmd{\insertnavigation}{\hskip-1.875ex plus-1fill}{}{}{}
-\patchcmd{\sectionentry}{\hskip1.875ex plus 1fill}{}{}{}
-\patchcmd{\sectionentry}{\hyperlink{Navigation#3}{{\usebeamertemplate{section in head/foot shaded}}}}{}{}{}
-\patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection}}{\usebeamertemplate{mini frame in other subsection of current section}}{}{}
-\patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection}}{\usebeamertemplate{mini frame in other section}}{}{}
-\patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection of current section}}{\usebeamertemplate{mini frame in other subsection}}{}{}
+ \useoutertheme[subsection=false]{miniframes}
+ \setbeamertemplate{mini frame in other section}{}
+ \RequirePackage{etoolbox}
+ \let\beamer@section@set@min@width=\relax
+ \patchcmd{\insertnavigation}{\hskip-1.875ex plus-1fill}{}{}{}
+ \patchcmd{\sectionentry}{\hskip1.875ex plus 1fill}{}{}{}
+ \patchcmd{\sectionentry}{\hyperlink{Navigation#3}{{\usebeamertemplate{section in head/foot shaded}}}}{}{}{}
+ \patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection}}{\usebeamertemplate{mini frame in other subsection of current section}}{}{}
+ \patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection}}{\usebeamertemplate{mini frame in other section}}{}{}
+ \patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection of current section}}{\usebeamertemplate{mini frame in other subsection}}{}{}
\fi
% dependencies
@@ -51,9 +48,6 @@
\RequirePackage{tikz}
\RequirePackage[skins]{tcolorbox}
-% tikz options
-\usetikzlibrary{calc}
-
% components
\useinnertheme{Arguelles}
\useoutertheme{Arguelles}
@@ -62,35 +56,20 @@
% sans font
\if@optSans
-\usefonttheme[onlymath]{serif}
-\newcommand\mediumfont{\AlegreyaSansMedium}
+ \usefonttheme[onlymath]{serif}
+ \newcommand\mediumfont{\AlegreyaSansMedium}
\else
-\usefonttheme{serif}
-\newcommand\mediumfont{\AlegreyaMedium}
+ \usefonttheme{serif}
+ \newcommand\mediumfont{\AlegreyaMedium}
\fi
% frame numbers
\if@optFrameno
-\defbeamertemplate*{footline}{Arguelles}{
- \usebeamerfont{footline section}\hfill\raisebox{.025\paperheight}{
- \insertframenumber\hspace{.01\paperwidth}
+ \defbeamertemplate*{footline}{Arguelles}{
+ \usebeamerfont{footline section}\hfill\raisebox{.025\paperheight}{
+ \insertframenumber\hspace{.01\paperwidth}
+ }
}
-}
-\fi
-
-\if@optMp
-% extra packages
-\RequirePackage[normalem]{ulem}
-\RequirePackage{booktabs}
-\RequirePackage{dcolumn}
-\RequirePackage{makecell}
-\RequirePackage{colortbl}
-\RequirePackage{cancel}
-\RequirePackage{pgfplots}
-\RequirePackage{csvsimple}
-% pgfplots options
-\pgfplotsset{compat=1.18}
-\usepgfplotslibrary{fillbetween,groupplots,statistics}
\fi
\AtBeginEnvironment{proof}{\let\@addpunct\@gobble}
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.gif b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.gif
new file mode 100644
index 0000000000..5fc311cd4c
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.gif
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.pdf
index 3475fb8878..73eb2cd4e9 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.pdf
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.tex b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.tex
index 2718de1572..037fc1d449 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.tex
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-arguelles/demo/demo-arguelles.tex
@@ -1,4 +1,4 @@
-% arguelles v2.3.0
+% arguelles v2.4.0
% author: Michele Piazzai
% contact: michele.piazzai@uc3m.es
% license: MIT