summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-22 20:52:39 +0000
committerKarl Berry <karl@freefriends.org>2022-06-22 20:52:39 +0000
commit8371bb42081e6a6b466faf47b7d97ec9d5f68af9 (patch)
tree13a2fe06a35a0132ae18e24d478a863d9d8bf8b3 /Master
parent791bcbf86c96835f107d5e972d2dd7a3ee94fa82 (diff)
beamertheme-arguelles (22jun22)
git-svn-id: svn://tug.org/texlive/trunk@63691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md18
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-arguelles/VERSION2
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.gifbin102975 -> 230964 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.pdfbin611808 -> 632409 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.tex14
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty2
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty2
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty2
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty2
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty12
10 files changed, 29 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md b/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md
index 93a465be1cf..01fd355c759 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md
+++ b/Master/texmf-dist/doc/latex/beamertheme-arguelles/README.md
@@ -1,5 +1,5 @@
<!--
-- arguelles v1.2.1
+- Argüelles v1.2.2
- Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
- This work is released under the MIT License and is free to use, copy, modify,
- merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
@@ -7,9 +7,9 @@
# arguelles
-Arguelles 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).
+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 [tikz](https://ctan.org/pkg/pgf), [microtype](https://ctan.org/pkg/microtype), [makecell](https://ctan.org/pkg/makecell), [Alegreya](https://ctan.org/pkg/alegreya), [cancel](https://ctan.org/pkg/cancel), [euler](https://ctan.org/pkg/euler), and [fontawesome5](https://ctan.org/pkg/fontawesome5) to be installed on your computer. These are included in common LaTeX distributions, such as [MiKTeX](https://ctan.org/pkg/miktex) and [TeXLive](https://ctan.org/pkg/texlive).
+The theme requires the packages [tikz](https://ctan.org/pkg/pgf), [microtype](https://ctan.org/pkg/microtype), [Alegreya](https://ctan.org/pkg/alegreya), [euler](https://ctan.org/pkg/euler), and [fontawesome5](https://ctan.org/pkg/fontawesome5) to be installed on your computer. These are included in common LaTeX distributions, such as [MiKTeX](https://ctan.org/pkg/miktex) and [TeXLive](https://ctan.org/pkg/texlive).
## Demo
@@ -19,7 +19,7 @@ The files `demo.tex` and `demo.pdf` demonstrate the main features of the theme.
## Installation
-Arguelles is [hosted on CTAN](https://ctan.org/pkg/beamertheme-arguelles) and distributed as part of MikTex and TeXLive. It can also be installed manually by cloning this repository in your `$HOME/texmf/tex/latex` folder, which is automatically searched by LaTeX. If you do not have this folder, you can [create one](https://www.ias.edu/math/computing/faq/local-latex-style-files).
+Argüelles is [hosted on CTAN](https://ctan.org/pkg/beamertheme-arguelles) and distributed as part of MikTex and TeXLive. It can also be installed manually by cloning this repository in your `$HOME/texmf/tex/latex` folder, which is automatically searched by LaTeX. If you do not have this folder, you can [create one](https://www.ias.edu/math/computing/faq/local-latex-style-files).
## Customization
@@ -82,6 +82,12 @@ Both old-style and lining figures are also available in a monospaced version, wh
\RequirePackage[osf,tf]{AlegreyaSans}
```
-## Bugs
+## Known issues
-If you find any problem using this package, please [create an issue](https://github.com/piazzai/arguelles/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 `demo.tex`:
+
+```tex
+\documentclass[compress]{beamer}
+```
+
+If you find any other problem using this package, please [open an issue](https://github.com/piazzai/arguelles/issues).
diff --git a/Master/texmf-dist/doc/latex/beamertheme-arguelles/VERSION b/Master/texmf-dist/doc/latex/beamertheme-arguelles/VERSION
index 43ba882c9f1..52669afa94e 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-arguelles/VERSION
+++ b/Master/texmf-dist/doc/latex/beamertheme-arguelles/VERSION
@@ -1 +1 @@
-v1.2.1 2022-03-09
+v1.2.2 2022-06-22
diff --git a/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.gif b/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.gif
index b480114c1a3..a80fc74e453 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.gif
+++ b/Master/texmf-dist/doc/latex/beamertheme-arguelles/demo/demo-arguelles.gif
Binary files differ
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
index bc21e230705..8e75f2e2d9c 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
Binary files differ
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 ff971bd7988..3c60d447007 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,19 +1,19 @@
-% arguelles v1.2.0
+% Argüelles v1.2.2
% Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
% This work is released under the MIT License and is free to use, copy, modify,
% merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
-\documentclass{beamer}
+\documentclass[compress]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usetheme{Arguelles}
-\title{Arguelles}
+\title{Argüelles}
\subtitle{Simple, typographic beamer theme}
\date{}
\author{Place Holder}
-\institute{University of \TeX\par\email{username@domain.com}}
+\institute{University of \TeX \par \email{username@domain.com}}
\begin{document}
@@ -57,7 +57,7 @@
\begin{align*}
e^{i\pi}+1 & \null=\cos\pi+i\sin\pi+1 \\
& \null=-1+i\times0+1 \\
- & \null=0
+ & \null=0
\end{align*}
\end{proof}
\end{theorem}
@@ -77,12 +77,12 @@
\ttfamily\textbackslash AlegreyaSansLight & \AlegreyaSansLight Lorem ipsum dolor sit amet \\
\ttfamily\textbackslash AlegreyaSansMedium & \AlegreyaSansMedium Lorem ipsum dolor sit amet \\
\ttfamily\textbackslash AlegreyaSansExtraBold & \AlegreyaSansExtraBold Lorem ipsum dolor sit amet \\
- \ttfamily\textbackslash AlegreyaSansBlack & \AlegreyaSansBlack Lorem ipsum dolor sit amet
+ \ttfamily\textbackslash AlegreyaSansBlack & \AlegreyaSansBlack Lorem ipsum dolor sit amet
\end{tabular}
\end{table}
\vfill
\begin{alert}{Alert!}
- A plain frame does not show the progress bar but it still appears in the progress bar of other frames unless it is placed after \texttt{\textbackslash ThankYou}.
+ A \textit{plain} frame does not show the progress bar but it still appears in the progress bar of other frames unless it is placed after \texttt{\textbackslash ThankYou}.
\end{alert}
\end{frame}
diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty
index 98b14cb4289..7cb4cd531a9 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamercolorthemeArguelles.sty
@@ -1,4 +1,4 @@
-% arguelles v1.2.1
+% Argüelles v1.2.2
% Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
% This work is released under the MIT License and is free to use, copy, modify,
% merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty
index c82ca05cecc..57ea2fcd985 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerfontthemeArguelles.sty
@@ -1,4 +1,4 @@
-% arguelles v1.2.1
+% Argüelles v1.2.2
% Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
% This work is released under the MIT License and is free to use, copy, modify,
% merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty
index 097ecf69bed..7ea5be490c1 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerinnerthemeArguelles.sty
@@ -1,4 +1,4 @@
-% arguelles v1.2.1
+% Argüelles v1.2.2
% Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
% This work is released under the MIT License and is free to use, copy, modify,
% merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty
index 639ea67740c..8d1ce4915a8 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerouterthemeArguelles.sty
@@ -1,4 +1,4 @@
-% arguelles v1.2.1
+% Argüelles v1.2.2
% Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
% This work is released under the MIT License and is free to use, copy, modify,
% merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
diff --git a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty
index 9799af623dc..9774b62c8c8 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-arguelles/beamerthemeArguelles.sty
@@ -1,4 +1,4 @@
-% arguelles v1.2.1
+% Argüelles v1.2.2
% Copyright (c) 2020 Michele Piazzai. Contact: michele.piazzai@uc3m.es
% This work is released under the MIT License and is free to use, copy, modify,
% merge, publish, distribute, sublicense, and/or sell. See LICENSE for details.
@@ -6,14 +6,12 @@
\mode<presentation>
% Requirements
-\RequirePackage{tikz}
-\RequirePackage{microtype}
-\RequirePackage{fontawesome5}
\RequirePackage[osf]{Alegreya}
\RequirePackage[osf]{AlegreyaSans}
\RequirePackage{euler}
-\RequirePackage{makecell}
-\RequirePackage{cancel}
+\RequirePackage{microtype}
+\RequirePackage{fontawesome5}
+\RequirePackage{tikz}
% Settings
\useinnertheme{Arguelles}
@@ -31,7 +29,7 @@
\definecolor{cobalt}{HTML}{0047ab}
\AtBeginEnvironment{proof}{\let\@addpunct\@gobble}
-\newcommand\email[1]{\href{mailto:#1}{\faEnvelope\hspace{.5em}\sffamily #1}}
+\newcommand\email[1]{\href{mailto:#1}{\faEnvelope\hspace{.3em}\sffamily #1}}
\newcommand\Section[1]{\section{\lowercase{#1}}}
\renewcommand{\appendixname}{}
\newcommand\ThankYou{\appendix}