summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-24 21:49:58 +0000
committerKarl Berry <karl@freefriends.org>2018-01-24 21:49:58 +0000
commitafdd16cd0722fc2373c5da7026f4c4ffe601ffed (patch)
tree24b8e73eb16571fbf7e0de9770ef73b0a4ddde89 /Master/texmf-dist/doc/latex/elpres/elpres-example.tex
parent70ef0d6846c2da4367cc9968ed84040d2462622e (diff)
elpres (24jan18)
git-svn-id: svn://tug.org/texlive/trunk@46429 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, 37 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/elpres/elpres-example.tex b/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
index 992d8f4e739..d081d125cad 100644
--- a/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
+++ b/Master/texmf-dist/doc/latex/elpres/elpres-example.tex
@@ -1,56 +1,56 @@
-\documentclass[pdftex,12pt,helvetfont]{elpres}
+\documentclass[11pt,pdftex,helvetfont,4x3]{elpres}
\usepackage[latin1]{inputenc}
\usepackage{color}
-\usepackage{graphicx}
-
-\definecolor{rot}{rgb}{0.75,0.05,0.25}
-\definecolor{hellgrau}{gray}{0.5}
-\definecolor{blau}{rgb}{0,0,0.7}
-
-\newcommand{\hoch}[1]{\raisebox{0.6ex}{#1}}
-\newcommand{\tief}[1]{\raisebox{-0.6ex}{#1}}
-
-
+\usepackage[perpage,para,symbol]{footmisc}
\usepackage[document]{ragged2e}
\RaggedRight
\begin{document}
\begin{titlepage}
-\distance{1}
-\centering \LARGE
- \bfseries \textcolor{blau}{Title of a presentation written with the
- \texttt{elpres} class}
-
-\distance{1}
-\large
-Autor\\[1ex]\textcolor{hellgrau}{Institution}
-\distance{2}
+ \centering
+ \distance{1}
+ {
+ \Huge \bfseries \textcolor{blue}{Title of the presentation} \par
+ }
+ \vspace{1.3ex} \large
+ Author\\[2ex]Date and place of presentation
+ \distance{2}
\end{titlepage}
-\begin{psli}[Title of a page using the \texttt{psli} environment]
-\textcolor{rot}{The first page}
+\begin{psli}[Title of first page]
+The first page
-\begin{citemize}
- \item One
- \item Two
-\end{citemize}
+\begin{itemize}
+ \item first line in an itemized list
+ \item second line in an itemized list
+\end{itemize}
+\end{psli}
-\begin{cenumerate}
- \item the first enumerated item
- \item the second enumerated item
-\end{cenumerate}
+\begin{psli}[Title of second page\footnote{footnotes are often not a good
+ idea for a presentation}]
+
+The second page with a nested, ``vertically compressed'' list
-\begin{cdescription}
- \item [One] described item
- \item [Another] described item
-\end{cdescription}
+\begin{citemize}
+ \item first line in an itemized list
+ \item second line in an itemized list
+ \begin{cenumerate}
+ \item first line of numbered list
+ \item second line of numbered list
+ \end{cenumerate}
+ \item final line in itemized list\footnote{\dots\ so there should be
+ good reasons to insert a second comment on the same page}
+\end{citemize}
+{\small For footnotes, the \texttt{footmisc} package, at least with the
+ options \texttt{perpage} and \texttt{symbol} is recommended. \par}
\end{psli}
+
\begin{rsli}
-The second page written with the \texttt{rsli}-environment
+A final page for freely arranged text and
+graphics\footnote{References to scientific publications may be added
+ as footnotes}
\end{rsli}
-
\end{document}
-