summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty')
-rw-r--r--macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty25
1 files changed, 20 insertions, 5 deletions
diff --git a/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty b/macros/latex/contrib/elpres/tex/elpreswhitetealscheme.sty
index ff71fb1935..9df8c25007 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}[2020/08/15 elpres layout scheme white teal]
+\ProvidesPackage{elpreswhitetealscheme}[2021/08/01 elpres layout scheme white teal]
\definecolor{epdarkteal}{rgb}{0.02,0.35,0.38}
\definecolor{eplistheadcolor}{named}{epdarkteal} % color for list heads
@@ -29,10 +29,22 @@
\definecolor{eptextcolor}{rgb}{0.2,0.16,0.16} % Ext: normal text color
\color{eptextcolor} % Ext: normal text color
-\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}}
-\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-04}}
+
+%% begin geaendert 1.8.21
+\ifthenelse{\equal{\itemize@elsymbols}{default@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}}%
+\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-04}}%
+}{}
+
+\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}}}%
+}{}
+%% end geaendert 1.8.21
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
@@ -46,3 +58,6 @@
\color{epverydarkteal}
\endinput
+
+% vim: syntax=tex tw=2048 ai
+