Skip to content
Snippets Groups Projects
Commit c9d534d8 authored by Marko Esche's avatar Marko Esche
Browse files

Closes #3; Die Farbe der Aufzählungsziffern in der enumerate-Umgebung wurde...

Closes #3; Die Farbe der Aufzählungsziffern in der enumerate-Umgebung wurde dem Corporate-Design entsprechend auf schwarz geändert.
parent 2b9997f4
Branches
Tags 0.37.3
No related merge requests found
No preview for this file type
...@@ -95,11 +95,11 @@ ...@@ -95,11 +95,11 @@
Some text... Some text...
\begin{itemize} \begin{itemize}
\item abc \item abc
\begin{itemize} \begin{enumerate}
\item abc1 \item abc1
\item abc2 \item abc2
\item abc3 \item abc3
\end{itemize} \end{enumerate}
\item def \item def
\item xyz \item xyz
\end{itemize} \end{itemize}
......
...@@ -412,9 +412,11 @@ ...@@ -412,9 +412,11 @@
\fi \fi
} }
%% Custom "Itemize"-configuration %% Custom "Itemize"/"Enumerate"-configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
\setbeamercolor*{enumerate item}{fg=black}
\setbeamercolor*{enumerate subitem}{fg=black}
\useitemizeitemtemplate{\TINY\raise1.5pt\hbox{\color{black}$\blacksquare$}} \useitemizeitemtemplate{\TINY\raise1.5pt\hbox{\color{black}$\blacksquare$}}
\usesubitemizeitemtemplate{\TINY\raise1.5pt\hbox{\color{black}$\blacksquare$}}%\blacksquare \usesubitemizeitemtemplate{\TINY\raise1.5pt\hbox{\color{black}$\blacksquare$}}%\blacksquare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment