summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/elpres-example.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/elpres/elpres-example.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/elpres/elpres-example.tex')
-rw-r--r--macros/latex/contrib/elpres/elpres-example.tex56
1 files changed, 56 insertions, 0 deletions
diff --git a/macros/latex/contrib/elpres/elpres-example.tex b/macros/latex/contrib/elpres/elpres-example.tex
new file mode 100644
index 0000000000..d081d125ca
--- /dev/null
+++ b/macros/latex/contrib/elpres/elpres-example.tex
@@ -0,0 +1,56 @@
+\documentclass[11pt,pdftex,helvetfont,4x3]{elpres}
+\usepackage[latin1]{inputenc}
+\usepackage{color}
+\usepackage[perpage,para,symbol]{footmisc}
+\usepackage[document]{ragged2e}
+\RaggedRight
+
+\begin{document}
+\begin{titlepage}
+ \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 first page]
+The first page
+
+\begin{itemize}
+ \item first line in an itemized list
+ \item second line in an itemized list
+\end{itemize}
+\end{psli}
+
+\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{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}
+A final page for freely arranged text and
+graphics\footnote{References to scientific publications may be added
+ as footnotes}
+\end{rsli}
+\end{document}
+