summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elpres/tex/elpresgrayscheme.sty')
-rw-r--r--macros/latex/contrib/elpres/tex/elpresgrayscheme.sty24
1 files changed, 19 insertions, 5 deletions
diff --git a/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty b/macros/latex/contrib/elpres/tex/elpresgrayscheme.sty
index a33c41a7ab..42cf019183 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}[2020/08/15 elpres layout scheme gray]
+\ProvidesPackage{elpresgrayscheme}[2021/08/01 elpres layout scheme gray]
\definecolor{epgreen}{rgb}{0.11,0.34,0.3}
\definecolor{eplistheadcolor}{named}{epgreen} % color for list heads
@@ -28,11 +28,23 @@
\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}{\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}}%
+\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-03}}%
+}{}
+
+\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{\labelitemi}{\includegraphics[scale=0.065]{ep-ball-03}}
-\renewcommand{\labelitemii}{\includegraphics[scale=0.055]{ep-ball-03}}
-\renewcommand{\labelitemiii}{\includegraphics[scale=0.05]{ep-ball-03}}
-\renewcommand{\labelitemiv}{\includegraphics[scale=0.045]{ep-ball-03}}
\renewcommand{\labelenumi}{\textcolor{eplistheadcolor}{\textbf{\theenumi.}}}
\renewcommand{\labelenumii}{\textcolor{eplistheadcolor}{\textbf{\theenumii.}}}
@@ -43,3 +55,5 @@
\textcolor{epgreen}{\textbf{#1}}}
\endinput
+
+% vim: syntax=tex tw=2048 ai