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.cls76
1 files changed, 40 insertions, 36 deletions
diff --git a/macros/latex/contrib/elpres/tex/elpres.cls b/macros/latex/contrib/elpres/tex/elpres.cls
index 36aa7c7171..adc5312845 100644
--- a/macros/latex/contrib/elpres/tex/elpres.cls
+++ b/macros/latex/contrib/elpres/tex/elpres.cls
@@ -1,40 +1,45 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{elpres}[2021/08/01 class for plain electronic presentations]
+\ProvidesClass{elpres}[2021/08/10 class for plain electronic presentations]
%
-% 2004/06/19 v0.1 - initial version
+% 2004/06/19 v0.1 - initial version
%
-% 2004/08/29 v0.2 - Page number: now `footnotesize' instead of `normalsize',
-% - Left and right margins changed
-% - `cenumerate' and `cdescription' environments
-% added
+% 2004/08/29 v0.2 - Page number: now `footnotesize' instead of `normalsize',
+% - Left and right margins changed
+% - `cenumerate' and `cdescription' environments
+% added
%
-% 2005/08/12 v0.3 - Options for selection of fonts added
+% 2005/08/12 v0.3 - Options for selection of fonts added
%
-% 2018/01/20 v0.4 - Lists environments `citemize', `cenumerate',
-% `cdescription modified
-% - aspect ratio may be selected: 4x3 (default) 16x9,
-% 16x10: i.e. support for widescreen monitors added
-% - documentation updated
+% 2018/01/20 v0.4 - Lists environments `citemize', `cenumerate',
+% `cdescription modified
+% - aspect ratio may be selected: 4x3 (default) 16x9,
+% 16x10: i.e. support for widescreen monitors added
+% - documentation updated
%
-% 2018/01/24 v0.4a - documentation completed
+% 2018/01/24 v0.4a - documentation completed
%
-% 2020/07/12 v0.5 - class option `navisymb' added; elpres now also requires
-% the hyperref and xcolor packages. New commands:
-% `auvimm', `fromlinktext' `totargettext'.
-% new class option `nofonts' for use with lualatex.
-% - documentation updated
+% 2020/07/12 v0.5 - class option `navisymb' added; elpres now also requires
+% the hyperref and xcolor packages. New commands:
+% `auvimm', `fromlinktext' `totargettext'.
+% new class option `nofonts' for use with lualatex.
+% - documentation updated
%
-% 2020/08/15 v0.6 - command `slidetitlecolor' added, color scheme files
-% added, most parts of the documentation rewritten
+% 2020/08/15 v0.6 - command `slidetitlecolor' added, color scheme files
+% added, most parts of the documentation rewritten
%
-% 2021/02/20 v0.7 - command `pagenrconst' added, parts of the documentation
-% (manual) rewritten
+% 2021/02/20 v0.7 - command `pagenrconst' added, parts of the documentation
+% (manual) rewritten
%
-% 2021/02/28 v0.8 - bug in elpres...scheme.sty files fixed, manual updated
+% 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
+% 2021/08/01 v0.9 - new class option `bulletsymb' added, elpres.tds.zip
+% archive added to ctan.org upload
%
+% 2021/08/08 v1.0 - graphical itemize symbols (colored balls) are now
+% accessible by the `ballsymb' class option, manual
+% updated
+%
+% 2021/08/10 v1.0.1 - corrected upload
%
@@ -81,14 +86,17 @@
\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{ballsymb}{%
+ \renewcommand{\itemize@elsymbols}{ball@symbols}%
+}
+
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
@@ -236,18 +244,14 @@
\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}}%
+\renewcommand{\labelitemi}{\ensuremath{\bullet}}%
+\renewcommand{\labelitemii}{\small\ensuremath{\bullet}}%
+\renewcommand{\labelitemiii}{\footnotesize\ensuremath{\bullet}}%
+\renewcommand{\labelitemiv}{\scriptsize\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