summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty')
-rw-r--r--macros/latex/contrib/elpres/tex/elpreswhitebluescheme.sty21
1 files changed, 13 insertions, 8 deletions
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.}}}