From ff6764eeb888207c23a81141bb50836a98527f40 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 29 Jan 2019 22:14:50 +0000 Subject: beamertheme-light (29jan19) git-svn-id: svn://tug.org/texlive/trunk@49867 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/beamertheme-light/README | 12 ++++++ .../beamertheme-light-example.pdf | Bin 0 -> 98222 bytes .../beamertheme-light-example.tex | 41 +++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/beamertheme-light/README create mode 100644 Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.pdf create mode 100644 Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.tex (limited to 'Master/texmf-dist/doc/latex/beamertheme-light') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/beamertheme-light/beamertheme-light-example.pdf 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} -- cgit v1.2.3