diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-12 16:09:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-12 16:09:40 +0000 |
commit | 71ab038a518296cfe66d1b59e4456b2f1092259e (patch) | |
tree | f7252e9dcc03f6871fe0cfb3ec500484dfe8992f /Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex | |
parent | a5afd5f9ebf57ccbb5ff65cca10c48ac7b169581 (diff) |
beamertheme-epyt (25may16)
git-svn-id: svn://tug.org/texlive/trunk@41404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex | 135 |
1 files changed, 64 insertions, 71 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex b/Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex index dd5c8dd13b8..a285f508ea0 100644 --- a/Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex +++ b/Master/texmf-dist/doc/latex/beamertheme-epyt/epyt-demo.tex @@ -1,23 +1,19 @@ % -*- coding: utf-8 -*- % !TEX program = xelatex -\documentclass[12pt,xcolor={rgb}]{beamer} +\documentclass[12pt]{beamer} \usetheme[style=beta]{epyt} % alpha, beta, delta, gamma, zeta -\usepackage{arev} % use arev sans font - -\setlength{\parskip}{5pt plus 1pt minus 1pt} - \usepackage{listings} \lstset{ basicstyle=\ttfamily,xleftmargin=2em, - commentstyle=\color{teal},keywordstyle=\color{accent4}, + commentstyle=\color{teal},keywordstyle=\color{acolor4}, language=[LaTeX]{TeX},morekeywords={usetheme,epytsetup} } -\newcommand{\mylead}[1]{\textcolor{accent1}{#1}} -\newcommand{\mybold}[1]{\textcolor{accent2}{#1}} -\newcommand{\mywarn}[1]{\textcolor{accent3}{#1}} +\newcommand{\mylead}[1]{\textcolor{acolor1}{#1}} +\newcommand{\mybold}[1]{\textcolor{acolor2}{#1}} +\newcommand{\mywarn}[1]{\textcolor{acolor3}{#1}} \begin{document} @@ -50,17 +46,17 @@ \begin{frame}{Getting the Theme} \mylead{Epyt} theme is contained in major TeX distributions. \begin{itemize} - \item In MiKTeX as \mybold{beamer-theme-epyt} package. - \item In TeXLive as \mybold{epyt} package. + \item In MiKTeX as \mybold{beamertheme-epyt} package. + \item In TeXLive as \mybold{beamertheme-epyt} package. \end{itemize} You could install \mylead{epyt} in the package manager.\par\pause -Also you could download \mylead{epyt} from \href{https://www.ctan.org/pkg/epyt}{CTAN}. +Also you could download \mylead{epyt} from \href{https://www.ctan.org/pkg/beamertheme-epyt}{CTAN}. \end{frame} \begin{frame}[fragile]{Getting Started} The following code is a minimal example using \mylead{epyt} theme. \begin{lstlisting} -\documentclass[xcolor={rgb}]{beamer} +\documentclass{beamer} \usetheme{epyt} \begin{document} \begin{frame}{Hello} @@ -68,9 +64,6 @@ The following code is a minimal example using \mylead{epyt} theme. \end{frame} \end{document} \end{lstlisting} -\pause -Note that you \mywarn{should} pass rgb option to xcolor package, -since epyt theme always uses HSB colors. \end{frame} \begin{frame}[fragile]{Customization} @@ -101,19 +94,19 @@ And the default style is \mybold{beta}, which is what you see up to now in this For each style, five accent colors are predefined. With current style, they are the followings. \begin{flushleft} -\textcolor{accent1}{accent1} -\textcolor{accent2}{accent2} -\textcolor{accent3}{accent3} -\textcolor{accent4}{accent4} -\textcolor{accent5}{accent5} +\textcolor{acolor1}{acolor1} +\textcolor{acolor2}{acolor2} +\textcolor{acolor3}{acolor3} +\textcolor{acolor4}{acolor4} +\textcolor{acolor5}{acolor5} \end{flushleft} -\pause Also five filler colors are predefined for each style. +\pause Also five filling colors are predefined for each style. \begin{flushleft} -\colorbox{filler1}{filler1} -\colorbox{filler2}{filler2} -\colorbox{filler3}{filler3} -\colorbox{filler4}{filler4} -\colorbox{filler5}{filler5} +\colorbox{fcolor1}{fcolor1} +\colorbox{fcolor2}{fcolor2} +\colorbox{fcolor3}{fcolor3} +\colorbox{fcolor4}{fcolor4} +\colorbox{fcolor5}{fcolor5} \end{flushleft} \pause These colors are useful when you are drawing a tikz picture. \end{frame} @@ -129,19 +122,19 @@ With current style, they are the followings. \begin{frame}{Predefined Colors} Five accent colors are predefined for this style. \begin{flushleft} -\textcolor{accent1}{accent1} -\textcolor{accent2}{accent2} -\textcolor{accent3}{accent3} -\textcolor{accent4}{accent4} -\textcolor{accent5}{accent5} +\textcolor{acolor1}{acolor1} +\textcolor{acolor2}{acolor2} +\textcolor{acolor3}{acolor3} +\textcolor{acolor4}{acolor4} +\textcolor{acolor5}{acolor5} \end{flushleft} -Also five filler colors are predefined for this style. +Also five filling colors are predefined for this style. \begin{flushleft} -\colorbox{filler1}{filler1} -\colorbox{filler2}{filler2} -\colorbox{filler3}{filler3} -\colorbox{filler4}{filler4} -\colorbox{filler5}{filler5} +\colorbox{fcolor1}{fcolor1} +\colorbox{fcolor2}{fcolor2} +\colorbox{fcolor3}{fcolor3} +\colorbox{fcolor4}{fcolor4} +\colorbox{fcolor5}{fcolor5} \end{flushleft} \end{frame} @@ -166,19 +159,19 @@ A Beamer theme consists of the following four parts: \pause \begin{frame}{Predefined Colors} Five accent colors are predefined for this style. \begin{flushleft} -\textcolor{accent1}{accent1} -\textcolor{accent2}{accent2} -\textcolor{accent3}{accent3} -\textcolor{accent4}{accent4} -\textcolor{accent5}{accent5} +\textcolor{acolor1}{acolor1} +\textcolor{acolor2}{acolor2} +\textcolor{acolor3}{acolor3} +\textcolor{acolor4}{acolor4} +\textcolor{acolor5}{acolor5} \end{flushleft} -Also five filler colors are predefined for this style. +Also five filling colors are predefined for this style. \begin{flushleft} -\colorbox{filler1}{filler1} -\colorbox{filler2}{filler2} -\colorbox{filler3}{filler3} -\colorbox{filler4}{filler4} -\colorbox{filler5}{filler5} +\colorbox{fcolor1}{fcolor1} +\colorbox{fcolor2}{fcolor2} +\colorbox{fcolor3}{fcolor3} +\colorbox{fcolor4}{fcolor4} +\colorbox{fcolor5}{fcolor5} \end{flushleft} \end{frame} @@ -205,19 +198,19 @@ and we are done. \begin{frame}{Predefined Colors} Five accent colors are predefined for this style. \begin{flushleft} -\textcolor{accent1}{accent1} -\textcolor{accent2}{accent2} -\textcolor{accent3}{accent3} -\textcolor{accent4}{accent4} -\textcolor{accent5}{accent5} +\textcolor{acolor1}{acolor1} +\textcolor{acolor2}{acolor2} +\textcolor{acolor3}{acolor3} +\textcolor{acolor4}{acolor4} +\textcolor{acolor5}{acolor5} \end{flushleft} -Also five filler colors are predefined for this style. +Also five filling colors are predefined for this style. \begin{flushleft} -\colorbox{filler1}{filler1} -\colorbox{filler2}{filler2} -\colorbox{filler3}{filler3} -\colorbox{filler4}{filler4} -\colorbox{filler5}{filler5} +\colorbox{fcolor1}{fcolor1} +\colorbox{fcolor2}{fcolor2} +\colorbox{fcolor3}{fcolor3} +\colorbox{fcolor4}{fcolor4} +\colorbox{fcolor5}{fcolor5} \end{flushleft} \end{frame} @@ -232,19 +225,19 @@ Also five filler colors are predefined for this style. \begin{frame}{Predefined Colors} Five accent colors are predefined for this style. \begin{flushleft} -\textcolor{accent1}{accent1} -\textcolor{accent2}{accent2} -\textcolor{accent3}{accent3} -\textcolor{accent4}{accent4} -\textcolor{accent5}{accent5} +\textcolor{acolor1}{acolor1} +\textcolor{acolor2}{acolor2} +\textcolor{acolor3}{acolor3} +\textcolor{acolor4}{acolor4} +\textcolor{acolor5}{acolor5} \end{flushleft} -Also five filler colors are predefined for this style. +Also five filling colors are predefined for this style. \begin{flushleft} -\colorbox{filler1}{filler1} -\colorbox{filler2}{filler2} -\colorbox{filler3}{filler3} -\colorbox{filler4}{filler4} -\colorbox{filler5}{filler5} +\colorbox{fcolor1}{fcolor1} +\colorbox{fcolor2}{fcolor2} +\colorbox{fcolor3}{fcolor3} +\colorbox{fcolor4}{fcolor4} +\colorbox{fcolor5}{fcolor5} \end{flushleft} \end{frame} |