diff options
8 files changed, 26 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md b/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md index 27e0b3069f8..8e75d792d04 100644 --- a/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md +++ b/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md @@ -1,7 +1,7 @@ <!-- -arguelles v2.4.0 +arguelles v2.4.2 author: Michele Piazzai -contact: michele.piazzai@uc3m.es +https://github.com/piazzai license: MIT --> @@ -48,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](https://www.ctan.org/pkg/opencolor), which provides color definitions for the [Open Color library](https://yeun.github.io/open-color/). 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: @@ -56,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 package documentation for additional details. +See the [opencolor documentation](https://github.com/piazzai/opencolor/blob/master/README.md) for additional details. ### Font weights diff --git a/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.pdf b/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.pdf Binary files differindex 73eb2cd4e9b..70a4b7fe167 100644 --- a/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.pdf +++ b/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.pdf diff --git a/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.tex b/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.tex index 037fc1d4495..71ea791608a 100644 --- a/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.tex +++ b/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.tex @@ -1,6 +1,6 @@ -% arguelles v2.4.0 +% arguelles v2.4.2 % author: Michele Piazzai -% contact: michele.piazzai@uc3m.es +% https://github.com/piazzai % license: MIT \documentclass[compress,12pt]{beamer} diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty index 608006da245..dfa7cb3b089 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty @@ -1,10 +1,10 @@ -% arguelles v2.4.0 +% arguelles v2.4.2 % author: Michele Piazzai -% contact: michele.piazzai@uc3m.es +% https://github.com/piazzai % license: MIT \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamercolorthemeArguelles}[2024/02/27 Argüelles] +\ProvidesPackage{beamercolorthemeArguelles}[2024/06/11 Argüelles] \mode<presentation> diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty index af52cb02830..8f53b261988 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty @@ -1,10 +1,10 @@ -% arguelles v2.4.0 +% arguelles v2.4.2 % author: Michele Piazzai -% contact: michele.piazzai@uc3m.es +% https://github.com/piazzai % license: MIT \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerfontthemeArguelles}[2024/02/27 Argüelles] +\ProvidesPackage{beamerfontthemeArguelles}[2024/06/11 Argüelles] \mode<presentation> diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty index 899cb052d45..aaf0f6d08c6 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty @@ -1,10 +1,10 @@ -% arguelles v2.4.0 +% arguelles v2.4.2 % author: Michele Piazzai -% contact: michele.piazzai@uc3m.es +% https://github.com/piazzai % license: MIT \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerinnerthemeArguelles}[2024/02/27 Argüelles] +\ProvidesPackage{beamerinnerthemeArguelles}[2024/06/11 Argüelles] \mode<presentation> @@ -62,7 +62,7 @@ \setbeamertemplate{background}{ \begin{tikzpicture} \useasboundingbox (0,0) rectangle (\paperwidth,\paperheight); - \ifnum\thepage>1\relax + \ifnum\theframenumber>0\relax \fill[structure.bg] (0,.01\paperheight) rectangle (\paperwidth,.99\paperheight); \fi \end{tikzpicture} diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty index bd4cfad4b71..5ec88744ed2 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty @@ -1,10 +1,10 @@ -% arguelles v2.4.0 +% arguelles v2.4.2 % author: Michele Piazzai -% contact: michele.piazzai@uc3m.es +% https://github.com/piazzai % license: MIT \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerouterthemeArguelles}[2024/02/27 Argüelles] +\ProvidesPackage{beamerouterthemeArguelles}[2024/06/11 Argüelles] \mode<presentation> diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty index c66f0bf591a..417be618aca 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty @@ -1,10 +1,10 @@ -% arguelles v2.4.0 +% arguelles v2.4.2 % author: Michele Piazzai -% contact: michele.piazzai@uc3m.es +% https://github.com/piazzai % license: MIT \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerthemeArguelles}[2024/02/27 Argüelles] +\ProvidesPackage{beamerthemeArguelles}[2024/06/11 Argüelles] \mode<presentation> @@ -33,7 +33,7 @@ \patchcmd{\slideentry}{\usebeamertemplate{mini frame in other subsection of current section}}{\usebeamertemplate{mini frame in other subsection}}{}{} \fi -% dependencies +% package dependencies \RequirePackage[utf8]{inputenc} \RequirePackage[T1]{fontenc} \RequirePackage[osf]{Alegreya} @@ -48,6 +48,9 @@ \RequirePackage{tikz} \RequirePackage[skins]{tcolorbox} +% tikz libraries +\usetikzlibrary{calc} + % components \useinnertheme{Arguelles} \useoutertheme{Arguelles} |