summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/tex/elpres.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elpres/tex/elpres.cls')
-rw-r--r--macros/latex/contrib/elpres/tex/elpres.cls29
1 files changed, 27 insertions, 2 deletions
diff --git a/macros/latex/contrib/elpres/tex/elpres.cls b/macros/latex/contrib/elpres/tex/elpres.cls
index 29f9df9a88..36aa7c7171 100644
--- a/macros/latex/contrib/elpres/tex/elpres.cls
+++ b/macros/latex/contrib/elpres/tex/elpres.cls
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{elpres}[2021/02/28 class for plain electronic presentations]
+\ProvidesClass{elpres}[2021/08/01 class for plain electronic presentations]
%
% 2004/06/19 v0.1 - initial version
%
@@ -32,7 +32,12 @@
%
% 2021/02/28 v0.8 - bug in elpres...scheme.sty files fixed, manual updated
%
+% 2021/08/01 v0.9 - new class option `bulletsymb' added, elpres.tds.zip
+% archive added to ctan.org upload
%
+%
+
+
% Options: select fonts
\newcommand{\fontna}{initialisiert}
\DeclareOption{nofonts}{%
@@ -70,13 +75,21 @@
\renewcommand{\screenformat}{scr16x10}%
}
-
% Option: navigation symbols
\newcommand{\navigation}{withoutnavigationsymb}
\DeclareOption{navisymb}{%
\renewcommand{\navigation}{withnavi}%
}
+% begin neu 1.8.21
+% Option: itemize symbols Option: select $\bullet$ instead of default
+% itemize symbols
+\newcommand{\itemize@elsymbols}{default@symbols}
+\DeclareOption{bulletsymb}{%
+ \renewcommand{\itemize@elsymbols}{bullet@symbols}%
+}
+% end neu 1.8.21
+
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
\LoadClass{article}
@@ -223,6 +236,18 @@
\newcommand{\pagenrconst}{\addtocounter{page}{-1}}
+%% begin geaendert 1.8.21
+
+\ifthenelse{\equal{\itemize@elsymbols}{bullet@symbols}}{%
+\renewcommand{\labelitemi}{\large\ensuremath{\bullet}}%
+\renewcommand{\labelitemii}{\ensuremath{\bullet}}%
+\renewcommand{\labelitemiii}{\small\ensuremath{\bullet}}%
+\renewcommand{\labelitemiv}{\footnotesize\ensuremath{\bullet}}%
+}{}
+
+%% end geaendert 1.8.21
+
+
%% (External): Default colors for defined slide elements, they are modified in
%% style files -- these color names may be used externally by authors of
%% presentations