summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-20 21:10:48 +0000
committerKarl Berry <karl@freefriends.org>2020-08-20 21:10:48 +0000
commit807f068b398c5941246eba117c4d14c205a493f1 (patch)
tree61f1e5efb084bf79cdc35ef03955a1adb7132edc /Master/texmf-dist/doc/latex/elpres/elpres-example.tex
parent7c46a832ab35fe8fc260808e288b9bb4cd917333 (diff)
elpres (20aug20)
git-svn-id: svn://tug.org/texlive/trunk@56141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/elpres/elpres-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/elpres/elpres-example.tex74
1 files changed, 36 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/latex/elpres/elpres-example.tex b/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
index bb25d110bbc..fdfd90d18e4 100644
--- a/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
+++ b/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
@@ -1,26 +1,30 @@
-\documentclass[12pt,pdftex,helvetfont,4x3]{elpres}
+\documentclass[12pt,pdftex,sansfont,4x3]{elpres}
\usepackage[latin1]{inputenc}
\usepackage[perpage,para,symbol,norule]{footmisc}
\usepackage[document]{ragged2e}
-\definecolor{darkteal}{rgb}{0,0.34,0.34}
-\definecolor{darkred}{rgb}{0.7,0.1,0.1}
+\RaggedRight
+
+\usepackage{elpreswhitebluescheme}
+% \usepackage{elpresgrayscheme}
+% \usepackage{elpreswhiteredscheme}
+% \usepackage{elpresbluelightgrayscheme}
+% \usepackage{elpreswhitetealscheme}
-\newcommand{\ticolor}[1]{\textcolor{darkteal}{#1}}
\begin{document}
\begin{titlepage}
\centering
\distance{1}
{
- \Huge \bfseries \textcolor{darkred}{Title of presentation} \par
+ \Huge \bfseries \textcolor{eptitlecolor}{Title of presentation} \par
}
\vspace{1.3ex} \large
Author\\[2ex]Date and place of presentation
\distance{2}
\end{titlepage}
-\begin{psli}[\ticolor{Title of first page}]
+\begin{psli}[Title of first page]
This is an example of a \LaTeX\ \texttt{itemize} list
\begin{itemize}
@@ -32,8 +36,8 @@ This is an example of a \LaTeX\ \texttt{itemize} list
\end{psli}
-\begin{psli}[\ticolor{Title of second page\footnote{footnotes are often
- not a good idea for a presentation}}]
+\begin{psli}[Title of second page\footnote{footnotes are often
+ not a good idea for a presentation}]
% \raggedright
The second page with nested, ``vertically compressed'' lists using the
\texttt{citemize} and \texttt{cenumerate} environments.
@@ -56,45 +60,39 @@ The second page with nested, ``vertically compressed'' lists using the
\end{psli}
-\begin{psli}[\ticolor{Title of third page}]
+\begin{psli}[Title of third page]
\begin{cdescription}
\item[environment name:] \texttt{cdescription}, comparable to
- \LaTeX s \texttt{description} environment
+ \LaTeX s \texttt{des\-cription} environment
\item[used for:] vertically compressed lists with small ``titles''
\end{cdescription}
\end{psli}
+\begin{psli}[A page with two columns]
+
+ \begin{minipage}[b]{0.58\textwidth}
+ \includegraphics[width=1.0\textwidth]{ctan-lion}
+ \end{minipage}
+ \hspace{0.4em}
+ \begin{minipage}[b]{0.39\paperwidth} \small
+ Figure 1: The ``CTAN \TeX-lion'' drawn by Duane Bibby,
+ thanks to \texttt{ctan.org}
+
+ \end{minipage}
+\end{psli}
+
\begin{rsli}
-A final page with freely arranged text and
-graphics using the \texttt{rsli} environment\footnote{References to the
- source of figures or tables may be added as footnotes}
-
-{ \tiny
-\begin{verbatim}
- +
- / \
- /---\
- / \
- / \
- / \
- / \
- + +
- | |
- | |
- | |
- | |
- | |
- | |
- | |
- +-------------+
-\end{verbatim}
-\par}
-
-... guess, what is this?\\[0.6ex]
-(A) House\\
-(B) Pencil
+ A final page written with the \textcolor{ephighlightcolor}{\texttt{rsli}}
+ environment
+\begin{itemize}
+\item This slide type is intended to be used for freely arranged text and
+ graphics.
+
+\item In contrast to \textcolor{ephighlightcolor}{\texttt{psli}}-slides, the
+ contents are \emph{not} centered vertically.
+\end{itemize}
\end{rsli}
\end{document}