summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-light
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-29 22:14:50 +0000
committerKarl Berry <karl@freefriends.org>2019-01-29 22:14:50 +0000
commitff6764eeb888207c23a81141bb50836a98527f40 (patch)
tree7e5c70a7b2981d6b93a45cde32f7cec82fa30898 /Master/texmf-dist/doc/latex/beamertheme-light
parent2a9521a76a96fe366f1a457019e95659d9464924 (diff)
beamertheme-light (29jan19)
git-svn-id: svn://tug.org/texlive/trunk@49867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-light')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-light/README12
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.pdfbin0 -> 98222 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.tex41
3 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-light/README b/Master/texmf-dist/doc/latex/beamertheme-light/README
new file mode 100644
index 00000000000..780eaab92f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-light/README
@@ -0,0 +1,12 @@
+The LaTeX package `beamertheme-light' provides an aesthetic and
+minimal beamer style by redefining colors and fonts.
+Several color themes are available as options.
+A usage guide is given in beamertheme-light-example.pdf.
+
+Please send enhancements and corrections to:
+Fabien Vergnet, f.j.vergnet@gmail.com, or
+Vivien Goepp, vivien.goepp@gmail.com
+
+2019/01/29
+Package version 1.0
+This package is licensed under the General Public License version 3 (GPL3).
diff --git a/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.pdf b/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.pdf
new file mode 100644
index 00000000000..0a0fc47686b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.tex b/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.tex
new file mode 100644
index 00000000000..95c794a14fb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.tex
@@ -0,0 +1,41 @@
+\documentclass[10pt, compress]{beamer}
+
+\usepackage[english]{babel}
+\usepackage[green]{beamertheme-light}
+
+\title[The package \texttt{light}]{Colored beamer layout \\ with \texttt{beamertheme-light}}
+\author[F. Vergnet and V. Goepp]{F. Vergnet$^\dagger$ and V. Goepp$^{\ddagger}$}
+\institute{$\dagger$ : LMO, Universit\'e Paris-Sud, Universit\'e Paris-Saclay, \\ $\ddagger$ : MAP5, Universit\'e Paris-Descartes}
+\date{Package version 1.0 (29/01/2019)}
+
+\begin{document}
+
+{\setbeamertemplate{footline}{}
+\begin{frame}
+ \titlepage
+\end{frame}
+}
+
+\begin{frame}
+ \frametitle{How to use the package}
+ \begin{enumerate}
+ \item Download \texttt{beamertheme-light} from CTAN.
+ \item Include \texttt{\textbackslash usepackage[coloroption]\{beamertheme-light\}} in your \texttt{.tex} beamer document.
+ \item Replace \texttt{coloroption} by the color of your choice: ``red'', ``blue'', ``purple'', or ``green'' (the default color)
+ \item The beamer document will have the same layout as this document.
+ \end{enumerate}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Further options}
+ \begin{enumerate}
+ \item Provide a short title field.
+ \item Provide a short author field.
+ \item Use the command \texttt{\textbackslash thankframe\{mymessage\}} for the last frame.
+ \end{enumerate}
+\end{frame}
+
+%%%%% Define last frame %%%%%
+\thankframe{This is the thankframe}
+
+\end{document}