summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-11 03:00:54 +0000
committerNorbert Preining <norbert@preining.info>2021-08-11 03:00:54 +0000
commit78510518401cc9b3aced4cf291ecb7730591091d (patch)
treed8545696b8116c9b39e5f9df85ff4e17ca9b6898 /macros/latex/contrib/elpres/tex
parent5bc44ca57dbc5dac1c9beae2df2712cdb16dc563 (diff)
CTAN sync 202108110300
Diffstat (limited to 'macros/latex/contrib/elpres/tex')
-rw-r--r--macros/latex/contrib/elpres/tex/ctan-lion.pngbin81950 -> 0 bytes
-rw-r--r--macros/latex/contrib/elpres/tex/elpres.cls76
-rw-r--r--macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty12
-rw-r--r--macros/latex/contrib/elpres/tex/elpresgrayscheme.sty13
-rw-r--r--macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty21
-rw-r--r--macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty11
-rw-r--r--macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty12
7 files changed, 85 insertions, 60 deletions
diff --git a/macros/latex/contrib/elpres/tex/ctan-lion.png b/macros/latex/contrib/elpres/tex/ctan-lion.png
deleted file mode 100644
index c24d9a98f2..0000000000
--- a/macros/latex/contrib/elpres/tex/ctan-lion.png
+++ /dev/null
Binary files differ
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
diff --git a/macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty b/macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty
index daac18a441..5c44a415a7 100644
--- a/macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty
+++ b/macros/latex/contrib/elpres/tex/elpresbluelightgrayscheme.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{elpresbluelightgrayscheme}[2021/08/01 elpres layout scheme blue lightgray]
+\ProvidesPackage{elpresbluelightgrayscheme}[2021/08/10 elpres layout scheme blue lightgray]
\definecolor{epturquoise}{rgb}{0.1,0.83,0.8}
\definecolor{eplistheadcolor}{rgb}{0.75,0.8,1} % color for list heads
@@ -29,8 +29,14 @@
\definecolor{eptextcolor}{rgb}{0.7,0.7,0.75} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color
-%% begin geaendert 1.8.21
\ifthenelse{\equal{\itemize@elsymbols}{default@symbols}}{%
+\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\textbullet}}%
+\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\normalfont\bfseries\textendash}}%
+\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\textasteriskcentered}}%
+\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\textperiodcentered}}%
+}{}
+
+\ifthenelse{\equal{\itemize@elsymbols}{ball@symbols}}{%
\renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-01}}%
\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-01}}%
\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-01}}%
@@ -43,8 +49,6 @@
\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
}{}
-%% end geaendert 1.8.21
-
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
diff --git a/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty b/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty
index 42cf019183..030491308d 100644
--- a/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty
+++ b/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{elpresgrayscheme}[2021/08/01 elpres layout scheme gray]
+\ProvidesPackage{elpresgrayscheme}[2021/08/10 elpres layout scheme gray]
\definecolor{epgreen}{rgb}{0.11,0.34,0.3}
\definecolor{eplistheadcolor}{named}{epgreen} % color for list heads
@@ -28,8 +28,14 @@
\definecolor{eptextcolor}{rgb}{0.16,0.16,0.16} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color
-%% begin geaendert 1.8.21
\ifthenelse{\equal{\itemize@elsymbols}{default@symbols}}{%
+\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\textbullet}}%
+\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\normalfont\bfseries\textendash}}%
+\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\textasteriskcentered}}%
+\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\textperiodcentered}}%
+}{}
+
+\ifthenelse{\equal{\itemize@elsymbols}{ball@symbols}}{%
\renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-03}}%
\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-03}}%
\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-03}}%
@@ -42,9 +48,6 @@
\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
}{}
-%% end geaendert 1.8.21
-
-
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
diff --git a/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty b/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty
index f469c2ebc9..44d027de24 100644
--- a/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty
+++ b/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{elpreswhitebluescheme}[2021/08/01 elpres layout scheme white blue]
+\ProvidesPackage{elpreswhitebluescheme}[2021/08/10 elpres layout scheme white blue]
\definecolor{epdarkblue}{rgb}{0.12,0.09,0.65}
\definecolor{eplistheadcolor}{named}{epdarkblue} % color for list heads
@@ -29,8 +29,15 @@
\definecolor{eptextcolor}{rgb}{0.2,0.16,0.16} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color
-%% begin geaendert 1.8.21
+
\ifthenelse{\equal{\itemize@elsymbols}{default@symbols}}{%
+\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\textbullet}}%
+\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\normalfont\bfseries\textendash}}%
+\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\textasteriskcentered}}%
+\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\textperiodcentered}}%
+}{}
+
+\ifthenelse{\equal{\itemize@elsymbols}{ball@symbols}}{%
\renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-05}}%
\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-05}}%
\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-05}}%
@@ -38,13 +45,11 @@
}{}
\ifthenelse{\equal{\itemize@elsymbols}{bullet@symbols}}{%
-\renewcommand{\labelitemi}{\large\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
-\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
-\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
-\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
+\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
+\renewcommand{\labelitemii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
+\renewcommand{\labelitemiii}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
+\renewcommand{\labelitemiv}{\scriptsize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
}{}
-%% end geaendert 1.8.21
-
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
diff --git a/macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty b/macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty
index 9860cec48b..22058f46da 100644
--- a/macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty
+++ b/macros/latex/contrib/elpres/tex/elpreswhiteredscheme.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{elpreswhiteredscheme}[2021/08/01 elpres layout white red]
+\ProvidesPackage{elpreswhiteredscheme}[2021/08/10 elpres layout white red]
\definecolor{epdarkred}{rgb}{0.6,0.09,0.1}
\definecolor{eplistheadcolor}{named}{epdarkred} % color for list heads
@@ -29,8 +29,14 @@
\definecolor{eptextcolor}{rgb}{0.2,0.16,0.16} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color
-%% begin geaendert 1.8.21
\ifthenelse{\equal{\itemize@elsymbols}{default@symbols}}{%
+\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\textbullet}}%
+\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\normalfont\bfseries\textendash}}%
+\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\textasteriskcentered}}%
+\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\textperiodcentered}}%
+}{}
+
+\ifthenelse{\equal{\itemize@elsymbols}{ball@symbols}}{%
\renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-02}}%
\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-02}}%
\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-02}}%
@@ -43,7 +49,6 @@
\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
}{}
-%% end geaendert 1.8.21
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
diff --git a/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty b/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty
index 9df8c25007..790c442ded 100644
--- a/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty
+++ b/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{elpreswhitetealscheme}[2021/08/01 elpres layout scheme white teal]
+\ProvidesPackage{elpreswhitetealscheme}[2021/08/10 elpres layout scheme white teal]
\definecolor{epdarkteal}{rgb}{0.02,0.35,0.38}
\definecolor{eplistheadcolor}{named}{epdarkteal} % color for list heads
@@ -29,9 +29,14 @@
\definecolor{eptextcolor}{rgb}{0.2,0.16,0.16} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color
-
-%% begin geaendert 1.8.21
\ifthenelse{\equal{\itemize@elsymbols}{default@symbols}}{%
+\renewcommand{\labelitemi}{\textcolor{eplistheadcolor}{\textbullet}}%
+\renewcommand{\labelitemii}{\textcolor{eplistheadcolor}{\normalfont\bfseries\textendash}}%
+\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\textasteriskcentered}}%
+\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\textperiodcentered}}%
+}{}
+
+\ifthenelse{\equal{\itemize@elsymbols}{ball@symbols}}{%
\renewcommand{\labelitemi}{\includegraphics[scale=0.06]{ep-ball-04}}%
\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-04}}%
\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-04}}%
@@ -44,7 +49,6 @@
\renewcommand{\labelitemiii}{\small\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
\renewcommand{\labelitemiv}{\footnotesize\textcolor{eplistheadcolor}{\ensuremath{\bullet}}}%
}{}
-%% end geaendert 1.8.21
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}